diff --git a/.gitignore b/.gitignore
index faa6c31..0ac0d8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
.DS_Store
-public
\ No newline at end of file
+public
+processed_images
\ No newline at end of file
diff --git a/.gitmodules b/.gitmodules
index 6eca1f9..3678b24 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "themes/DeepThought"]
path = themes/DeepThought
url = https://github.com/RatanShreshtha/DeepThought.git
+[submodule "themes/tabi"]
+ path = themes/tabi
+ url = git@github.com:welpo/tabi.git
diff --git a/LICENSE b/LICENSE
index 1c8e8ce..34accd3 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2022 Odisha ML
+Copyright (c) 2024 Odisha AI Incorporated
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index cde1dcc..b7de903 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Odias in AI/ML Website
-This website is built using [DeepThought](https://github.com/RatanShreshtha/DeepThought) theme for [Zola](https://www.getzola.org/).
+This website is built using [Tabi](https://welpo.github.io/tabi/) theme for [Zola](https://www.getzola.org/).
## Installation
@@ -16,28 +16,8 @@ This website is built using [DeepThought](https://github.com/RatanShreshtha/Deep
* Contributions are welcome! Please open an issue or submit a pull request.
### Changing the HTML files
* If you want to change anything in the template HTML files, please make the changes in the `/templates` directory.
-* If the file is not present in the directory then copy it from the `/themes/DeepThought/templates` directory to the `/templates` directory. Please never make the changes in the `/themes/DeepThought/templates` directory.
-* As it will be easy to get the updates from the DeepThought theme easier.
-
-### Creating a snippet to use in the Markdown files
-* If you want to create a snippet to use in the Markdown files, please create a new file in the `/templates/shortcodes` directory with the appropriate metadata.
-* For example, to create a snippet to use in the Markdown files, create a new file called `youtube.html` in the `/templates/shortcodes` directory with the following content:
-
-```html
-{% macro youtube(id) %}
-
- VIDEO
-
-{% endmacro youtube %}
-```
-* Now you can use the snippet in the Markdown files by using the following syntax:
-
-```markdown
-{{ youtube(id="v=PF5DScCr5SI") }}
-```
+* If the file is not present in the directory then copy it from the `/themes/tabi/templates` directory to the `/templates` directory. Please never make the changes in the `/themes/tabi/templates` directory.
+* As it will be easy to get the updates from the Tabi theme easier.
### Creating a new page
To add new content, create a new file in the `content` directory with the appropriate metadata. For example, to add a new page called "About", create a file called `about.md` in the `content` directory with the following content:
diff --git a/config.toml b/config.toml
index 62039c8..b860b54 100644
--- a/config.toml
+++ b/config.toml
@@ -1,210 +1,397 @@
-# The base URL of the site; the only required configuration variable.
base_url = "https://www.odishaai.org"
# The site title and description; used in feeds by default.
title = "Odias in AI/ML"
description = "The Artificial Intelligence global community of Odias."
-# The default language; used in feeds.
-default_language = "en"
-
-# The site theme to use.
-theme = "DeepThought"
-
-# For overriding the default output directory `public`, set it to another value (e.g.: "docs")
-output_dir = "public"
-
-# When set to "true", the Sass files in the `sass` directory in the site root are compiled.
-# Sass files in theme directories are always compiled.
+author = "Odisha AI Incorporated"
+generate_feeds = false
compile_sass = true
+minify_html = true
+build_search_index = true
+
+# To translate the entire theme, there must be a file with the same ISO 639-1
+# (or IETF BCP 47) Code in the `i18n` folder of your site or the tabi theme
+# For example, "i18n/fr.toml" for French or "i18n/zh-Hans.toml" for Simplified Chinese.
+# Otherwise the theme will be in English.
+# See https://welpo.github.io/tabi/blog/faq-languages/ for more details.
+default_language = "en"
+theme = "tabi"
-# When set to "true", the generated HTML files are minified.
-minify_html = false
-
-# A list of glob patterns specifying asset files to ignore when the content
-# directory is processed. Defaults to none, which means that all asset files are
-# copied over to the `public` directory.
-# Example:
-# ignored_content = ["*.{graphml,xlsx}", "temp.*"]
-ignored_content = []
-
-# When set to "true", a feed is automatically generated.
-generate_feeds = true
-
-# The filename to use for the feed. Used as the template filename, too.
-# Defaults to "atom.xml", which has a built-in template that renders an Atom 1.0 feed.
-# There is also a built-in template "rss.xml" that renders an RSS 2.0 feed.
-feed_filenames = ["rss.xml"]
-
-# The number of articles to include in the feed. All items are included if
-# this limit is not set (the default).
-# feed_limit = 20
-
-# When set to "true", files in the `static` directory are hard-linked. Useful for large
-# static files. Note that for this to work, both `static` and the
-# output directory need to be on the same filesystem. Note that the theme's `static`
-# files are always copied, regardless of this setting.
-hard_link_static = false
-
-# The taxonomies to be rendered for the site and their configuration of the default languages
-# Example:
-# taxonomies = [
-# {name = "tags", feed = true}, # each tag will have its own feed
-# {name = "tags"}, # you can have taxonomies with the same name in multiple languages
-# {name = "categories", paginate_by = 5}, # 5 items per page for a term
-# {name = "authors"}, # Basic definition: no feed or pagination
-# ]
-#
taxonomies = [
{ name = "categories", feed = true, paginate_by = 10 },
{ name = "tags", feed = true, paginate_by = 10 },
]
-# When set to "true", a search index is built from the pages and section
-# content for `default_language`.
-build_search_index = true
+[search]
+# Whether to include the title of the page/section in the index.
+include_title = true
+# Whether to include the description of the page/section in the index.
+include_description = true
+# Whether to include the path of the page/section in the index.
+include_path = true
+# Whether to include the rendered content of the page/section in the index.
+include_content = true
+# At which character to truncate the content to. Useful if you have a lot of pages and the index would
+# become too big to load on the site. Defaults to not being set.
+# truncate_content_length = 100
+# Wether to produce the search index as a javascript file or as a JSON file.
+# Accepted value "elasticlunr_javascript" or "elasticlunr_json".
+index_format = "elasticlunr_json"
-# Configuration of the Markdown rendering
[markdown]
-# When set to "true", all code blocks are highlighted.
highlight_code = true
+bottom_footnotes = true
+# To use a Zola built-in theme, CSP needs to allow unsafe-inline for style-src.
+highlight_theme = "css"
+smart_punctuation = true
-# A list of directories used to search for additional `.sublime-syntax` files.
-extra_syntaxes = []
-
-# The theme to use for code highlighting.
-# See below for list of allowed values.
-highlight_theme = "one-dark"
-
-# When set to "true", emoji aliases translated to their corresponding
-# Unicode emoji equivalent in the rendered Markdown files. (e.g.: :smile: => 😄)
-render_emoji = true
-
-# Whether external links are to be opened in a new tab
-# If this is true, a `rel="noopener"` will always automatically be added for security reasons
-external_links_target_blank = true
-
-# Whether to set rel="nofollow" for all external links
-external_links_no_follow = true
-
-# Whether to set rel="noreferrer" for all external links
-external_links_no_referrer = true
-
-# Whether smart punctuation is enabled (changing quotes, dashes, dots in their typographic form)
-# For example, `...` into `…`, `"quote"` into `“curly”` etc
-smart_punctuation = false
-
-# Configuration of the link checker.
[link_checker]
-# Skip link checking for external URLs that start with these prefixes
+internal_level = "warn"
skip_prefixes = [
- "http://[2001:db8::]/",
+ "https://www.vultr.com/",
]
-
-# Skip anchor checking for external URLs that start with these prefixes
skip_anchor_prefixes = [
- "https://caniuse.com/",
+ "https://github.com/",
]
-# Various slugification strategies, see below for details
-# Defaults to everything being a slug
-[slugify]
-paths = "on"
-taxonomies = "on"
-anchors = "on"
+[extra]
+# Check out the documentation (or the comments below) to learn how to customise tabi:
+# https://welpo.github.io/tabi/blog/mastering-tabi-settings/
+
+# Search index format.
+# For Zola 0.17.X users only.
+# This MUST MATCH the setting in [search].index_format.
+# Example: If [search].index_format is "elasticlunr_javascript", set:
+# index_format = "elasticlunr_javascript"
+# index_format = ""
+
+# Use sans-serif font everywhere.
+# By default, the serif font is only used in articles.
+override_serif_with_sans = false
+
+# Enable JavaScript theme toggler to allow users to switch between dark/light mode.
+# If disabled, your site will use the theme specified in the `default_theme` variable.
+theme_switcher = true
+
+# This setting determines the default theme on load ("light" or "dark").
+# To follow the user's OS theme, leave it empty or unset.
+default_theme = ""
+
+# Choose the colourscheme (skin) for the theme. Default is "teal".
+# Skin available: blue, lavender, mint, red, sakura, teal, monochrome, lowcontrast_orange, lowcontrast_peach, lowcontrast_pink, indigo_ingot, evangelion
+# See them live and learn how to create your own: https://welpo.github.io/tabi/blog/customise-tabi/#skins
+# WARNING! "lowcontrast" skins, while aesthetically pleasing, may not provide optimal
+# contrast (in light theme) for readability and might not be suitable for all users.
+# Furthermore, low contrasting elements will affect your Google Lighthouse rating.
+# All other skins have optimal contrast.
+skin = ""
+
+# Set browser theme colour. Can be a single colour or [light, dark].
+# Note: Bright colors may be ignored in dark mode.
+# More details: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color
+browser_theme_color = "#087e96"
+# browser_theme_color = ["#ffffff", "#000000"] # Example of light/dark colours.
+
+# List additional stylesheets to load site-wide.
+# These stylesheets should be located in your site's `static` directory.
+# Example: stylesheets = ["extra1.css", "path/extra2.css"]
+# You can load a stylesheet for a single post by adding it to the [extra] section of the post's front matter, following this same format.
+stylesheets = ["css/custom.css", "css/gallery.css"]
+
+# Sets the default canonical URL for all pages.
+# Individual pages can override this in the [extra] section using canonical_url.
+# Example: "$base_url/blog/post1" will get the canonical URL "https://example.com/blog/post1".
+# Note: To ensure accuracy in terms of matching content, consider setting 'canonical_url' individually per page.
+# base_canonical_url = "https://example.com"
+
+# Remote repository for your Zola site.
+# Used for `show_remote_changes` and `show_remote_source` (see below).
+# Supports GitHub, GitLab, Gitea, and Codeberg.
+remote_repository_url = "https://github.com/odisha-ml/website"
+# Set this to "auto" to try and auto-detect the platform based on the repository URL.
+# Accepted values are "github", "gitlab", "gitea", and "codeberg".
+remote_repository_git_platform = "auto" # Defaults to "auto".
+# Branch in the repo hosting the Zola site.
+remote_repository_branch = "main" # Defaults to "main".
+# Show a link to the commit history of updated posts, right next to the last updated date.
+# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
+show_remote_changes = true # Defaults to true.
+# Show a link to the repository of the site, right next to the "Powered by Zola & tabi" text.
+show_remote_source = true # Defaults to true.
+
+# Add a "copy" button to codeblocks (loads ~700 bytes of JavaScript).
+# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
+copy_button = true
+
+# Loads the necessary JavaScript (~400 bytes) to use the "Show source or path" shortcode: https://welpo.github.io/tabi/blog/shortcodes/#show-source-or-path
+# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
+add_src_to_code_block = false
+
+# Show the author(s) of a page.
+# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
+show_author = false
+
+# Show the reading time of a page.
+# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
+show_reading_time = true
+
+# Show the date of a page below its title.
+# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
+show_date = true
+
+# Determines how dates are displayed in the post listing (e.g. front page or /blog). Options:
+# "date" - Show only the original date of the post (default if unset).
+# "updated" - Show only the last updated date of the post. If there is no last updated date, it shows the original date.
+# "both" - Show both the original date and the last updated date.
+post_listing_date = "date"
+
+# DEPRECATED!
+# Use Zola's built-in `bottom_footnotes = true` in the [markdown] section instead. (Available since v0.19.0)
+# Adds backlinks to footnotes (loads ~500 bytes of JavaScripts).
+# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
+footnote_backlinks = false
+
+# Enable KaTeX for all posts.
+# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
+katex = false
+
+# Enable Mermaid diagrams for all posts.
+# Loads ~2.5MB of JavaScript.
+# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
+mermaid = false
+
+# Serve Mermaid JavaScript locally. Version bundled with tabi.
+# If set to false, it will load the latest version from JSDelivr.
+# Only relevant when `mermaid = true`.
+serve_local_mermaid = true
+
+# Show links to previous and next articles at the bottom of posts.
+# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
+show_previous_next_article_links = true
+
+# Invert order of the links to previous and next articles at the bottom of posts.
+# By default, next articles are on the left side of the page and previous articles are on the right side.
+# To reverse the order (next articles on the right and previous articles on the left), set it to true.
+# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
+invert_previous_next_article_links = true
+
+# Whether the navigation for previous/next article should match the full width of the site (same as the navigation bar at the top) or the article width.
+# To match the navigation bar at the top, set it to true.
+previous_next_article_links_full_width = true
+
+# Quick navigation buttons.
+# Adds "go up" and "go to comments" buttons on the bottom right (hidden for mobile).
+# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
+quick_navigation_buttons = true
+
+# Add a Table of Contents to posts, right below the title and metadata.
+# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
+toc = false
+
+# Date format used when listing posts (main page, /blog section, tag posts list…)
+# Default is "6th July 2049" in English and "%d %B %Y" in other languages.
+long_date_format = "%d %B %Y"
+
+# Date format used for blog posts.
+# Default is "6th July 2049" in English and "%-d %B %Y" in other languages.
+short_date_format = ""
+
+# Custom separator used in title tag and posts metadata (between date, time to read, and tags).
+separator = "•"
+
+# Use a shorter layout for All tags listing.
+# Default: tag_name – n post[s]
+# Compact: tag_name^n (superscript number)
+compact_tags = false
+
+# How tags are sorted in a Tags listing based on templates/tags/list.html.
+# "name" for alphabetical, "frequency" for descending count of posts.
+# Default: "name".
+tag_sorting = "frequency"
+
+# Invert the order of the site title and page title in the browser tab.
+# Example: true => "Blog • ~/tabi", false => "~/tabi • Blog"
+invert_title_order = false
+
+# Full path after the base URL required. So if you were to place it in "static" it would be "/favicon.png"
+favicon = "icons/favicon.ico"
+
+# Add an emoji here to use it as favicon.
+# Compatibility: https://caniuse.com/link-icon-svg
+# favicon_emoji = "🌱"
+
+# Path to the fallback image for social media cards (the preview image shown when sharing a link on WhatsApp, LinkedIn…).
+# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
+# Learn how to create these images in batch and automatically:
+# https://osc.garden/blog/automating-social-media-cards-zola/
+social_media_card = "images/index.webp"
+
+menu = [
+ { name = "Conferences", url = "conferences", trailing_slash = true },
+ { name = "CoC", url = "code-of-conduct", trailing_slash = true },
+ { name = "Initiatives", url = "initiatives", trailing_slash = true },
+ { name = "Resources", url = "resources", trailing_slash = true },
+ { name = "Join Us", url = "registration", trailing_slash = true },
-[search]
-# Whether to include the title of the page/section in the index
-include_title = true
-# Whether to include the description of the page/section in the index
-include_description = false
-# Whether to include the path of the page/section in the index
-include_path = false
-# Whether to include the rendered content of the page/section in the index
-include_content = true
-# At which character to truncate the content to. Useful if you have a lot of pages and the index would
-# become too big to load on the site. Defaults to not being set.
-# truncate_content_length = 100
+]
-# Optional translation object for the default language
-# Example:
-# default_language = "fr"
-#
-# [translations]
-# title = "Un titre"
-#
-[translations]
-
-# Additional languages definition
-# You can define language specific config values and translations:
-# title, description, generate_feed, feed_filename, taxonomies, build_search_index
-# as well as its own search configuration and translations (see above for details on those)
-[languages]
-# For example
-# [languages.fr]
-# title = "Mon blog"
-# generate_feed = true
-# taxonomies = [
-# {name = "auteurs"},
-# {name = "tags"},
-# ]
-# build_search_index = false
+# The RSS icon will be shown if (1) it's enabled and (2) the following variable is set to true.
+# Note for Zola 0.19.X users: when `feed_filenames` has two filenames, only the first one will be linked in the footer.
+feed_icon = true
+
+# Show the full post content in the Atom feed.
+# If it's set to false, only the description or summary will be shown.
+full_content_in_feed = false
+
+# Email address for footer's social section.
+# Protect against spambots:
+# 1. Use base64 for email (convert at https://www.base64encode.org/ or `printf 'your@email.com' | base64`).
+# 2. Or, set 'encode_plaintext_email' to true for auto-encoding (only protects on site, not in public repos).
+email = "Y29udGFjdEBvZGlzaGFhaS5vcmc="
+# Decoding requires ~400 bytes of JavaScript. If JS is disabled, the email won't be displayed.
+encode_plaintext_email = true # Setting is ignored if email is already encoded.
+
+# Social media links for the footer.
+# Built-in icons: https://github.com/welpo/tabi/tree/main/static/social_icons
+# To use a custom icon, add it to your site's `static/social_icons` directory.
+socials = [
+ { name = "github", url = "https://github.com/odisha-ml", icon = "github" },
+ { name = "twitter", url = "https://twitter.com/odias_in_ai", icon = "twitter" },
+ { name = "instagram", url = "https://www.instagram.com/odias_in_ai/", icon = "instagram" },
+ { name = "youtube", url = "https://www.youtube.com/@OdiasInML", icon = "youtube" },
+ { name = "linkedin", url = "https://www.linkedin.com/company/75029211", icon = "linkedin" },
+]
-# You can put any kind of data here. The data
-# will be accessible in all templates
-# Example:
-# [extra]
-# author = "Famous author"
-#
-# author value will be available using {{ config.extra.author }} in templates
-#
-[extra]
-event_date = "2024-10-05T00:00:00"
-toc = true
-katex.enabled = true
-katex.auto_render = true
-
-chart.enabled = true
-mermaid.enabled = true
-galleria.enabled = true
-
-navbar_items = [
- { code = "en", nav_items = [
- { url = "$BASE_URL/", name = "Home" },
- { url = "$BASE_URL/conferences", name = "Conferences" },
- { url = "$BASE_URL/code-of-conduct", name = "Code of Conduct" },
- { url = "$BASE_URL/initiatives", name = "Initiatives" },
- { url = "$BASE_URL/about", name = "About" },
- { url = "$BASE_URL/contact", name = "Contact" },
- ] },
+# Extra menu to show on the footer, below socials section.
+footer_menu = [
+ {url = "about", name = "about", trailing_slash = true},
+ {url = "sitemap.xml", name = "sitemap", trailing_slash = false},
]
-[extra.favicon]
-favicon_16x16 = "/icons/favicon.ico"
-favicon_32x32 = "/icons/favicon.ico"
-apple_touch_icon = "/icons/apple-touch-icon.png"
-safari_pinned_tab = "/icons/safari-pinned-tab.svg"
-webmanifest = "/icons/site.webmanifest"
-
-[extra.author]
-name = "Odias in AI/ML"
-avatar = "images/logo.webp"
-
-[extra.social]
-facebook = "Odias.in.ML"
-github = "odisha-ml"
-linkedin = "75029211"
-email = "contact@odishaai.org"
-twitter = "odias_in_ai"
-instagram = "odias_in_ai"
-youtube = "OdiasInML"
-
-[extra.analytics]
-google = ""
-
-[extra.commenting]
-disqus = "deepthought-theme"
-
-[extra.mapbox]
-enabled = true
-access_token = ""
+# Enable a copyright notice for the footer, shown between socials and the "Powered by" text.
+# $TITLE will be replaced by the website's title.
+# $CURRENT_YEAR will be replaced by the current year.
+# $AUTHOR will be replaced by the `author` variable.
+# $SEPARATOR will be replaced by the `separator` variable.
+# Markdown is supported (links, emphasis, etc).
+copyright = """
+$TITLE © 2020 - $CURRENT_YEAR $AUTHOR $SEPARATOR Made by
+[Anisha](https://www.linkedin.com/in/anishaswain/),
+[Goutam](https://www.linkedin.com/in/goutam-samal/),
+[Subhadarshi](https://www.linkedin.com/in/subhadarshi-panda-1ba5091a/),
+and [Soumendra](https://www.soumendrak.com).
+"""
+
+# For multi-language sites, you can set a different copyright for each language.
+# The old way of setting `translated_copyright = true` and using i18n files is deprecated.
+# If a translation is missing for language, the `copyright` value will be used.
+# copyright_translations.es = "$TITLE © $CURRENT_YEAR $AUTHOR $SEPARATOR A menos que se indique lo contrario, el contenido de esta web está disponible bajo la licencia [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)."
+
+# Custom security headers. What urls should your website be able to connect to?
+# You need to specify the CSP and the URLs associated with the directive.
+# Useful if you want to load remote content safely (embed YouTube videos, which needs frame-src, for example).
+# Default directive is self.
+# Default config, allows for https remote images and embedding YouTube and Vimeo content.
+# This configuration (along with the right webserver settings) gets an A+ in Mozilla's Observatory: https://observatory.mozilla.org
+# Note: to use a Zola built-in syntax highlighting theme, allow unsafe-inline for style-src.
+allowed_domains = [
+ { directive = "font-src", domains = ["'self'", "data:"] },
+ { directive = "img-src", domains = ["'self'", "https://*", "data:"] },
+ { directive = "media-src", domains = ["'self'", "https://cdn.jsdelivr.net/"] },
+ { directive = "script-src", domains = ["'self'"] },
+ { directive = "style-src", domains = ["'self'"] },
+ { directive = "frame-src", domains = ["player.vimeo.com", "https://www.youtube-nocookie.com"] },
+]
+
+# Enable the CSP directives configured (or default).
+# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
+enable_csp = true
+
+# Custom subset of characters for the header.
+# If set to true, the `static/custom_subset.css` file will be loaded first.
+# This avoids a flashing text issue in Firefox.
+# Please see https://welpo.github.io/tabi/blog/custom-font-subset/ to learn how to create this file.
+custom_subset = true
+
+# [extra.analytics]
+# Specify which analytics service you want to use.
+# Supported options: ["goatcounter", "umami", "plausible"]
+# service = "goatcounter"
+
+# Unique identifier for tracking.
+# For GoatCounter, this is the code you choose during signup.
+# For Umami, this is the website ID.
+# For Plausible, this is the domain name (e.g. "example.com").
+# Note: Leave this field empty if you're self-hosting.
+# id = "yourID"
+
+# Optional: Specify the URL for self-hosted analytics instances.
+# For GoatCounter: Base URL like "https://stats.example.com"
+# For Umami: Base URL like "https://umami.example.com"
+# For Plausible: Base URL like "https://plausible.example.com"
+# Leave this field empty if you're using the service's default hosting.
+# self_hosted_url = ""
+
+# giscus support for comments. https://giscus.app
+# Setup instructions: https://welpo.github.io/tabi/blog/comments/#setup
+# [extra.giscus]
+# enabled_for_all_posts = false # Enables giscus on all posts. It can be enabled on individual posts by setting `giscus = true` in the [extra] section of a post's front matter.
+# automatic_loading = true # If set to false, a "Load comments" button will be shown.
+# repo = "welpo/tabi-comments"
+# repo_id = "R_kgDOJ59Urw" # Find this value in https://giscus.app/
+# category = "Announcements"
+# category_id = "DIC_kwDOJ59Ur84CX0QG" # Find this value in https://giscus.app/
+# mapping = "slug" # Available: pathname; url; title; slug. "slug" will use the post's filename (slug); this is the only way to share comments between languages.
+# strict_title_matching = 1 # 1 to enable, 0 to disable. https://github.com/giscus/giscus/blob/main/ADVANCED-USAGE.md#data-strict
+# enable_reactions = 1 # 1 to enable, 0 to disable.
+# comment_box_above_comments = false
+# light_theme = "noborder_light"
+# dark_theme = "noborder_dark"
+# lang = "" # Leave blank to match the page's language.
+# lazy_loading = true
+
+# utterances support for comments. https://utteranc.es
+# Setup instructions: https://welpo.github.io/tabi/blog/comments/#setup
+# [extra.utterances]
+# enabled_for_all_posts = false # Enables utterances on all posts. It can be enabled on individual posts by setting `utterances = true` in the [extra] section of a post's front matter.
+# automatic_loading = true # If set to false, a "Load comments" button will be shown.
+# repo = "yourGithubUsername/yourRepo" # https://utteranc.es/#heading-repository
+# issue_term = "slug" # Available: pathname; url; title; slug. "slug" will use the post's filename (slug); this is the only way to share comments between languages. https://utteranc.es/#heading-mapping
+# label = "💬" # https://utteranc.es/#heading-issue-label
+# light_theme = "github-light" # https://utteranc.es/#heading-theme
+# dark_theme = "photon-dark" # https://utteranc.es/#heading-theme
+# lazy_loading = true
+
+# Hyvor Talk support for comments. https://talk.hyvor.com
+# [extra.hyvortalk]
+# enabled_for_all_posts = false # Enables hyvortalk on all posts. It can be enabled on individual posts by setting `hyvortalk = true` in the [extra] section of a post's front matter.
+# automatic_loading = true # If set to false, a "Load comments" button will be shown.
+# website_id = "1234"
+# page_id_is_slug = true # If true, it will use the post's filename (slug) as id; this is the only way to share comments between languages. If false, it will use the entire url as id.
+# lang = "" # Leave blank to match the page's language.
+# page_author = "" # Email (or base64 encoded email) of the author.
+# lazy_loading = true
+
+# Isso support for comments. https://isso-comments.de/
+# You need to self-host the backend first: https://blog.phusion.nl/2018/08/16/isso-simple-self-hosted-commenting-system/
+# More info on some settings: https://isso-comments.de/docs/reference/client-config/
+# [extra.isso]
+# enabled_for_all_posts = false # Enables Isso on all posts. It can be enabled on individual posts by setting `isso = true` in the [extra] section of a post's front matter.
+# automatic_loading = true # If set to false, a "Load comments" button will be shown.
+# endpoint_url = "" # Accepts relative paths like "/comments/" or "/isso/", as well as full urls like "https://example.com/comments/". Include the trailing slash.
+# page_id_is_slug = true # If true, it will use the relative path for the default language as id; this is the only way to share comments between languages. If false, it will use the entire url as id.
+# lang = "" # Leave blank to match the page's language.
+# max_comments_top = "inf" # Number of top level comments to show by default. If some comments are not shown, an "X Hidden" link is shown.
+# max_comments_nested = "5" # Number of nested comments to show by default. If some comments are not shown, an "X Hidden" link is shown.
+# avatar = true
+# voting = true
+# page_author_hashes = "" # hash (or list of hashes) of the author.
+# lazy_loading = true # Loads when the comments are in the viewport (using the Intersection Observer API).
+# [languages.or]
+# title = "Odias in AI/ML"
+# build_search_index = false
+# taxonomies = [
+# { name = "categories", feed = true, paginate_by = 10 },
+# { name = "tags", feed = true, paginate_by = 10 },
+# ]
\ No newline at end of file
diff --git a/content/_index.md b/content/_index.md
index e4b86ad..3bc7dfd 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,8 +1,21 @@
+++
-title = "Odias in AI/ML"
description = "The Artificial Intelligence global community of Odias."
+title= "Latest Conferences"
+sort_by = "date"
+template = "section.html"
+
+[extra]
+header = {title = "ନମସ୍କାର 🙏🏼", img = "images/logo.webp", img_alt = "Odias in AI/ML Logo"}
+section_path = "conferences/_index.md"
+max_posts = 3
+projects_path = "initiatives/_index.md"
+max_projects = 3
+show_projects_first = false
+show_countdown = true
+countdown_title = "Countdown to the next conference"
+countdown_date = "2024-10-05T00:00:00"
+++
-**Odias in AI/ML** is a global initiative creating a space for idea sharing, fostering collaborations, and discussing initiatives to increase the presence of Odia people in the field of AI. To this end, we run mentoring programs and maintain various fora for fostering partnerships and collaborations with industry and investors.
+**Odias in AI/ML** (*aka Odias in ML, Odias in AI, and Odisha AI*) is a not for profit global initiative creating a space for idea sharing, fostering collaborations, and discussing initiatives to increase the presence of Odia people in the field of AI. To this end, we run mentoring programs and maintain various fora for fostering partnerships and collaborations with industry and investors.
-As Utkala Gouraba Madhusudan Das’ Utkala Sammilani was created in 1903 to campaign for the unification of all Odia people into the state of Odisha. Likewise, we intend to unite all Odias in the domain of AI, across the world, under a single Odias in AI banner.
\ No newline at end of file
+As Utkala Gouraba Madhusudan Das’s Utkala Sammilani was created in 1903 to campaign for the unification of all Odia people into the state of Odisha. Likewise, we intend to unite all Odias in the domain of AI, across the world, under a single Odias in AI banner.
\ No newline at end of file
diff --git a/content/_index.or.md b/content/_index.or.md
new file mode 100644
index 0000000..df907c0
--- /dev/null
+++ b/content/_index.or.md
@@ -0,0 +1,21 @@
++++
+description = "The Artificial Intelligence global community of Odias."
+title= "Latest Conferences"
+sort_by = "date"
+template = "section.html"
+
+[extra]
+header = {title = "ନମସ୍କାର 🙏🏼", img = "images/logo.webp", img_alt = "Odias in AI/ML Logo"}
+section_path = "conferences/_index.md"
+max_posts = 3
+projects_path = "initiatives/_index.md"
+max_projects = 3
+show_projects_first = false
+show_countdown = true
+countdown_title = "Countdown to the next conference"
+countdown_date = "2024-10-05T00:00:00"
++++
+
+**Odias in AI/ML** is a global initiative creating a space for idea sharing, fostering collaborations, and discussing initiatives to increase the presence of Odia people in the field of AI. To this end, we run mentoring programs and maintain various fora for fostering partnerships and collaborations with industry and investors.
+
+As Utkala Gouraba Madhusudan Das’s Utkala Sammilani was created in 1903 to campaign for the unification of all Odia people into the state of Odisha. Likewise, we intend to unite all Odias in the domain of AI, across the world, under a single Odias in AI banner.
\ No newline at end of file
diff --git a/static/images/core/abhijeet.webp b/content/about/DPs/abhijeet.webp
similarity index 100%
rename from static/images/core/abhijeet.webp
rename to content/about/DPs/abhijeet.webp
diff --git a/static/images/core/aditya.webp b/content/about/DPs/aditya.webp
similarity index 100%
rename from static/images/core/aditya.webp
rename to content/about/DPs/aditya.webp
diff --git a/static/images/core/anjan.webp b/content/about/DPs/anjan.webp
similarity index 100%
rename from static/images/core/anjan.webp
rename to content/about/DPs/anjan.webp
diff --git a/static/images/core/damodar.webp b/content/about/DPs/damodar.webp
similarity index 100%
rename from static/images/core/damodar.webp
rename to content/about/DPs/damodar.webp
diff --git a/static/images/core/kuku_das.webp b/content/about/DPs/kuku_das.webp
similarity index 100%
rename from static/images/core/kuku_das.webp
rename to content/about/DPs/kuku_das.webp
diff --git a/static/images/core/kumarika.webp b/content/about/DPs/kumarika.webp
similarity index 100%
rename from static/images/core/kumarika.webp
rename to content/about/DPs/kumarika.webp
diff --git a/static/images/core/neelima.webp b/content/about/DPs/neelima.webp
similarity index 100%
rename from static/images/core/neelima.webp
rename to content/about/DPs/neelima.webp
diff --git a/static/images/core/pradeepta.webp b/content/about/DPs/pradeepta.webp
similarity index 100%
rename from static/images/core/pradeepta.webp
rename to content/about/DPs/pradeepta.webp
diff --git a/static/images/core/shyamanujan.webp b/content/about/DPs/shyamanujan.webp
similarity index 100%
rename from static/images/core/shyamanujan.webp
rename to content/about/DPs/shyamanujan.webp
diff --git a/static/images/core/soumendra.webp b/content/about/DPs/soumendra.webp
similarity index 100%
rename from static/images/core/soumendra.webp
rename to content/about/DPs/soumendra.webp
diff --git a/static/images/core/subhadarshi.webp b/content/about/DPs/subhadarshi.webp
similarity index 100%
rename from static/images/core/subhadarshi.webp
rename to content/about/DPs/subhadarshi.webp
diff --git a/content/about/index.md b/content/about/index.md
new file mode 100644
index 0000000..4b227da
--- /dev/null
+++ b/content/about/index.md
@@ -0,0 +1,67 @@
++++
+title = "About Us"
+description = "About the Odias in AI/ML community."
+date = 2024-07-22
+
+[taxonomies]
+tags = ["About"]
+
+[extra]
+toc = true
+comments = false
+core_team_images_folder_path = "images/core_team"
++++
+
+# About Us
+
+The Odias in AI/ML community is a global initiative creating a space for idea sharing, fostering collaborations, and discussing initiatives to increase the presence of Odia people in the field of AI.
+
+## Vision
+Odias in AI is a global initiative creating a space for idea sharing, fostering collaborations, and discussing initiatives to increase the presence of Odia people in the field of AI. To this end, we run mentoring programs and maintain various fora for fostering partnerships and collaborations with industry and investors.
+
+## Mission
+Odias in AI will help leverage the power of artificial intelligence and machine learning for the overall development of Odisha and Odia language through a platform for collaboration among Odia technologists, academicians, executives, policymakers, and the broader community–working strategically with technology and thought leaders in the space.
+
+## Activities
+
+{{ invertible_image(src="images/OdiasInAITimeline.webp", alt="Invertible graph") }}
+
+
+We undertake the following activities to achieve our mission by:
+* celebrating the achievement of Odias in the field
+* helping enhance skills levels in this area
+* helping create entrepreneurial and career opportunities
+* catalyzing rapid adoption of AI/ML technologies in Odisha by actively engaging with the policymakers
+* creating a repository of knowledge in the area
+* getting the best of technology leaders to work with us in the pursuit of our objective
+
+For our detailed activities, please visit the [initiatives](@/initiatives/_index.md) page.
+
+## Key Challenges Addressed
+* Shua, the spiritual predecessor of this community helped bringing Machine Translation to Odia Language.
+* United the Odias across the world in the field of AI/ML across the professional, academic, investor, entrepreneur, and policymaker levels.
+
+
+## Core Team
+
+{{ gallery(image_type="") }}
+
+
+## Chapter Leaders
+
+* [Kumarika Mohanty](https://www.linkedin.com/in/kumarika-mohanty-09582815) - Women’s Chapter
+* [Soumendra Kumar Sahoo](https://www.linkedin.com/in/soumendrak/) - Bengaluru Chapter
+* Manmath Sahoo - Singapore
+* Dr. Sukanta Kumar Jena - UK
+* [Col. Aditya Parida](https://www.linkedin.com/in/ap1950/) & [Neelima Mishra](https://www.linkedin.com/in/neelimamisra/) - Sweden
+* [Dr. Sofen Kumar Jena](https://www.linkedin.com/in/sofen/) - France
+* [Dr. Shantipriya Parida](https://www.linkedin.com/in/shantipriya-parida-9781a9127/) - Finland
+* [Saswat Mohanty](https://www.linkedin.com/in/ersaswatmohanty/) - Germany
+* [Saroj Mahanta](https://www.linkedin.com/in/saroj-mahanta-83a37813/) - South Africa
+* [Dr. Sitansu Sekhar Nanda](https://www.linkedin.com/in/dr-sitansu-sekhar-nanda-73b62212/) - South Korea
+* [Manas Ranjan Kar](https://www.linkedin.com/in/manas-kar/) - Canada
+* [Debendra Mahanta](https://www.linkedin.com/in/debendra-mohanta-7445423/) - Japan
+* [Shayani Parida](https://www.linkedin.com/in/shayani-parida/) - CT, USA
+* [Sudhir Sahu](https://www.linkedin.com/in/susahu/) - CA, USA
+* [Madhusmita Nayak](https://www.linkedin.com/in/madhusmita-nayak-75a0a215/) - UAE
+* [A K Mohanty](https://www.linkedin.com/in/akmohantytatwa/) - BBSR
diff --git a/content/about.md b/content/about/index.or.md
similarity index 68%
rename from content/about.md
rename to content/about/index.or.md
index 11e7cd2..1a0a9b4 100644
--- a/content/about.md
+++ b/content/about/index.or.md
@@ -41,23 +41,7 @@ For our detailed activities, please visit the [initiatives](@/initiatives/_index
## Core Team
-{% galleria() %}
-{
- "images": [
- {"src": "/images/core/abhijeet.webp", "title": "Abhijeet Parida", "description": "https://www.linkedin.com/in/a-parida/"},
- {"src": "/images/core/aditya.webp", "title": "Aditya Parida", "description": "https://www.linkedin.com/in/ap1950/"},
- {"src": "/images/core/anjan.webp", "title": "Anjan Kumar Panda", "description": "https://www.linkedin.com/in/anjankumarpanda"},
- {"src": "/images/core/damodar.webp", "title": "Damodar Sahu", "description": "https://www.linkedin.com/in/damodarsahu/"},
- {"src": "/images/core/kuku_das.webp", "title": "Kuku Das", "description": "https://www.linkedin.com/in/kuku-das-14a06223"},
- {"src": "/images/core/kumarika.webp", "title": "Kumarika Mohanty Panda", "description": "https://www.linkedin.com/in/kumarika-mohanty-09582815"},
- {"src": "/images/core/neelima.webp", "title": "Neelima Mishra", "description": "https://www.linkedin.com/in/neelimamisra/"},
- {"src": "/images/core/pradeepta.webp", "title": "Pradeepta Mishra", "description": "https://www.linkedin.com/in/pradeepta/"},
- {"src": "/images/core/shyamanujan.webp", "title": "Shyamanuja Das", "description": "https://www.linkedin.com/in/shyamanuja/"},
- {"src": "/images/core/soumendra.webp", "title": "Soumendra Kumar Sahoo", "description": "https://www.linkedin.com/in/soumendrak/"},
- {"src": "/images/core/subhadarshi.webp", "title": "Subhadarshi Panda", "description": "https://www.linkedin.com/in/subhadarshi-panda-1ba5091a/"}
- ]
-}
-{% end %}
+TBD
## Chapter Leaders
diff --git a/content/code-of-conduct.md b/content/code-of-conduct.md
index 72fd6a7..2a41cbc 100644
--- a/content/code-of-conduct.md
+++ b/content/code-of-conduct.md
@@ -7,11 +7,10 @@ date = 2024-07-24
tags = ["Code of Conduct"]
[extra]
-toc = false
-comments = false
+social_media_card = "images/coc.webp"
+++
-Our community is committed to providing a welcoming, safe, and inclusive environment for all members, regardless of background or identity. We expect all participants to treat each other with respect and courtesy in all community interactions, including our annual conference events, special events, WhatsApp groups, and other social media channels. Harassment, discrimination, and disruptive behavior of any kind will not be tolerated.
+Our community, Odias in AI/ML is committed to providing a welcoming, safe, and inclusive environment for all members, regardless of background or identity. We expect all participants to treat each other with respect and courtesy in all community interactions, including our annual conference events, special events, WhatsApp groups, and other social media channels. Harassment, discrimination, and disruptive behavior of any kind will not be tolerated.
Members are expected to communicate professionally, respect intellectual property and privacy rights, and adhere to applicable laws and regulations. Any violations of this Code of Conduct should be reported promptly to the community organizers. Consequences for violations may include warnings, temporary or permanent bans from community spaces, or removal from leadership positions. We are dedicated to fostering a positive and enriching experience for all and will regularly review and update this Code of Conduct to ensure it serves our community effectively.
diff --git a/content/conferences/2020.md b/content/conferences/2020.md
index 8273b59..b378930 100644
--- a/content/conferences/2020.md
+++ b/content/conferences/2020.md
@@ -4,15 +4,16 @@ date=2020-10-04
local_image = "images/2020/2020.webp"
[taxonomies]
-categories = ["Conferences", "Events"]
tags = ["Conference"]
+
[extra]
toc = false
comments = false
+++
# 2020 Odias in AI/ML Conference
+
On the 4th of October, 2020, Odias in AI/ML community has hosted its first global conference.
{{ youtube(id="PF5DScCr5SI") }}
-*Entire Conference Video*
\ No newline at end of file
+_Entire Conference Video_
diff --git a/content/conferences/2021.md b/content/conferences/2021.md
index e216c74..11d067b 100644
--- a/content/conferences/2021.md
+++ b/content/conferences/2021.md
@@ -4,59 +4,60 @@ date=2021-10-09
local_image = "images/2021/2021.png"
[taxonomies]
-categories = ["Conferences", "Events"]
tags = ["Conference"]
+
[extra]
-toc = false
-comments = false
+social_media_card = "images/2021/2021.png"
+
+++
# 2021 Odias in AI/ML Conference
+
On the 9th of October, 2021, Odias in AI/ML community has hosted its second global conference.
{{ youtube(id="iX59_YJzINs") }}
-*Entire Conference Video*
+_Entire Conference Video_
## Agenda
-| Section | Topic | BBSR | London | Munich | SFO | NY | Speakers | Moderators |
-| --- | --- | --- | --- | --- | --- | --- | --- | --- |
-| Intro | Sankha | 17:30 | 12:00 | 14:00 | 5:00 | 8:00 | Sankha | Shyamanuja Das |
-| Intro | Mun Sei Kalinga | 17:31 | 12:01 | 14:01 | 5:01 | 8:01 | Mu Sei Kalinga Audio Play | |
-| Intro | Setting context : ପ୍ରସଙ୍ଗ ପ୍ରସ୍ତାବନା | 17:35 | 12:05 | 14:05 | 5:05 | 8:05 | Anjan Kumar Panda | |
-| Intro | [Overall theme and specific themes] ANNOUCEMENT SLOTS: [Call to actions] | 17:40 | 12:10 | 14:10 | 5:10 | 8:10 | Abhijeet Parida | |
-| Intro | Handover to First session | 17:43 | 12:13 | 14:13 | 5:13 | 8:13 | Anjan Kumar Panda | |
-| Intro | Welcoming Opening Keynote Speaker | 17:44 | 12:14 | 14:14 | 5:14 | 8:14 | Shyamanuja Das | |
-| Opening Keynote | Opening Keynote | 17:45 | 12:15 | 14:15 | 5:15 | 8:15 | Dr. Amar Pattnaik | |
-| Ecosystem | Ecosystem : building an AI ecosystem , an Odisha Administration perspective | 18:05 | 12:35 | 14:35 | 5:35 | 8:35 | Manoj Mishra | |
-| Ecosystem | Role of Higher Education Institutes in preparing Odias for AI/ML opportunity | 18:20 | 12:50 | 14:50 | 5:50 | 8:50 | Dr. Ashok Kumar Mahapatra | |
-| Ecosystem | Indic Language Business Landscape : Opportinities for an Odia ML ecosystem | 18:35 | 13:05 | 15:05 | 6:05 | 9:05 | Arvind Pani | |
-| Ecosystem | Getting things done in government ecosystem | 18:45 | 13:15 | 15:15 | 6:15 | 9:15 | Debabrata Nayak | |
-| Ecosystem | Making Students think computationally for ML | 18:55 | 13:25 | 15:25 | 6:25 | 9:25 | Prof. Dr. Suprava Pattanaik | |
-| Ecosystem | “How ଓଡ଼ିଶା can leverage STPI for setting up AIML units” | 19:05 | 13:35 | 15:35 | 6:35 | 9:35 | Manas Panda | |
-| Ecosystem | Panel/ media/ QA/ Summary/ Announcement | 19:15 | 13:45 | 15:45 | 6:45 | 9:45 | Panel/ media/ QA/ Summary/ Announcement | |
-| Entrepreneurship | Building an AI Company in Silicon Valley | 19:30 | 14:00 | 16:00 | 7:00 | 10:00 | Prasanta Behera | Anjan Kumar Panda & Santosh Panda |
-| Entrepreneurship | Investment into AI space | 19:40 | 14:10 | 16:10 | 7:10 | 10:10 | Priyanka Pani | |
-| Entrepreneurship | Building AI Products: From Prototype to Production | 19:50 | 14:20 | 16:20 | 7:20 | 10:20 | Amarjeet Sahoo | |
-| Entrepreneurship | Startup Opportunities in AI/ML for Odisha and Odias | 20:00 | 14:30 | 16:30 | 7:30 | 10:30 | Dr Manisha Acharya | |
-| Entrepreneurship | Building an Educational Platform | 20:10 | 14:40 | 16:40 | 7:40 | 10:40 | Chandrahas Panigrahi | |
-| Entrepreneurship | Building an IOT Company | 20:15 | 14:45 | 16:45 | 7:45 | 10:45 | Sambit Prasad Kar | |
-| Entrepreneurship | Building a Robotics company | 20:20 | 14:50 | 16:50 | 7:50 | 10:50 | SakyaSingh Mohapatra | |
-| Entrepreneurship | Buildig a management consulting organization | 20:25 | 14:55 | 16:55 | 7:55 | 10:55 | Manoj Kumar Nayak | |
-| Entrepreneurship | Running on-shore-off-shore model from Odisha | 20:30 | 15:00 | 17:00 | 8:00 | 11:00 | Sam Biswal | |
-| Entrepreneurship | Building a Local Linguistic Product for Odisha | 20:35 | 15:05 | 17:05 | 8:05 | 11:05 | Akash Roshan Mund | |
-| Entrepreneurship | Demystifying the AI/ML market | 20:40 | 15:10 | 17:10 | 8:10 | 11:10 | Chidananda Khatua | |
-| Entrepreneurship | Panel/ media/ QA/ Summary/ Announcement | 20:45 | 15:15 | 17:15 | 8:15 | 11:15 | QA/Summary/Panel Disc | |
-| Skill to Scale | AI/ML Skill requirements for Govt in Odisha in healthcare | 21:00 | 15:30 | 16:30 | 8:30 | 11:30 | Dr Sanghamitra Pati | Dr. Pragyasmita Nayak & Kirtisundar Sahu |
-| Skill to Scale | Harvesting Federated Intelligence in Machine Learning | 21:10 | 15:40 | 16:40 | 8:40 | 11:40 | Prof. Prasant Mohapatra | |
-| Skill to Scale | Emergence of Quantum Computing and AI | 21:30 | 16:00 | 17:00 | 9:00 | 12:00 | Sudeepta Maharana | |
-| Skill to Scale | Using AI/MLto Enhance cyber presence of Odia language | 21:40 | 16:10 | 17:10 | 9:10 | 12:10 | Manoj Patra | |
-| Skill to Scale | Managing an AI product in a big tech, path challenges and opportunities | 21:50 | 16:20 | 17:20 | 9:20 | 12:20 | Debu Panda | |
-| Skill to Scale | Protecting AI Ecosystem from Threats | 22:00 | 16:30 | 17:30 | 9:30 | 12:30 | Swati Satpathy | |
-| Skill to Scale | How startups can use Microsoft platforms, Building AI products on Azure Data products | 22:10 | 16:40 | 17:40 | 9:40 | 12:40 | Sunil Sabat | |
-| Skill to Scale | ML Design Patterns : Building ML products from SQL | 22:20 | 16:50 | 17:50 | 9:50 | 12:50 | Valliappa Lakshmanan | |
-| Skill to Scale | Building an AI/ML Product for Rural Healthcare of Odisha | 22:30 | 17:00 | 18:00 | 10:00 | 13:00 | Dr Aviseka Acharya | |
-| Skill to Scale | Laying the right kind of highways | 22:40 | 17:10 | 18:10 | 10:10 | 13:10 | Vivek Pani | |
-| Skill to Scale | Tapping the Market | 22:50 | 17:20 | 18:20 | 10:20 | 13:20 | Ambika Sukla | |
-| Concluding session | Conclusion, Session of Thanks , and Handover to open mike session | 23:00 | 17:30 | 18:30 | 10:30 | 13:30 | Pradeepta Mishra | |
-| Open mike ; ଗପସପ | 23:30 | 18:00 | 19:00 | 11:00 | 14:00 | Damodar Sahu | |
+| Section | Topic | BBSR | London | Munich | SFO | NY | Speakers | Moderators |
+| ------------------ | ------------------------------------------------------------------------------------- | ----- | ------ | ------ | ----- | ------------ | --------------------------------------- | ---------------------------------------- |
+| Intro | Sankha | 17:30 | 12:00 | 14:00 | 5:00 | 8:00 | Sankha | Shyamanuja Das |
+| Intro | Mun Sei Kalinga | 17:31 | 12:01 | 14:01 | 5:01 | 8:01 | Mu Sei Kalinga Audio Play | |
+| Intro | Setting context : ପ୍ରସଙ୍ଗ ପ୍ରସ୍ତାବନା | 17:35 | 12:05 | 14:05 | 5:05 | 8:05 | Anjan Kumar Panda | |
+| Intro | [Overall theme and specific themes] ANNOUCEMENT SLOTS: [Call to actions] | 17:40 | 12:10 | 14:10 | 5:10 | 8:10 | Abhijeet Parida | |
+| Intro | Handover to First session | 17:43 | 12:13 | 14:13 | 5:13 | 8:13 | Anjan Kumar Panda | |
+| Intro | Welcoming Opening Keynote Speaker | 17:44 | 12:14 | 14:14 | 5:14 | 8:14 | Shyamanuja Das | |
+| Opening Keynote | Opening Keynote | 17:45 | 12:15 | 14:15 | 5:15 | 8:15 | Dr. Amar Pattnaik | |
+| Ecosystem | Ecosystem : building an AI ecosystem , an Odisha Administration perspective | 18:05 | 12:35 | 14:35 | 5:35 | 8:35 | Manoj Mishra | |
+| Ecosystem | Role of Higher Education Institutes in preparing Odias for AI/ML opportunity | 18:20 | 12:50 | 14:50 | 5:50 | 8:50 | Dr. Ashok Kumar Mahapatra | |
+| Ecosystem | Indic Language Business Landscape : Opportinities for an Odia ML ecosystem | 18:35 | 13:05 | 15:05 | 6:05 | 9:05 | Arvind Pani | |
+| Ecosystem | Getting things done in government ecosystem | 18:45 | 13:15 | 15:15 | 6:15 | 9:15 | Debabrata Nayak | |
+| Ecosystem | Making Students think computationally for ML | 18:55 | 13:25 | 15:25 | 6:25 | 9:25 | Prof. Dr. Suprava Pattanaik | |
+| Ecosystem | “How ଓଡ଼ିଶା can leverage STPI for setting up AIML units” | 19:05 | 13:35 | 15:35 | 6:35 | 9:35 | Manas Panda | |
+| Ecosystem | Panel/ media/ QA/ Summary/ Announcement | 19:15 | 13:45 | 15:45 | 6:45 | 9:45 | Panel/ media/ QA/ Summary/ Announcement | |
+| Entrepreneurship | Building an AI Company in Silicon Valley | 19:30 | 14:00 | 16:00 | 7:00 | 10:00 | Prasanta Behera | Anjan Kumar Panda & Santosh Panda |
+| Entrepreneurship | Investment into AI space | 19:40 | 14:10 | 16:10 | 7:10 | 10:10 | Priyanka Pani | |
+| Entrepreneurship | Building AI Products: From Prototype to Production | 19:50 | 14:20 | 16:20 | 7:20 | 10:20 | Amarjeet Sahoo | |
+| Entrepreneurship | Startup Opportunities in AI/ML for Odisha and Odias | 20:00 | 14:30 | 16:30 | 7:30 | 10:30 | Dr Manisha Acharya | |
+| Entrepreneurship | Building an Educational Platform | 20:10 | 14:40 | 16:40 | 7:40 | 10:40 | Chandrahas Panigrahi | |
+| Entrepreneurship | Building an IOT Company | 20:15 | 14:45 | 16:45 | 7:45 | 10:45 | Sambit Prasad Kar | |
+| Entrepreneurship | Building a Robotics company | 20:20 | 14:50 | 16:50 | 7:50 | 10:50 | SakyaSingh Mohapatra | |
+| Entrepreneurship | Buildig a management consulting organization | 20:25 | 14:55 | 16:55 | 7:55 | 10:55 | Manoj Kumar Nayak | |
+| Entrepreneurship | Running on-shore-off-shore model from Odisha | 20:30 | 15:00 | 17:00 | 8:00 | 11:00 | Sam Biswal | |
+| Entrepreneurship | Building a Local Linguistic Product for Odisha | 20:35 | 15:05 | 17:05 | 8:05 | 11:05 | Akash Roshan Mund | |
+| Entrepreneurship | Demystifying the AI/ML market | 20:40 | 15:10 | 17:10 | 8:10 | 11:10 | Chidananda Khatua | |
+| Entrepreneurship | Panel/ media/ QA/ Summary/ Announcement | 20:45 | 15:15 | 17:15 | 8:15 | 11:15 | QA/Summary/Panel Disc | |
+| Skill to Scale | AI/ML Skill requirements for Govt in Odisha in healthcare | 21:00 | 15:30 | 16:30 | 8:30 | 11:30 | Dr Sanghamitra Pati | Dr. Pragyasmita Nayak & Kirtisundar Sahu |
+| Skill to Scale | Harvesting Federated Intelligence in Machine Learning | 21:10 | 15:40 | 16:40 | 8:40 | 11:40 | Prof. Prasant Mohapatra | |
+| Skill to Scale | Emergence of Quantum Computing and AI | 21:30 | 16:00 | 17:00 | 9:00 | 12:00 | Sudeepta Maharana | |
+| Skill to Scale | Using AI/MLto Enhance cyber presence of Odia language | 21:40 | 16:10 | 17:10 | 9:10 | 12:10 | Manoj Patra | |
+| Skill to Scale | Managing an AI product in a big tech, path challenges and opportunities | 21:50 | 16:20 | 17:20 | 9:20 | 12:20 | Debu Panda | |
+| Skill to Scale | Protecting AI Ecosystem from Threats | 22:00 | 16:30 | 17:30 | 9:30 | 12:30 | Swati Satpathy | |
+| Skill to Scale | How startups can use Microsoft platforms, Building AI products on Azure Data products | 22:10 | 16:40 | 17:40 | 9:40 | 12:40 | Sunil Sabat | |
+| Skill to Scale | ML Design Patterns : Building ML products from SQL | 22:20 | 16:50 | 17:50 | 9:50 | 12:50 | Valliappa Lakshmanan | |
+| Skill to Scale | Building an AI/ML Product for Rural Healthcare of Odisha | 22:30 | 17:00 | 18:00 | 10:00 | 13:00 | Dr Aviseka Acharya | |
+| Skill to Scale | Laying the right kind of highways | 22:40 | 17:10 | 18:10 | 10:10 | 13:10 | Vivek Pani | |
+| Skill to Scale | Tapping the Market | 22:50 | 17:20 | 18:20 | 10:20 | 13:20 | Ambika Sukla | |
+| Concluding session | Conclusion, Session of Thanks , and Handover to open mike session | 23:00 | 17:30 | 18:30 | 10:30 | 13:30 | Pradeepta Mishra | |
+| Open mike ; ଗପସପ | 23:30 | 18:00 | 19:00 | 11:00 | 14:00 | Damodar Sahu | |
diff --git a/content/conferences/2022.md b/content/conferences/2022.md
deleted file mode 100644
index 9cce642..0000000
--- a/content/conferences/2022.md
+++ /dev/null
@@ -1,143 +0,0 @@
-+++
-title="2022 Odias in AI/ML Conference"
-date=2022-10-01
-local_image = "images/2022/2022.webp"
-
-[taxonomies]
-categories = ["Conferences", "Events"]
-tags = ["Conference"]
-[extra]
-toc = true
-comments = false
-+++
-
-## 2022 Odias in AI/ML Conference
-Odias in ML Conference 2022 is the third international congregation of Odias techies in AI/ML, academicians, policymakers, linguists, business executives, investors, entrepreneurs and those working towards positively intervening in people’s lives through AI/ML.
-
-**Theme:** Building Growth Engines for ଓଡ଼ିଶା (Odisha), Leveraging AI.
-
-## Recordings
-{{ youtube(id="MPrU-3s8ccw") }}
-*Entire Conference Video*
-
-## Invited Speakers, Quotes and Posters
-
-{% galleria() %}
-{
- "images": [
- {"src": "/images/2022/speaker1.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2022/speaker2.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2022/speaker3.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2022/speaker4.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2022/speaker5.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2022/speaker6.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2022/speaker7.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2022/speaker8.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2022/speaker9.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2022/speaker10.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2022/speaker11.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2022/speaker12.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2022/quote1.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote2.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote3.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote4.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote5.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote6.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote7.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote8.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote9.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote10.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote11.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote12.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote13.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote14.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote15.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote16.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote17.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote18.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote19.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote20.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote21.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote22.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote23.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote24.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote25.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote26.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote27.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote28.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote29.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote30.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote31.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote32.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote33.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote34.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote35.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote36.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote37.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote38.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote39.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote40.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote41.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote42.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote43.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote44.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote45.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote46.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/quote47.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2022/poster1.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster2.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster3.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster4.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster5.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster6.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster7.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster8.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster9.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster10.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster11.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster12.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster13.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster14.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster15.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster16.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster17.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster18.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster19.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster20.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster21.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster22.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster23.webp", "title": "Poster", "description": ""},
- {"src": "/images/2022/poster24.webp", "title": "Poster", "description": ""}
- ]
-}
-{% end %}
-
-
-## Agenda
-
-| Section| Topic| Speaker(s)| Moderator(s)|
-|---|---|---|---|
-|The Substrate of Growth| Good Warmup Vibes, Invoking Divine Blessings, Meet and Greet, Shankha, Puja, Theme Song |Mr Shyamanuja Das|
-|The Substrate of Growth| A New Beginning, Our Actions, Building the Growth Engines Leveraging AI, Invoking Divine Blessings | Welcome: Anjan Panda, Report: Pradeepta Mishra, Mantra: Dr Debendra Das Sharma|Mr Shyamanuja Das|
-|The Substrate of Growth| A Growth Platform Needs Intercorconnect, Standards and Protocols...|Dr Debendra Das Sharma, Senior Fellow, Intel, PCIE, CXL, UCIE|Mr Shyamanuja Das|
-|The Substrate of Growth| AI Startup Acceleration: Odisha is Ready, an Acknowledgement and an Assurance |Omkar Rai, Chairman, Startup Odisha|Mr Shyamanuja Das|
-|The Substrate of Growth| AI, The Opportunity for Odisha | Manoj Mishra, Secy, IT, Govt Of Odisha|Mr Shyamanuja Das|
-|The Substrate of Growth| Media Q n A : The Substrate of Growth | Invited Media Panel: Deepak Kumar Sahu, CEO Kalinga Digital Media and Asit Ranjan Mishra, Economics Affairs Editor, Business Standard|Mr Shyamanuja Das|
-|Why - It is the Right Time| Global Collaboration and Brings in Thought Leadership and Opens Up Collaboration Avenues in AI, Odisha.ML is an Abstract Factory Producing Growth Engines of Various Nature Leveraging AI , in its Various Manifestations; Global Chapter Leaders Discuss this Essense! Panel: Thought Leadership | Odisha.ML Global Chapter Leaders |Col Prof Aditya Parida|
-|Why - It is the Right Time| AI4Odisha and AI4Bharat: Synergies and Future Building Locally in ଓଡ଼ିଶା and Nationally in ଭାରତ. |Dr Pratyush Kumar Panda, AI4 Bharat Community |Col Prof Aditya Parida||
-|Why - It is the Right Time| Wings in AI Leveraging Diaspora, A Dialogue - In Conversation with Kuku Das |Dr Madan Mohan Sethi, Consul General, India |Mrs Kuku Das|
-|Why - It is the Right Time| AI in Colleges as Growth Avenues for Odisha |Akash Das Nayak, Chairperson, Mo College, Odisha |Mrs Kuku Das|
-|How - We Know How to do it at Scale| Build Growth Engines of Odisha leveraging AI, Build Odisha |Dr Anil Patnaik, Mr Utkal Nayak, Build Odisha |Mr Utkal Nayak|
-|How - We Know How to do it at Scale| AI in Healthcare, Many Growth Engines Waiting to be Built. How a Global Network of Odia Healthcare Network can Help |Dr. Devashish Ray, Founder, Odisha Doctors International Association (ODIA) Chairman, OSA Health and Wellness |Mr Utkal Nayak
-|How - We Know How to do it at Scale| Many Engines of Growth, Through Digital India | Debabrata Nayak, CTO, Digital India |Mr Utkal Nayak|
-|How - We Know How to do it at Scale| Women and Child Empowerment in AI |Neelima Mishra, CEO, DaaskTek, Sweden |Mr Utkal Nayak|
-|How - We Know How to do it at Scale| Building AI Based Growth Engines at Sustainable Scale |Pranav Khaitan, Google, Alumni NITR, Nobel Prize Team, World Food Program |Mr Utkal Nayak|
-|Ode to Future - We build Our Future| AI Research and Academic Infrastructure for Building Growth Engines | Prof Prasant Mohapatra, Vice Chancellor of Research, UC Davis, California |Mr Debu Panda|
-|Ode to Future - We build Our Future| NLP Research for Odia: The Growth Perspectives |Padmashree Prof Debi Prasanna Pattanayak |Mr Debu Panda|
-|Ode to Future - We build Our Future| Ode to Future: A Song and Taking AI to the Odia Masses |Debu Panda, Product Leader, Amazon; Author and Poet |Mr Debu Panda|
-|Ode to Future - We build Our Future| Conclusion : Ode to Future |Pradeepta Mishra |Mr Debu Panda|
-|Ode to Future - We build Our Future| Media Q n A : Invited Media Panel |Mr Debu Panda|
-|Way Ahead to 2023| Building Growth Engines on the Ground is a Way to Real Progress. We are Looking in the Future. |Panel: Odisha.ML District Chapter Leaders |Mr Bikas Panda, Mr Anjan Kumar Panda, Dr Shantipriya Parida|
-|Way Ahead to 2023| Demonstrations of Successes: We did it - And we Demonstrate it |Soumendra, Abinash, Sabitra, Siddhant, Abilash, Aviseka, SakyaSingha, Anil, Sambit |Mr Bikas Panda, Mr Anjan Kumar Panda, Dr Shantipriya Parida|ya Parida
-|Way Ahead to 2023| Engines of Growth in AI Entrepreneurship, a View Form the Valley |Sudhir Sahu, CEO, Data Safeguard Inc. |Mr Bikas Panda, Mr Anjan Kumar Panda, Dr Shantipriya Parida|
-|Way Ahead to 2023| Gapa Sapa Community Talk ||Mr Bikas Panda, Mr Anjan Kumar Panda, Dr Shantipriya Parida|
\ No newline at end of file
diff --git a/content/conferences/2022/index.md b/content/conferences/2022/index.md
new file mode 100644
index 0000000..d78c577
--- /dev/null
+++ b/content/conferences/2022/index.md
@@ -0,0 +1,73 @@
++++
+title="2022 Odias in AI/ML Conference"
+date=2022-10-01
+
+[taxonomies]
+tags = ["Conference"]
+
+[extra]
+toc = true
+comments = false
++++
+
+## 2022 Odias in AI/ML Conference
+
+Odias in ML Conference 2022 is the third international congregation of Odias techies in AI/ML, academicians, policymakers, linguists, business executives, investors, entrepreneurs and those working towards positively intervening in people’s lives through AI/ML.
+
+**Theme:** Building Growth Engines for ଓଡ଼ିଶା (Odisha), Leveraging AI.
+
+## Recordings
+
+{{ youtube(id="MPrU-3s8ccw") }}
+_Entire Conference Video_
+
+## Invited Speakers, Quotes and Posters
+
+ Invited Speakers for the Conference
+ {{ gallery(image_type="speaker") }}
+
+
+
+ Quotes from the community for the conference
+ {{ gallery(image_type="quote") }}
+
+
+
+ Posters for the conference
+ {{ gallery(image_type="poster") }}
+
+
+
+
+## Agenda
+
+{% wide_container() %}
+
+| Section| Topic| Speaker(s)| Moderator(s)|
+|---|---|---|---|
+|The Substrate of Growth| Good Warmup Vibes, Invoking Divine Blessings, Meet and Greet, Shankha, Puja, Theme Song |Mr Shyamanuja Das|
+|The Substrate of Growth| A New Beginning, Our Actions, Building the Growth Engines Leveraging AI, Invoking Divine Blessings | Welcome: Anjan Panda, Report: Pradeepta Mishra, Mantra: Dr Debendra Das Sharma|Mr Shyamanuja Das|
+|The Substrate of Growth| A Growth Platform Needs Intercorconnect, Standards and Protocols...|Dr Debendra Das Sharma, Senior Fellow, Intel, PCIE, CXL, UCIE|Mr Shyamanuja Das|
+|The Substrate of Growth| AI Startup Acceleration: Odisha is Ready, an Acknowledgement and an Assurance |Omkar Rai, Chairman, Startup Odisha|Mr Shyamanuja Das|
+|The Substrate of Growth| AI, The Opportunity for Odisha | Manoj Mishra, Secy, IT, Govt Of Odisha|Mr Shyamanuja Das|
+|The Substrate of Growth| Media Q n A : The Substrate of Growth | Invited Media Panel: Deepak Kumar Sahu, CEO Kalinga Digital Media and Asit Ranjan Mishra, Economics Affairs Editor, Business Standard|Mr Shyamanuja Das|
+|Why - It is the Right Time| Global Collaboration and Brings in Thought Leadership and Opens Up Collaboration Avenues in AI, Odisha.ML is an Abstract Factory Producing Growth Engines of Various Nature Leveraging AI , in its Various Manifestations; Global Chapter Leaders Discuss this Essense! Panel: Thought Leadership | Odisha.ML Global Chapter Leaders |Col Prof Aditya Parida|
+|Why - It is the Right Time| AI4Odisha and AI4Bharat: Synergies and Future Building Locally in ଓଡ଼ିଶା and Nationally in ଭାରତ. |Dr Pratyush Kumar Panda, AI4 Bharat Community |Col Prof Aditya Parida||
+|Why - It is the Right Time| Wings in AI Leveraging Diaspora, A Dialogue - In Conversation with Kuku Das |Dr Madan Mohan Sethi, Consul General, India |Mrs Kuku Das|
+|Why - It is the Right Time| AI in Colleges as Growth Avenues for Odisha |Akash Das Nayak, Chairperson, Mo College, Odisha |Mrs Kuku Das|
+|How - We Know How to do it at Scale| Build Growth Engines of Odisha leveraging AI, Build Odisha |Dr Anil Patnaik, Mr Utkal Nayak, Build Odisha |Mr Utkal Nayak|
+|How - We Know How to do it at Scale| AI in Healthcare, Many Growth Engines Waiting to be Built. How a Global Network of Odia Healthcare Network can Help |Dr. Devashish Ray, Founder, Odisha Doctors International Association (ODIA) Chairman, OSA Health and Wellness |Mr Utkal Nayak
+|How - We Know How to do it at Scale| Many Engines of Growth, Through Digital India | Debabrata Nayak, CTO, Digital India |Mr Utkal Nayak|
+|How - We Know How to do it at Scale| Women and Child Empowerment in AI |Neelima Mishra, CEO, DaaskTek, Sweden |Mr Utkal Nayak|
+|How - We Know How to do it at Scale| Building AI Based Growth Engines at Sustainable Scale |Pranav Khaitan, Google, Alumni NITR, Nobel Prize Team, World Food Program |Mr Utkal Nayak|
+|Ode to Future - We build Our Future| AI Research and Academic Infrastructure for Building Growth Engines | Prof Prasant Mohapatra, Vice Chancellor of Research, UC Davis, California |Mr Debu Panda|
+|Ode to Future - We build Our Future| NLP Research for Odia: The Growth Perspectives |Padmashree Prof Debi Prasanna Pattanayak |Mr Debu Panda|
+|Ode to Future - We build Our Future| Ode to Future: A Song and Taking AI to the Odia Masses |Debu Panda, Product Leader, Amazon; Author and Poet |Mr Debu Panda|
+|Ode to Future - We build Our Future| Conclusion : Ode to Future |Pradeepta Mishra |Mr Debu Panda|
+|Ode to Future - We build Our Future| Media Q n A : Invited Media Panel |Mr Debu Panda|
+|Way Ahead to 2023| Building Growth Engines on the Ground is a Way to Real Progress. We are Looking in the Future. |Panel: Odisha.ML District Chapter Leaders |Mr Bikas Panda, Mr Anjan Kumar Panda, Dr Shantipriya Parida|
+|Way Ahead to 2023| Demonstrations of Successes: We did it - And we Demonstrate it |Soumendra, Abinash, Sabitra, Siddhant, Abilash, Aviseka, SakyaSingha, Anil, Sambit |Mr Bikas Panda, Mr Anjan Kumar Panda, Dr Shantipriya Parida|ya Parida
+|Way Ahead to 2023| Engines of Growth in AI Entrepreneurship, a View Form the Valley |Sudhir Sahu, CEO, Data Safeguard Inc. |Mr Bikas Panda, Mr Anjan Kumar Panda, Dr Shantipriya Parida|
+|Way Ahead to 2023| Gapa Sapa Community Talk ||Mr Bikas Panda, Mr Anjan Kumar Panda, Dr Shantipriya Parida|
+
+{% end %}
\ No newline at end of file
diff --git a/static/images/2022/agenda.webp b/content/conferences/2022/misc/agenda.webp
similarity index 100%
rename from static/images/2022/agenda.webp
rename to content/conferences/2022/misc/agenda.webp
diff --git a/static/images/2022/meme1.webp b/content/conferences/2022/misc/meme1.webp
similarity index 100%
rename from static/images/2022/meme1.webp
rename to content/conferences/2022/misc/meme1.webp
diff --git a/static/images/2022/meme2.webp b/content/conferences/2022/misc/meme2.webp
similarity index 100%
rename from static/images/2022/meme2.webp
rename to content/conferences/2022/misc/meme2.webp
diff --git a/static/images/2022/newsletter1.webp b/content/conferences/2022/misc/newsletter1.webp
similarity index 100%
rename from static/images/2022/newsletter1.webp
rename to content/conferences/2022/misc/newsletter1.webp
diff --git a/static/images/2022/profilepic1.webp b/content/conferences/2022/misc/profilepic1.webp
similarity index 100%
rename from static/images/2022/profilepic1.webp
rename to content/conferences/2022/misc/profilepic1.webp
diff --git a/static/images/2022/profilepic2.webp b/content/conferences/2022/misc/profilepic2.webp
similarity index 100%
rename from static/images/2022/profilepic2.webp
rename to content/conferences/2022/misc/profilepic2.webp
diff --git a/static/images/2022/poster1.webp b/content/conferences/2022/posters/poster1.webp
similarity index 100%
rename from static/images/2022/poster1.webp
rename to content/conferences/2022/posters/poster1.webp
diff --git a/static/images/2022/poster10.webp b/content/conferences/2022/posters/poster10.webp
similarity index 100%
rename from static/images/2022/poster10.webp
rename to content/conferences/2022/posters/poster10.webp
diff --git a/static/images/2022/poster11.webp b/content/conferences/2022/posters/poster11.webp
similarity index 100%
rename from static/images/2022/poster11.webp
rename to content/conferences/2022/posters/poster11.webp
diff --git a/static/images/2022/poster12.webp b/content/conferences/2022/posters/poster12.webp
similarity index 100%
rename from static/images/2022/poster12.webp
rename to content/conferences/2022/posters/poster12.webp
diff --git a/static/images/2022/poster13.webp b/content/conferences/2022/posters/poster13.webp
similarity index 100%
rename from static/images/2022/poster13.webp
rename to content/conferences/2022/posters/poster13.webp
diff --git a/static/images/2022/poster14.webp b/content/conferences/2022/posters/poster14.webp
similarity index 100%
rename from static/images/2022/poster14.webp
rename to content/conferences/2022/posters/poster14.webp
diff --git a/static/images/2022/poster15.webp b/content/conferences/2022/posters/poster15.webp
similarity index 100%
rename from static/images/2022/poster15.webp
rename to content/conferences/2022/posters/poster15.webp
diff --git a/static/images/2022/poster16.webp b/content/conferences/2022/posters/poster16.webp
similarity index 100%
rename from static/images/2022/poster16.webp
rename to content/conferences/2022/posters/poster16.webp
diff --git a/static/images/2022/poster17.webp b/content/conferences/2022/posters/poster17.webp
similarity index 100%
rename from static/images/2022/poster17.webp
rename to content/conferences/2022/posters/poster17.webp
diff --git a/static/images/2022/poster18.webp b/content/conferences/2022/posters/poster18.webp
similarity index 100%
rename from static/images/2022/poster18.webp
rename to content/conferences/2022/posters/poster18.webp
diff --git a/static/images/2022/poster19.webp b/content/conferences/2022/posters/poster19.webp
similarity index 100%
rename from static/images/2022/poster19.webp
rename to content/conferences/2022/posters/poster19.webp
diff --git a/static/images/2022/poster2.webp b/content/conferences/2022/posters/poster2.webp
similarity index 100%
rename from static/images/2022/poster2.webp
rename to content/conferences/2022/posters/poster2.webp
diff --git a/static/images/2022/poster20.webp b/content/conferences/2022/posters/poster20.webp
similarity index 100%
rename from static/images/2022/poster20.webp
rename to content/conferences/2022/posters/poster20.webp
diff --git a/static/images/2022/poster21.webp b/content/conferences/2022/posters/poster21.webp
similarity index 100%
rename from static/images/2022/poster21.webp
rename to content/conferences/2022/posters/poster21.webp
diff --git a/static/images/2022/poster22.webp b/content/conferences/2022/posters/poster22.webp
similarity index 100%
rename from static/images/2022/poster22.webp
rename to content/conferences/2022/posters/poster22.webp
diff --git a/static/images/2022/poster23.webp b/content/conferences/2022/posters/poster23.webp
similarity index 100%
rename from static/images/2022/poster23.webp
rename to content/conferences/2022/posters/poster23.webp
diff --git a/static/images/2022/poster24.webp b/content/conferences/2022/posters/poster24.webp
similarity index 100%
rename from static/images/2022/poster24.webp
rename to content/conferences/2022/posters/poster24.webp
diff --git a/static/images/2022/physical1.webp b/content/conferences/2022/posters/poster25.webp
similarity index 100%
rename from static/images/2022/physical1.webp
rename to content/conferences/2022/posters/poster25.webp
diff --git a/static/images/2022/2022.webp b/content/conferences/2022/posters/poster26.webp
similarity index 100%
rename from static/images/2022/2022.webp
rename to content/conferences/2022/posters/poster26.webp
diff --git a/static/images/2022/poster3.webp b/content/conferences/2022/posters/poster3.webp
similarity index 100%
rename from static/images/2022/poster3.webp
rename to content/conferences/2022/posters/poster3.webp
diff --git a/static/images/2022/poster4.webp b/content/conferences/2022/posters/poster4.webp
similarity index 100%
rename from static/images/2022/poster4.webp
rename to content/conferences/2022/posters/poster4.webp
diff --git a/static/images/2022/poster5.webp b/content/conferences/2022/posters/poster5.webp
similarity index 100%
rename from static/images/2022/poster5.webp
rename to content/conferences/2022/posters/poster5.webp
diff --git a/static/images/2022/poster6.webp b/content/conferences/2022/posters/poster6.webp
similarity index 100%
rename from static/images/2022/poster6.webp
rename to content/conferences/2022/posters/poster6.webp
diff --git a/static/images/2022/poster7.webp b/content/conferences/2022/posters/poster7.webp
similarity index 100%
rename from static/images/2022/poster7.webp
rename to content/conferences/2022/posters/poster7.webp
diff --git a/static/images/2022/poster8.webp b/content/conferences/2022/posters/poster8.webp
similarity index 100%
rename from static/images/2022/poster8.webp
rename to content/conferences/2022/posters/poster8.webp
diff --git a/static/images/2022/poster9.webp b/content/conferences/2022/posters/poster9.webp
similarity index 100%
rename from static/images/2022/poster9.webp
rename to content/conferences/2022/posters/poster9.webp
diff --git a/static/images/2022/quote1.webp b/content/conferences/2022/quotes/quote1.webp
similarity index 100%
rename from static/images/2022/quote1.webp
rename to content/conferences/2022/quotes/quote1.webp
diff --git a/static/images/2022/quote10.webp b/content/conferences/2022/quotes/quote10.webp
similarity index 100%
rename from static/images/2022/quote10.webp
rename to content/conferences/2022/quotes/quote10.webp
diff --git a/static/images/2022/quote11.webp b/content/conferences/2022/quotes/quote11.webp
similarity index 100%
rename from static/images/2022/quote11.webp
rename to content/conferences/2022/quotes/quote11.webp
diff --git a/static/images/2022/quote12.webp b/content/conferences/2022/quotes/quote12.webp
similarity index 100%
rename from static/images/2022/quote12.webp
rename to content/conferences/2022/quotes/quote12.webp
diff --git a/static/images/2022/quote13.webp b/content/conferences/2022/quotes/quote13.webp
similarity index 100%
rename from static/images/2022/quote13.webp
rename to content/conferences/2022/quotes/quote13.webp
diff --git a/static/images/2022/quote14.webp b/content/conferences/2022/quotes/quote14.webp
similarity index 100%
rename from static/images/2022/quote14.webp
rename to content/conferences/2022/quotes/quote14.webp
diff --git a/static/images/2022/quote15.webp b/content/conferences/2022/quotes/quote15.webp
similarity index 100%
rename from static/images/2022/quote15.webp
rename to content/conferences/2022/quotes/quote15.webp
diff --git a/static/images/2022/quote16.webp b/content/conferences/2022/quotes/quote16.webp
similarity index 100%
rename from static/images/2022/quote16.webp
rename to content/conferences/2022/quotes/quote16.webp
diff --git a/static/images/2022/quote17.webp b/content/conferences/2022/quotes/quote17.webp
similarity index 100%
rename from static/images/2022/quote17.webp
rename to content/conferences/2022/quotes/quote17.webp
diff --git a/static/images/2022/quote18.webp b/content/conferences/2022/quotes/quote18.webp
similarity index 100%
rename from static/images/2022/quote18.webp
rename to content/conferences/2022/quotes/quote18.webp
diff --git a/static/images/2022/quote19.webp b/content/conferences/2022/quotes/quote19.webp
similarity index 100%
rename from static/images/2022/quote19.webp
rename to content/conferences/2022/quotes/quote19.webp
diff --git a/static/images/2022/quote2.webp b/content/conferences/2022/quotes/quote2.webp
similarity index 100%
rename from static/images/2022/quote2.webp
rename to content/conferences/2022/quotes/quote2.webp
diff --git a/static/images/2022/quote20.webp b/content/conferences/2022/quotes/quote20.webp
similarity index 100%
rename from static/images/2022/quote20.webp
rename to content/conferences/2022/quotes/quote20.webp
diff --git a/static/images/2022/quote21.webp b/content/conferences/2022/quotes/quote21.webp
similarity index 100%
rename from static/images/2022/quote21.webp
rename to content/conferences/2022/quotes/quote21.webp
diff --git a/static/images/2022/quote22.webp b/content/conferences/2022/quotes/quote22.webp
similarity index 100%
rename from static/images/2022/quote22.webp
rename to content/conferences/2022/quotes/quote22.webp
diff --git a/static/images/2022/quote23.webp b/content/conferences/2022/quotes/quote23.webp
similarity index 100%
rename from static/images/2022/quote23.webp
rename to content/conferences/2022/quotes/quote23.webp
diff --git a/static/images/2022/quote24.webp b/content/conferences/2022/quotes/quote24.webp
similarity index 100%
rename from static/images/2022/quote24.webp
rename to content/conferences/2022/quotes/quote24.webp
diff --git a/static/images/2022/quote25.webp b/content/conferences/2022/quotes/quote25.webp
similarity index 100%
rename from static/images/2022/quote25.webp
rename to content/conferences/2022/quotes/quote25.webp
diff --git a/static/images/2022/quote26.webp b/content/conferences/2022/quotes/quote26.webp
similarity index 100%
rename from static/images/2022/quote26.webp
rename to content/conferences/2022/quotes/quote26.webp
diff --git a/static/images/2022/quote27.webp b/content/conferences/2022/quotes/quote27.webp
similarity index 100%
rename from static/images/2022/quote27.webp
rename to content/conferences/2022/quotes/quote27.webp
diff --git a/static/images/2022/quote28.webp b/content/conferences/2022/quotes/quote28.webp
similarity index 100%
rename from static/images/2022/quote28.webp
rename to content/conferences/2022/quotes/quote28.webp
diff --git a/static/images/2022/quote29.webp b/content/conferences/2022/quotes/quote29.webp
similarity index 100%
rename from static/images/2022/quote29.webp
rename to content/conferences/2022/quotes/quote29.webp
diff --git a/static/images/2022/quote3.webp b/content/conferences/2022/quotes/quote3.webp
similarity index 100%
rename from static/images/2022/quote3.webp
rename to content/conferences/2022/quotes/quote3.webp
diff --git a/static/images/2022/quote30.webp b/content/conferences/2022/quotes/quote30.webp
similarity index 100%
rename from static/images/2022/quote30.webp
rename to content/conferences/2022/quotes/quote30.webp
diff --git a/static/images/2022/quote31.webp b/content/conferences/2022/quotes/quote31.webp
similarity index 100%
rename from static/images/2022/quote31.webp
rename to content/conferences/2022/quotes/quote31.webp
diff --git a/static/images/2022/quote32.webp b/content/conferences/2022/quotes/quote32.webp
similarity index 100%
rename from static/images/2022/quote32.webp
rename to content/conferences/2022/quotes/quote32.webp
diff --git a/static/images/2022/quote33.webp b/content/conferences/2022/quotes/quote33.webp
similarity index 100%
rename from static/images/2022/quote33.webp
rename to content/conferences/2022/quotes/quote33.webp
diff --git a/static/images/2022/quote34.webp b/content/conferences/2022/quotes/quote34.webp
similarity index 100%
rename from static/images/2022/quote34.webp
rename to content/conferences/2022/quotes/quote34.webp
diff --git a/static/images/2022/quote35.webp b/content/conferences/2022/quotes/quote35.webp
similarity index 100%
rename from static/images/2022/quote35.webp
rename to content/conferences/2022/quotes/quote35.webp
diff --git a/static/images/2022/quote36.webp b/content/conferences/2022/quotes/quote36.webp
similarity index 100%
rename from static/images/2022/quote36.webp
rename to content/conferences/2022/quotes/quote36.webp
diff --git a/static/images/2022/quote37.webp b/content/conferences/2022/quotes/quote37.webp
similarity index 100%
rename from static/images/2022/quote37.webp
rename to content/conferences/2022/quotes/quote37.webp
diff --git a/static/images/2022/quote38.webp b/content/conferences/2022/quotes/quote38.webp
similarity index 100%
rename from static/images/2022/quote38.webp
rename to content/conferences/2022/quotes/quote38.webp
diff --git a/static/images/2022/quote39.webp b/content/conferences/2022/quotes/quote39.webp
similarity index 100%
rename from static/images/2022/quote39.webp
rename to content/conferences/2022/quotes/quote39.webp
diff --git a/static/images/2022/quote4.webp b/content/conferences/2022/quotes/quote4.webp
similarity index 100%
rename from static/images/2022/quote4.webp
rename to content/conferences/2022/quotes/quote4.webp
diff --git a/static/images/2022/quote40.webp b/content/conferences/2022/quotes/quote40.webp
similarity index 100%
rename from static/images/2022/quote40.webp
rename to content/conferences/2022/quotes/quote40.webp
diff --git a/static/images/2022/quote41.webp b/content/conferences/2022/quotes/quote41.webp
similarity index 100%
rename from static/images/2022/quote41.webp
rename to content/conferences/2022/quotes/quote41.webp
diff --git a/static/images/2022/quote42.webp b/content/conferences/2022/quotes/quote42.webp
similarity index 100%
rename from static/images/2022/quote42.webp
rename to content/conferences/2022/quotes/quote42.webp
diff --git a/static/images/2022/quote43.webp b/content/conferences/2022/quotes/quote43.webp
similarity index 100%
rename from static/images/2022/quote43.webp
rename to content/conferences/2022/quotes/quote43.webp
diff --git a/static/images/2022/quote44.webp b/content/conferences/2022/quotes/quote44.webp
similarity index 100%
rename from static/images/2022/quote44.webp
rename to content/conferences/2022/quotes/quote44.webp
diff --git a/static/images/2022/quote45.webp b/content/conferences/2022/quotes/quote45.webp
similarity index 100%
rename from static/images/2022/quote45.webp
rename to content/conferences/2022/quotes/quote45.webp
diff --git a/static/images/2022/quote46.webp b/content/conferences/2022/quotes/quote46.webp
similarity index 100%
rename from static/images/2022/quote46.webp
rename to content/conferences/2022/quotes/quote46.webp
diff --git a/static/images/2022/quote47.webp b/content/conferences/2022/quotes/quote47.webp
similarity index 100%
rename from static/images/2022/quote47.webp
rename to content/conferences/2022/quotes/quote47.webp
diff --git a/static/images/2022/quote5.webp b/content/conferences/2022/quotes/quote5.webp
similarity index 100%
rename from static/images/2022/quote5.webp
rename to content/conferences/2022/quotes/quote5.webp
diff --git a/static/images/2022/quote6.webp b/content/conferences/2022/quotes/quote6.webp
similarity index 100%
rename from static/images/2022/quote6.webp
rename to content/conferences/2022/quotes/quote6.webp
diff --git a/static/images/2022/quote7.webp b/content/conferences/2022/quotes/quote7.webp
similarity index 100%
rename from static/images/2022/quote7.webp
rename to content/conferences/2022/quotes/quote7.webp
diff --git a/static/images/2022/quote8.webp b/content/conferences/2022/quotes/quote8.webp
similarity index 100%
rename from static/images/2022/quote8.webp
rename to content/conferences/2022/quotes/quote8.webp
diff --git a/static/images/2022/quote9.webp b/content/conferences/2022/quotes/quote9.webp
similarity index 100%
rename from static/images/2022/quote9.webp
rename to content/conferences/2022/quotes/quote9.webp
diff --git a/static/images/2022/speaker1.webp b/content/conferences/2022/speakers/speaker1.webp
similarity index 100%
rename from static/images/2022/speaker1.webp
rename to content/conferences/2022/speakers/speaker1.webp
diff --git a/static/images/2022/speaker10.webp b/content/conferences/2022/speakers/speaker10.webp
similarity index 100%
rename from static/images/2022/speaker10.webp
rename to content/conferences/2022/speakers/speaker10.webp
diff --git a/static/images/2022/speaker11.webp b/content/conferences/2022/speakers/speaker11.webp
similarity index 100%
rename from static/images/2022/speaker11.webp
rename to content/conferences/2022/speakers/speaker11.webp
diff --git a/static/images/2022/speaker12.webp b/content/conferences/2022/speakers/speaker12.webp
similarity index 100%
rename from static/images/2022/speaker12.webp
rename to content/conferences/2022/speakers/speaker12.webp
diff --git a/static/images/2022/speaker2.webp b/content/conferences/2022/speakers/speaker2.webp
similarity index 100%
rename from static/images/2022/speaker2.webp
rename to content/conferences/2022/speakers/speaker2.webp
diff --git a/static/images/2022/speaker3.webp b/content/conferences/2022/speakers/speaker3.webp
similarity index 100%
rename from static/images/2022/speaker3.webp
rename to content/conferences/2022/speakers/speaker3.webp
diff --git a/static/images/2022/speaker4.webp b/content/conferences/2022/speakers/speaker4.webp
similarity index 100%
rename from static/images/2022/speaker4.webp
rename to content/conferences/2022/speakers/speaker4.webp
diff --git a/static/images/2022/speaker5.webp b/content/conferences/2022/speakers/speaker5.webp
similarity index 100%
rename from static/images/2022/speaker5.webp
rename to content/conferences/2022/speakers/speaker5.webp
diff --git a/static/images/2022/speaker6.webp b/content/conferences/2022/speakers/speaker6.webp
similarity index 100%
rename from static/images/2022/speaker6.webp
rename to content/conferences/2022/speakers/speaker6.webp
diff --git a/static/images/2022/speaker7.webp b/content/conferences/2022/speakers/speaker7.webp
similarity index 100%
rename from static/images/2022/speaker7.webp
rename to content/conferences/2022/speakers/speaker7.webp
diff --git a/static/images/2022/speaker8.webp b/content/conferences/2022/speakers/speaker8.webp
similarity index 100%
rename from static/images/2022/speaker8.webp
rename to content/conferences/2022/speakers/speaker8.webp
diff --git a/static/images/2022/speaker9.webp b/content/conferences/2022/speakers/speaker9.webp
similarity index 100%
rename from static/images/2022/speaker9.webp
rename to content/conferences/2022/speakers/speaker9.webp
diff --git a/content/conferences/2023.md b/content/conferences/2023.md
deleted file mode 100644
index 4b7f92b..0000000
--- a/content/conferences/2023.md
+++ /dev/null
@@ -1,202 +0,0 @@
-+++
-title="2023 Odias in AI/ML Conference"
-date=2023-10-14
-
-[taxonomies]
-categories = ["Conferences", "Events"]
-tags = ["Conference"]
-[extra]
-toc = true
-comments = false
-+++
-
-## 2023 Odias in AI/ML Conference
-Odias in AI ML Conference 2023 is the fourth international congregation of Odias techies in AI/ML, academicians, policymakers, linguists, business executives, investors, entrepreneurs and those working towards positively intervening in people’s lives through AI/ML.
-
-**Theme:** Inclusive Growth through AI - Building action plan 2030.
-
-## Recordings
-{{ youtube(id="GPkWL-9akQc") }}
-*Conference Video Part-1*
-### Chapters of Part-1
-
-
-00:00:37 ମୁଁ ସେଇ କଳିଙ୍ଗ - Community Anthem
-
-00:14:52 - Kumarika Mohanty - Introduction by
-
-00:16:42 - Col. Prof Aditya Parida - Intro Address
-
-00:23:01 - Ayashkant Mohanty - BBSR Entrepreneurs for AI
-
-00:30:04 - Priyadarshi Sadangi - EmTeK COE: Role of AI in emerging technology in Odisha
-
-00:41:25 - Dr Sofen Kumar Jena - Computational Fluid Dynamics: Cost Optimization is a beginning
-
-00:59:30 - Panel Discussion " Promoting growth by empowering: Local Languages, disabled individuals and economically backward population via AI."
-
-01:21:13 - Balaram Panda - NJ - Managing AI-driven Change
-
-01:30:18 - Abhishek Sahu - AI-based Grievance Management, Prof Harekrishna Mishra : Communications: The AI Angel, BC Swain
-
-01:53:08 - Samar Pratap Nayak - Re-Introducing Lisa: How we made success with Odia AI News Anchor
-
-02:19:25 - Debendra Mohanta - Japan - AI: A Japan Perspective
-
-02:33:05 - Dr. Shubhabrata Samantaray - Super Intelligent Net Zero Cities: How can we champion Urban Happiness
-
-02:51:30 - Nikunja Dash - Hybrid neural modeling for groundwater level prediction 03:06:30 - Sibashis Padhi - AI delivering business growth
-
-03:27:20 - Dr Shantipriya Parida - Odia Generative AI
-
-03:38:32 - Odia Generative AI: Technical Workshop
-
-04:00:48 - Bibek Anand Babu - HRMS Scope
-
-04:11:23 - Biswajit Nayak - AI/ML: Typical Applications
-
-04:23:30 - Prof Panchanan Mohanty - In the times of Generative AI: Back to Oral Literacy: In times to come in future, Lessons from the Past
-
-04:34:26 - Vivekananda Pani - Our race towards Inclusivity
-
-04:47:59 - Mrs. Kuku Das - Mantra Recording of Dr. Debendra Das Sharma's chanting in 2022
-
-04:49:09 - Shyamanuja Das - A new Beginning: for a growth state of unprecedented scale
-
-04:55:58 - Prof. Banshidhar Majhi - AI impact on education
-
-05:10:52 - Col Prof Aditya Parida - Building an Action Plan 2030
-
-{{ youtube(id="KZB9bfKkLgM") }}
-*Conference Video Part-2*
-
-### Chapters of Part-2
-
-00:00:00 - Abhijeet Sahoo - GoodMeetings
-
-00:09:35 - Ajit Mohapatra - Generative AI in pharma and healthcare
-
-00:18:32 - Deb Pradhan - Coratia: Submarines
-
-00:25:05 - Ajay Kumar Mohanty - Inclusive Education in AI
-
-00:31:45 - Chinmay Mishra - Future Robots: Will they Replace or Reinforce?
-
-00:38:40 - Manas Dash - Music and AI
-
-00:44:31 - Devika Tripathy - AI Poetry
-
-00:48:33 - Sushant Pani - Speech Technology Landscape
-
-00:55:03 - Subhendu Biswal - AI in film making: for Odia movie community
-
-01:04:58 - Abinash Das - Local AI research in Odisha
-
-01:19:09 - Prathibha Pallai - I am a student; here is my path to AI research and application
-
-01:23:52 - Raj Murtinty - Investing in Language Technology, the Impact
-
-01:35:43 - Sakya Singha Mohapatra - Making India the Robotics Capital of the World 01:42:11 - Sudhir Sahu - Importance of AI for a real business use case
-
-01:46:00 - Peetabasa Pati - Teacher's action plan for 2030
-
-02:00:00 - Neelima Misra - AI Inclusiveness and Global Chapter Leads
-
-02:21:00 - Jnan Dash - Key Note - AI from the Data Pioneer
-
-02:43:30 - Debu Panda - Serverless Machine Learning
-
-02:54:39 - Dr Deepak Kumar Sahu - AI and Media
-
-03:02:55 - Sunil Sabat - An OpenAI story from Microsoft Hackathon
-
-03:13:50 - Sarthak Pattnaik & Nick Pacini - nyaay.ai: Incubation Story: blending legal and business insights for innovative solutions
-
-03:21:25 - Santosh Panda - Foundership Model for AI
-
-03:33:33 - Swaroop Mishra - Instruction Tuning: A field started by Swaroop Mishra 03:40:37 - Lisa Panda OSA - California: Surfing the AI wave: Being in the Silicon Valley and representing Odia Community
-
-03:48:15 - Apoorwa Masook - AI in the new frontiers of space
-
-03:53:00 - Panel Discussion AI in NAM and EU
-
-04:17:40 - Gyan Dash - Accessibility: A story of tech via LLM and CV
-
-04:28:15 - Dr Panchanan Satpathy - Key Note - Consciousness
-
-04:41:00 - Dr. Debendra Das Sharma - Key Note - Hardware - Changes in Substrate: Avenues of Inclusive Growth from Hardware Perspectives
-
-05:03:40 - Prasanta Bhuyan - The new age
-
-05:15:15 - Open Mike and Gapa Sapa
-
-05:37:15 - Anjan Kumar Panda - Conclusion and Vote of Thanks
-
-## Invited Speakers and Quotes
-
-{% galleria() %}
-{
- "images": [
- {"src": "/images/2023/speaker2.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/speaker3.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/speaker4.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/speaker5.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/speaker6.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/speaker7.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/speaker8.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/speaker9.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/speaker10.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/speaker11.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/speaker12.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/speaker13.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/speaker14.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/speaker15.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/speaker16.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/speaker17.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/speaker18.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/speaker19.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/speaker20.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/speaker21.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/speaker22.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/speaker23.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/speaker24.webp", "title": "Speaker", "description": ""},
- {"src": "/images/2023/1.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/2.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/3.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/4.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/5.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/6.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/7.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/8.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/9.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/10.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/11.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/12.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/13.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/14.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/15.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/16.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/17.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/18.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/19.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/20.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/21.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/22.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/23.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/24.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/25.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/26.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/27.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/28.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/29.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/30.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/31.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/32.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/33.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/34.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/35.webp", "title": "Quotes", "description": ""},
- {"src": "/images/2023/37.webp", "title": "Quotes", "description": ""}
- ]
-}
-{% end %}
-
diff --git a/content/conferences/2023/index.md b/content/conferences/2023/index.md
new file mode 100644
index 0000000..662112e
--- /dev/null
+++ b/content/conferences/2023/index.md
@@ -0,0 +1,148 @@
++++
+title="2023 Odias in AI/ML Conference"
+date=2023-10-14
+
+[taxonomies]
+tags = ["Conference"]
+
+[extra]
+toc = true
+comments = false
++++
+
+## 2023 Odias in AI/ML Conference
+
+Odias in AI ML Conference 2023 is the fourth international congregation of Odias techies in AI/ML, academicians, policymakers, linguists, business executives, investors, entrepreneurs and those working towards positively intervening in people’s lives through AI/ML.
+
+**Theme:** Inclusive Growth through AI - Building action plan 2030.
+
+## Invited Speakers, and Quotes
+
+ Invited Speakers for the Conference
+ {{ gallery(image_type="speaker") }}
+
+
+
+ Quotes from the community for the conference
+ {{ gallery(image_type="quote") }}
+
+
+## Recordings
+
+
+### Chapters of Part-1
+
+{{ youtube(id="GPkWL-9akQc") }}
+_Conference Video Part-1_
+
+00:00:37 ମୁଁ ସେଇ କଳିଙ୍ଗ - Community Anthem
+
+00:14:52 - Kumarika Mohanty - Introduction by
+
+00:16:42 - Col. Prof Aditya Parida - Intro Address
+
+00:23:01 - Ayashkant Mohanty - BBSR Entrepreneurs for AI
+
+00:30:04 - Priyadarshi Sadangi - EmTeK COE: Role of AI in emerging technology in Odisha
+
+00:41:25 - Dr Sofen Kumar Jena - Computational Fluid Dynamics: Cost Optimization is a beginning
+
+00:59:30 - Panel Discussion " Promoting growth by empowering: Local Languages, disabled individuals and economically backward population via AI."
+
+01:21:13 - Balaram Panda - NJ - Managing AI-driven Change
+
+01:30:18 - Abhishek Sahu - AI-based Grievance Management, Prof Harekrishna Mishra : Communications: The AI Angel, BC Swain
+
+01:53:08 - Samar Pratap Nayak - Re-Introducing Lisa: How we made success with Odia AI News Anchor
+
+02:19:25 - Debendra Mohanta - Japan - AI: A Japan Perspective
+
+02:33:05 - Dr. Shubhabrata Samantaray - Super Intelligent Net Zero Cities: How can we champion Urban Happiness
+
+02:51:30 - Nikunja Dash - Hybrid neural modeling for groundwater level prediction 03:06:30 - Sibashis Padhi - AI delivering business growth
+
+03:27:20 - Dr Shantipriya Parida - Odia Generative AI
+
+03:38:32 - Odia Generative AI: Technical Workshop
+
+04:00:48 - Bibek Anand Babu - HRMS Scope
+
+04:11:23 - Biswajit Nayak - AI/ML: Typical Applications
+
+04:23:30 - Prof Panchanan Mohanty - In the times of Generative AI: Back to Oral Literacy: In times to come in future, Lessons from the Past
+
+04:34:26 - Vivekananda Pani - Our race towards Inclusivity
+
+04:47:59 - Mrs. Kuku Das - Mantra Recording of Dr. Debendra Das Sharma's chanting in 2022
+
+04:49:09 - Shyamanuja Das - A new Beginning: for a growth state of unprecedented scale
+
+04:55:58 - Prof. Banshidhar Majhi - AI impact on education
+
+05:10:52 - Col Prof Aditya Parida - Building an Action Plan 2030
+
+
+### Chapters of Part-2
+
+{{ youtube(id="KZB9bfKkLgM") }}
+_Conference Video Part-2_
+
+00:00:00 - Abhijeet Sahoo - GoodMeetings
+
+00:09:35 - Ajit Mohapatra - Generative AI in pharma and healthcare
+
+00:18:32 - Deb Pradhan - Coratia: Submarines
+
+00:25:05 - Ajay Kumar Mohanty - Inclusive Education in AI
+
+00:31:45 - Chinmay Mishra - Future Robots: Will they Replace or Reinforce?
+
+00:38:40 - Manas Dash - Music and AI
+
+00:44:31 - Devika Tripathy - AI Poetry
+
+00:48:33 - Sushant Pani - Speech Technology Landscape
+
+00:55:03 - Subhendu Biswal - AI in film making: for Odia movie community
+
+01:04:58 - Abinash Das - Local AI research in Odisha
+
+01:19:09 - Prathibha Pallai - I am a student; here is my path to AI research and application
+
+01:23:52 - Raj Murtinty - Investing in Language Technology, the Impact
+
+01:35:43 - Sakya Singha Mohapatra - Making India the Robotics Capital of the World 01:42:11 - Sudhir Sahu - Importance of AI for a real business use case
+
+01:46:00 - Peetabasa Pati - Teacher's action plan for 2030
+
+02:00:00 - Neelima Misra - AI Inclusiveness and Global Chapter Leads
+
+02:21:00 - Jnan Dash - Key Note - AI from the Data Pioneer
+
+02:43:30 - Debu Panda - Serverless Machine Learning
+
+02:54:39 - Dr Deepak Kumar Sahu - AI and Media
+
+03:02:55 - Sunil Sabat - An OpenAI story from Microsoft Hackathon
+
+03:13:50 - Sarthak Pattnaik & Nick Pacini - nyaay.ai: Incubation Story: blending legal and business insights for innovative solutions
+
+03:21:25 - Santosh Panda - Foundership Model for AI
+
+03:33:33 - Swaroop Mishra - Instruction Tuning: A field started by Swaroop Mishra 03:40:37 - Lisa Panda OSA - California: Surfing the AI wave: Being in the Silicon Valley and representing Odia Community
+
+03:48:15 - Apoorwa Masook - AI in the new frontiers of space
+
+03:53:00 - Panel Discussion AI in NAM and EU
+
+04:17:40 - Gyan Dash - Accessibility: A story of tech via LLM and CV
+
+04:28:15 - Dr Panchanan Satpathy - Key Note - Consciousness
+
+04:41:00 - Dr. Debendra Das Sharma - Key Note - Hardware - Changes in Substrate: Avenues of Inclusive Growth from Hardware Perspectives
+
+05:03:40 - Prasanta Bhuyan - The new age
+
+05:15:15 - Open Mike and Gapa Sapa
+
+05:37:15 - Anjan Kumar Panda - Conclusion and Vote of Thanks
diff --git a/static/images/2023/1.webp b/content/conferences/2023/quotes/quote1.webp
similarity index 100%
rename from static/images/2023/1.webp
rename to content/conferences/2023/quotes/quote1.webp
diff --git a/static/images/2023/10.webp b/content/conferences/2023/quotes/quote10.webp
similarity index 100%
rename from static/images/2023/10.webp
rename to content/conferences/2023/quotes/quote10.webp
diff --git a/static/images/2023/11.webp b/content/conferences/2023/quotes/quote11.webp
similarity index 100%
rename from static/images/2023/11.webp
rename to content/conferences/2023/quotes/quote11.webp
diff --git a/static/images/2023/12.webp b/content/conferences/2023/quotes/quote12.webp
similarity index 100%
rename from static/images/2023/12.webp
rename to content/conferences/2023/quotes/quote12.webp
diff --git a/static/images/2023/13.webp b/content/conferences/2023/quotes/quote13.webp
similarity index 100%
rename from static/images/2023/13.webp
rename to content/conferences/2023/quotes/quote13.webp
diff --git a/static/images/2023/14.webp b/content/conferences/2023/quotes/quote14.webp
similarity index 100%
rename from static/images/2023/14.webp
rename to content/conferences/2023/quotes/quote14.webp
diff --git a/static/images/2023/15.webp b/content/conferences/2023/quotes/quote15.webp
similarity index 100%
rename from static/images/2023/15.webp
rename to content/conferences/2023/quotes/quote15.webp
diff --git a/static/images/2023/16.webp b/content/conferences/2023/quotes/quote16.webp
similarity index 100%
rename from static/images/2023/16.webp
rename to content/conferences/2023/quotes/quote16.webp
diff --git a/static/images/2023/17.webp b/content/conferences/2023/quotes/quote17.webp
similarity index 100%
rename from static/images/2023/17.webp
rename to content/conferences/2023/quotes/quote17.webp
diff --git a/static/images/2023/18.webp b/content/conferences/2023/quotes/quote18.webp
similarity index 100%
rename from static/images/2023/18.webp
rename to content/conferences/2023/quotes/quote18.webp
diff --git a/static/images/2023/19.webp b/content/conferences/2023/quotes/quote19.webp
similarity index 100%
rename from static/images/2023/19.webp
rename to content/conferences/2023/quotes/quote19.webp
diff --git a/static/images/2023/2.webp b/content/conferences/2023/quotes/quote2.webp
similarity index 100%
rename from static/images/2023/2.webp
rename to content/conferences/2023/quotes/quote2.webp
diff --git a/static/images/2023/20.webp b/content/conferences/2023/quotes/quote20.webp
similarity index 100%
rename from static/images/2023/20.webp
rename to content/conferences/2023/quotes/quote20.webp
diff --git a/static/images/2023/21.webp b/content/conferences/2023/quotes/quote21.webp
similarity index 100%
rename from static/images/2023/21.webp
rename to content/conferences/2023/quotes/quote21.webp
diff --git a/static/images/2023/22.webp b/content/conferences/2023/quotes/quote22.webp
similarity index 100%
rename from static/images/2023/22.webp
rename to content/conferences/2023/quotes/quote22.webp
diff --git a/static/images/2023/23.webp b/content/conferences/2023/quotes/quote23.webp
similarity index 100%
rename from static/images/2023/23.webp
rename to content/conferences/2023/quotes/quote23.webp
diff --git a/static/images/2023/24.webp b/content/conferences/2023/quotes/quote24.webp
similarity index 100%
rename from static/images/2023/24.webp
rename to content/conferences/2023/quotes/quote24.webp
diff --git a/static/images/2023/25.webp b/content/conferences/2023/quotes/quote25.webp
similarity index 100%
rename from static/images/2023/25.webp
rename to content/conferences/2023/quotes/quote25.webp
diff --git a/static/images/2023/26.webp b/content/conferences/2023/quotes/quote26.webp
similarity index 100%
rename from static/images/2023/26.webp
rename to content/conferences/2023/quotes/quote26.webp
diff --git a/static/images/2023/27.webp b/content/conferences/2023/quotes/quote27.webp
similarity index 100%
rename from static/images/2023/27.webp
rename to content/conferences/2023/quotes/quote27.webp
diff --git a/static/images/2023/28.webp b/content/conferences/2023/quotes/quote28.webp
similarity index 100%
rename from static/images/2023/28.webp
rename to content/conferences/2023/quotes/quote28.webp
diff --git a/static/images/2023/29.webp b/content/conferences/2023/quotes/quote29.webp
similarity index 100%
rename from static/images/2023/29.webp
rename to content/conferences/2023/quotes/quote29.webp
diff --git a/static/images/2023/3.webp b/content/conferences/2023/quotes/quote3.webp
similarity index 100%
rename from static/images/2023/3.webp
rename to content/conferences/2023/quotes/quote3.webp
diff --git a/static/images/2023/30.webp b/content/conferences/2023/quotes/quote30.webp
similarity index 100%
rename from static/images/2023/30.webp
rename to content/conferences/2023/quotes/quote30.webp
diff --git a/static/images/2023/31.webp b/content/conferences/2023/quotes/quote31.webp
similarity index 100%
rename from static/images/2023/31.webp
rename to content/conferences/2023/quotes/quote31.webp
diff --git a/static/images/2023/32.webp b/content/conferences/2023/quotes/quote32.webp
similarity index 100%
rename from static/images/2023/32.webp
rename to content/conferences/2023/quotes/quote32.webp
diff --git a/static/images/2023/33.webp b/content/conferences/2023/quotes/quote33.webp
similarity index 100%
rename from static/images/2023/33.webp
rename to content/conferences/2023/quotes/quote33.webp
diff --git a/static/images/2023/34.webp b/content/conferences/2023/quotes/quote34.webp
similarity index 100%
rename from static/images/2023/34.webp
rename to content/conferences/2023/quotes/quote34.webp
diff --git a/static/images/2023/35.webp b/content/conferences/2023/quotes/quote35.webp
similarity index 100%
rename from static/images/2023/35.webp
rename to content/conferences/2023/quotes/quote35.webp
diff --git a/static/images/2023/37.webp b/content/conferences/2023/quotes/quote37.webp
similarity index 100%
rename from static/images/2023/37.webp
rename to content/conferences/2023/quotes/quote37.webp
diff --git a/static/images/2023/4.webp b/content/conferences/2023/quotes/quote4.webp
similarity index 100%
rename from static/images/2023/4.webp
rename to content/conferences/2023/quotes/quote4.webp
diff --git a/static/images/2023/5.webp b/content/conferences/2023/quotes/quote5.webp
similarity index 100%
rename from static/images/2023/5.webp
rename to content/conferences/2023/quotes/quote5.webp
diff --git a/static/images/2023/6.webp b/content/conferences/2023/quotes/quote6.webp
similarity index 100%
rename from static/images/2023/6.webp
rename to content/conferences/2023/quotes/quote6.webp
diff --git a/static/images/2023/7.webp b/content/conferences/2023/quotes/quote7.webp
similarity index 100%
rename from static/images/2023/7.webp
rename to content/conferences/2023/quotes/quote7.webp
diff --git a/static/images/2023/8.webp b/content/conferences/2023/quotes/quote8.webp
similarity index 100%
rename from static/images/2023/8.webp
rename to content/conferences/2023/quotes/quote8.webp
diff --git a/static/images/2023/9.webp b/content/conferences/2023/quotes/quote9.webp
similarity index 100%
rename from static/images/2023/9.webp
rename to content/conferences/2023/quotes/quote9.webp
diff --git a/static/images/2023/speaker10.webp b/content/conferences/2023/speakers/speaker10.webp
similarity index 100%
rename from static/images/2023/speaker10.webp
rename to content/conferences/2023/speakers/speaker10.webp
diff --git a/static/images/2023/speaker11.webp b/content/conferences/2023/speakers/speaker11.webp
similarity index 100%
rename from static/images/2023/speaker11.webp
rename to content/conferences/2023/speakers/speaker11.webp
diff --git a/static/images/2023/speaker12.webp b/content/conferences/2023/speakers/speaker12.webp
similarity index 100%
rename from static/images/2023/speaker12.webp
rename to content/conferences/2023/speakers/speaker12.webp
diff --git a/static/images/2023/speaker13.webp b/content/conferences/2023/speakers/speaker13.webp
similarity index 100%
rename from static/images/2023/speaker13.webp
rename to content/conferences/2023/speakers/speaker13.webp
diff --git a/static/images/2023/speaker14.webp b/content/conferences/2023/speakers/speaker14.webp
similarity index 100%
rename from static/images/2023/speaker14.webp
rename to content/conferences/2023/speakers/speaker14.webp
diff --git a/static/images/2023/speaker15.webp b/content/conferences/2023/speakers/speaker15.webp
similarity index 100%
rename from static/images/2023/speaker15.webp
rename to content/conferences/2023/speakers/speaker15.webp
diff --git a/static/images/2023/speaker16.webp b/content/conferences/2023/speakers/speaker16.webp
similarity index 100%
rename from static/images/2023/speaker16.webp
rename to content/conferences/2023/speakers/speaker16.webp
diff --git a/static/images/2023/speaker17.webp b/content/conferences/2023/speakers/speaker17.webp
similarity index 100%
rename from static/images/2023/speaker17.webp
rename to content/conferences/2023/speakers/speaker17.webp
diff --git a/static/images/2023/speaker18.webp b/content/conferences/2023/speakers/speaker18.webp
similarity index 100%
rename from static/images/2023/speaker18.webp
rename to content/conferences/2023/speakers/speaker18.webp
diff --git a/static/images/2023/speaker19.webp b/content/conferences/2023/speakers/speaker19.webp
similarity index 100%
rename from static/images/2023/speaker19.webp
rename to content/conferences/2023/speakers/speaker19.webp
diff --git a/static/images/2023/speaker2.webp b/content/conferences/2023/speakers/speaker2.webp
similarity index 100%
rename from static/images/2023/speaker2.webp
rename to content/conferences/2023/speakers/speaker2.webp
diff --git a/static/images/2023/speaker20.webp b/content/conferences/2023/speakers/speaker20.webp
similarity index 100%
rename from static/images/2023/speaker20.webp
rename to content/conferences/2023/speakers/speaker20.webp
diff --git a/static/images/2023/speaker21.webp b/content/conferences/2023/speakers/speaker21.webp
similarity index 100%
rename from static/images/2023/speaker21.webp
rename to content/conferences/2023/speakers/speaker21.webp
diff --git a/static/images/2023/speaker22.webp b/content/conferences/2023/speakers/speaker22.webp
similarity index 100%
rename from static/images/2023/speaker22.webp
rename to content/conferences/2023/speakers/speaker22.webp
diff --git a/static/images/2023/speaker23.webp b/content/conferences/2023/speakers/speaker23.webp
similarity index 100%
rename from static/images/2023/speaker23.webp
rename to content/conferences/2023/speakers/speaker23.webp
diff --git a/static/images/2023/speaker24.webp b/content/conferences/2023/speakers/speaker24.webp
similarity index 100%
rename from static/images/2023/speaker24.webp
rename to content/conferences/2023/speakers/speaker24.webp
diff --git a/static/images/2023/speaker3.webp b/content/conferences/2023/speakers/speaker3.webp
similarity index 100%
rename from static/images/2023/speaker3.webp
rename to content/conferences/2023/speakers/speaker3.webp
diff --git a/static/images/2023/speaker4.webp b/content/conferences/2023/speakers/speaker4.webp
similarity index 100%
rename from static/images/2023/speaker4.webp
rename to content/conferences/2023/speakers/speaker4.webp
diff --git a/static/images/2023/speaker5.webp b/content/conferences/2023/speakers/speaker5.webp
similarity index 100%
rename from static/images/2023/speaker5.webp
rename to content/conferences/2023/speakers/speaker5.webp
diff --git a/static/images/2023/speaker6.webp b/content/conferences/2023/speakers/speaker6.webp
similarity index 100%
rename from static/images/2023/speaker6.webp
rename to content/conferences/2023/speakers/speaker6.webp
diff --git a/static/images/2023/speaker7.webp b/content/conferences/2023/speakers/speaker7.webp
similarity index 100%
rename from static/images/2023/speaker7.webp
rename to content/conferences/2023/speakers/speaker7.webp
diff --git a/static/images/2023/speaker8.webp b/content/conferences/2023/speakers/speaker8.webp
similarity index 100%
rename from static/images/2023/speaker8.webp
rename to content/conferences/2023/speakers/speaker8.webp
diff --git a/static/images/2023/speaker9.webp b/content/conferences/2023/speakers/speaker9.webp
similarity index 100%
rename from static/images/2023/speaker9.webp
rename to content/conferences/2023/speakers/speaker9.webp
diff --git a/content/conferences/2024.md b/content/conferences/2024.md
index 2216428..d509b5e 100644
--- a/content/conferences/2024.md
+++ b/content/conferences/2024.md
@@ -1,16 +1,18 @@
+++
title="2024 Odias in AI/ML Conference"
date=2024-10-05
+updated=2024-08-31
[taxonomies]
-categories = ["Conferences", "Events"]
tags = ["Conference"]
+
[extra]
toc = true
-comments = false
+social_media_card = "images/2024/2024.webp"
+++
-## 2024 Odias in AI/ML Conference
+## About
+
Odias in AI ML Conference 2024 is the fifth international congregation of Odias techies in AI/ML, academicians, policymakers, linguists, business executives, investors, entrepreneurs and those working towards positively intervening in people’s lives through AI/ML.
-**Theme:** TBD
+**Theme:** GenAI Now. What's next?
diff --git a/content/contact.md b/content/contact.md
index c02a8bc..0e045a4 100644
--- a/content/contact.md
+++ b/content/contact.md
@@ -4,12 +4,12 @@ description = "Contact the Odias in AI/ML community."
date = 2024-07-22
[taxonomies]
-categories = ["Contact"]
tags = ["Contact"]
+
[extra]
toc = false
comments = false
+++
-* For activities / community related queries / media queries email **contact at odishaai.org**.
-* We are also pretty active on [Twitter](https://twitter.com/odias_in_ai).
\ No newline at end of file
+- For activities / community related queries / media queries email **contact at odishaai.org**.
+- We are also pretty active on [Twitter](https://twitter.com/odias_in_ai).
diff --git a/content/initiatives/ML-lecture-series.md b/content/initiatives/ML-lecture-series.md
index 96e9b8b..50779fd 100644
--- a/content/initiatives/ML-lecture-series.md
+++ b/content/initiatives/ML-lecture-series.md
@@ -1,10 +1,13 @@
+++
title="AI/ML Lecture Series"
+description="Machine Learning Lecture Series is a series of lectures on Machine Learning."
date=2021-12-12
[taxonomies]
-categories = ["Tutorials"]
tags = ["event", "education"]
+
+[extra]
+weight = 6
+++
## Machine Learning Lecture Series
@@ -14,18 +17,19 @@ On the 12th of December, 2021, Odias in AI/ML community has started a series of
### 1. Introduction to Machine Learning
{{ youtube(id="Iwae0qTzDPI") }}
-*Introduction to Machine Learning*
+_Introduction to Machine Learning_
-* In this lecture, our community member, [Debu Panda](https://www.linkedin.com/in/debupanda/) provided a brief introduction to Machine Learning.
+- In this lecture, our community member, [Debu Panda](https://www.linkedin.com/in/debupanda/) provided a brief introduction to Machine Learning.
### 2. Data Driven Decision Making
{{ youtube(id="Sk3JxTSO1Do") }}
-* Data Driven Decision Making by [Girish Samal](https://www.linkedin.com/in/girish-samal-0ab04216/)
+
+- Data Driven Decision Making by [Girish Samal](https://www.linkedin.com/in/girish-samal-0ab04216/)
### 3. Learn Python Programming in Odia Language
{{ youtube(id="59g0GQpPrcM") }}
-*Learn Python Programming in Odia Language*
+_Learn Python Programming in Odia Language_
-* Learn Python Programming in Odia Language by [Manish Bishoyee](https://www.linkedin.com/in/manishbishoyee/)
+- Learn Python Programming in Odia Language by [Manish Bishoyee](https://www.linkedin.com/in/manishbishoyee/)
diff --git a/content/initiatives/childrens_day.md b/content/initiatives/childrens_day.md
index 8339ef1..c217fa1 100644
--- a/content/initiatives/childrens_day.md
+++ b/content/initiatives/childrens_day.md
@@ -1,11 +1,15 @@
+++
title="Children's Day 2021 Special Event"
+description="Children's Day 2021 Special Event is a special event organized by Odias in AI/ML community to educate the children about AI/ML."
date=2021-11-14
-local_image = "images/initiatives/sishu_divas_2021.webp"
[taxonomies]
-categories = ["Events"]
tags = ["event", "education"]
+
+[extra]
+weight = 4
+social_media_card = "images/initiatives/sishu_divas_2021.webp"
+local_image = "images/initiatives/sishu_divas_2021.webp"
+++
## Children's Day 2021 Special Event
@@ -13,7 +17,7 @@ tags = ["event", "education"]
On the 14th of November, 2021, Odias in AI/ML community has organized a special event to celebrate Children's Day.
{{ youtube(id="kYCw9fpxsEk") }}
-*Children's Day 2021 Special Event*
+_Children's Day 2021 Special Event_
-* In this event, we educate the children about the importance of AI/ML and how it can help them in their everyday life.
-* We have expained complex concepts of AI/ML like Neural Network, Word Embedding, Natural Language Processing, Computer Vision, and Machine Learning in a simple way.
\ No newline at end of file
+- In this event, we educate the children about the importance of AI/ML and how it can help them in their everyday life.
+- We have expained complex concepts of AI/ML like Neural Network, Word Embedding, Natural Language Processing, Computer Vision, and Machine Learning in a simple way.
diff --git a/content/initiatives/fdp.md b/content/initiatives/fdp.md
index 6ddddcd..392185a 100644
--- a/content/initiatives/fdp.md
+++ b/content/initiatives/fdp.md
@@ -1,19 +1,24 @@
+++
title="AI/ML Faculty Development Program"
+description="AI/ML Faculty Development Program is a joint collaboration of OdiaML and VSSUT bringing international experts from academics, and industries aiming to enrich faculty members of any streams with AI/ML skills."
date=2022-10-29
[taxonomies]
-categories = ["Events"]
tags = ["event", "education"]
+
+[extra]
+weight = 5
+social_media_card = "images/initiatives/fdp.webp"
+++
## AI/ML Faculty Development Program
-* On the 29th of October, 2022, Odias in AI/ML community led by [Dr. Shantipriya Parida](https://www.linkedin.com/in/shantipriya-parida-9781a9127/) has organized a faculty development program to teach the faculties of Odisha about AI/ML.
-* At AI for Global Goals, we (Odias in AI/ML) aim to provide nextGEN participants with best-in-class training on a broad range of advanced topics and developments in artificial intelligence (AI), and machine learning (ML) -- including deep learning (DL).
-* The Faculty Development Program (FDP) is part of OdiaML's initiative of AI/ML skill development for the faculties of Odisha. The scheduled FDP is a joint collaboration of OdiaML and VSSUT bringing international experts from academics, and industries aiming to enrich faculty members of any streams with AI/ML skills. This FDP focused on the hands-on implementation of various subjects in terms of mini-projects exercised by the participants and the assigned mentors.
+- On the 29th of October, 2022, Odias in AI/ML community led by [Dr. Shantipriya Parida](https://www.linkedin.com/in/shantipriya-parida-9781a9127/) has organized a faculty development program to teach the faculties of Odisha about AI/ML.
+- At AI for Global Goals, we (Odias in AI/ML) aim to provide nextGEN participants with best-in-class training on a broad range of advanced topics and developments in artificial intelligence (AI), and machine learning (ML) -- including deep learning (DL).
+- The Faculty Development Program (FDP) is part of OdiaML's initiative of AI/ML skill development for the faculties of Odisha. The scheduled FDP is a joint collaboration of OdiaML and VSSUT bringing international experts from academics, and industries aiming to enrich faculty members of any streams with AI/ML skills. This FDP focused on the hands-on implementation of various subjects in terms of mini-projects exercised by the participants and the assigned mentors.
## Other Resources
-* [Main Website](https://sites.google.com/view/vssut-oiml-fdp/home)
-* [FDP Website](https://odisha-ml.github.io/FDP/)
-* [Mini Projects](https://odisha-ml.github.io/OdishaMLSchool/)
\ No newline at end of file
+
+- [Main Website](https://sites.google.com/view/vssut-oiml-fdp/home)
+- [FDP Website](https://odisha-ml.github.io/FDP/)
+- [Mini Projects](https://odisha-ml.github.io/OdishaMLSchool/)
diff --git a/content/initiatives/odia-nlp.md b/content/initiatives/odia-nlp.md
index 332bd34..a1985c3 100644
--- a/content/initiatives/odia-nlp.md
+++ b/content/initiatives/odia-nlp.md
@@ -1,30 +1,38 @@
+++
-title="Natural Language Processing in Odia"
+title="OdiaNLP"
+description="To develop NLP(Natural Language Processing) tools in Odia language."
date=2020-08-12
+updated=2024-08-31
[taxonomies]
-categories = ["Projects"]
tags = ["odia", "NLP"]
+
+[extra]
+weight = 2
+social_media_card = "images/initiatives/odianlp.webp"
+local_image = "images/initiatives/odianlp.webp"
+++
## Natural Language Processing in Odia
-* OdiaNLP is a community of AI enthusiasts, researchers, and developers who are passionate about exploring the potential of Natural Language Processing (NLP) in Odia.
-* The project is called OdiaNLP and is a community of AI enthusiasts, researchers, and developers who are passionate about exploring the potential of NLP in Odia.
+- OdiaNLP is a community of AI enthusiasts, researchers, and developers who are passionate about exploring the potential of Natural Language Processing (NLP) in Odia.
+- The project is called OdiaNLP and is a community of AI enthusiasts, researchers, and developers who are passionate about exploring the potential of NLP in Odia.
## Mission
+
To develop an ecosystem for Odia language in text, audio and vision space, which will nurture and further help developments in these areas to interested individuals.
## Major Contributions
-* [Language Model](https://github.com/OdiaNLP/language-modeling)
-* [Odia Word Embeddings](https://github.com/OdiaNLP/word-embeddings)
-* [Neural Machine Translation](https://github.com/OdiaNLP/NMT)
-* [Odia Spell Corrector](https://github.com/OdiaNLP/spelling-correction)
-* [News website scraper](https://github.com/OdiaNLP/DataScraper)
-* [Odia Monolingual News Dataset](https://www.kaggle.com/datasets/soumendrak/odiamonolingualnewscorpus)
-* [Odia Dictionary](https://github.com/OdiaNLP/dictionary)
-* [Statistical Machine Translation](https://github.com/OdiaNLP/SMT)
+- [Language Model](https://github.com/OdiaNLP/language-modeling)
+- [Odia Word Embeddings](https://github.com/OdiaNLP/word-embeddings)
+- [Neural Machine Translation](https://github.com/OdiaNLP/NMT)
+- [Odia Spell Corrector](https://github.com/OdiaNLP/spelling-correction)
+- [News website scraper](https://github.com/OdiaNLP/DataScraper)
+- [Odia Monolingual News Dataset](https://www.kaggle.com/datasets/soumendrak/odiamonolingualnewscorpus)
+- [Odia Dictionary](https://github.com/OdiaNLP/dictionary)
+- [Statistical Machine Translation](https://github.com/OdiaNLP/SMT)
## Other Resources
-* [Main Website](https://odianlp.github.io/)
\ No newline at end of file
+
+- [Main Website](https://odianlp.github.io/)
diff --git a/content/initiatives/odiagenai.md b/content/initiatives/odiagenai.md
index 2c4a379..3f47620 100644
--- a/content/initiatives/odiagenai.md
+++ b/content/initiatives/odiagenai.md
@@ -1,22 +1,29 @@
+++
title="Odia Generative AI"
+description="A collaborative initiative to conduct research on GenAI and LLM for Indic Languages."
date=2023-03-22
[taxonomies]
-categories = ["Projects"]
tags = ["odia", "genai"]
+
+[extra]
+weight = 1
+social_media_card = "images/initiatives/odiagenai.webp"
+local_image = "images/initiatives/odiagenai.webp"
+++
## Odia Generative AI
-* Post the revolution of Generative AI by ChatGPT, a few community members led by [Dr. Shantipriya Parida](https://www.linkedin.com/in/shantipriya-parida-9781a9127/) have started a project to create a community around Generative AI in Odia.
-* The project is called Odia Generative AI (ODiaGenAI) and is a community of AI enthusiasts, researchers, and developers who are passionate about exploring the potential of Generative AI in Odia.
+- Post the revolution of Generative AI by ChatGPT, a few community members led by [Dr. Shantipriya Parida](https://www.linkedin.com/in/shantipriya-parida-9781a9127/) have started a project to create a community around Generative AI in Odia.
+- The project is called Odia Generative AI (ODiaGenAI) and is a community of AI enthusiasts, researchers, and developers who are passionate about exploring the potential of Generative AI in Odia.
## Mission
+
OdiaGenAI initiative aims to utilize the power of AI in building Generative AI and LLM-based technologies and solutions for the overall development of Odisha and Odia language through collaboration among Odia technologists.
## Other Resources
-* [Main Website](https://www.odiagenai.org/)
-* [OdiaGenAI Released Llama2-Fine-tuned Model for Odia](https://www.odiagenai.org/blog/odiagenai-released-llama2-fine-tuned-model-for-odia)
-* [OdiaGenAI Released the First LLM for the Low Resource Odia Language](https://www.odiagenai.org/blog/odiagenai-released-the-first-llm-for-the-low-resource-odia-language)
-* [Models and Datasets](https://huggingface.co/OdiaGenAI)
\ No newline at end of file
+
+- [Main Website](https://www.odiagenai.org/)
+- [OdiaGenAI Released Llama2-Fine-tuned Model for Odia](https://www.odiagenai.org/blog/odiagenai-released-llama2-fine-tuned-model-for-odia)
+- [OdiaGenAI Released the First LLM for the Low Resource Odia Language](https://www.odiagenai.org/blog/odiagenai-released-the-first-llm-for-the-low-resource-odia-language)
+- [Models and Datasets](https://huggingface.co/OdiaGenAI)
diff --git a/content/initiatives/shua.md b/content/initiatives/shua.md
new file mode 100644
index 0000000..15757d5
--- /dev/null
+++ b/content/initiatives/shua.md
@@ -0,0 +1,23 @@
++++
+title="Shua"
+description="To enable Machine Translation in Odia Language."
+date=2018-04-01
+
+[taxonomies]
+tags = ["translation"]
+
+[extra]
+weight = 3
+social_media_card = "images/initiatives/shua.webp"
+local_image = "images/initiatives/shua.webp"
++++
+
+## Children's Day 2021 Special Event
+
+On the 14th of November, 2021, Odias in AI/ML community has organized a special event to celebrate Children's Day.
+
+{{ youtube(id="kYCw9fpxsEk") }}
+*Children's Day 2021 Special Event*
+
+* In this event, we educate the children about the importance of AI/ML and how it can help them in their everyday life.
+* We have expained complex concepts of AI/ML like Neural Network, Word Embedding, Natural Language Processing, Computer Vision, and Machine Learning in a simple way.
\ No newline at end of file
diff --git a/content/initiatives/summer-school.md b/content/initiatives/summer-school.md
index 06c230a..a239582 100644
--- a/content/initiatives/summer-school.md
+++ b/content/initiatives/summer-school.md
@@ -1,20 +1,25 @@
+++
title="AI/ML Summer School"
+description="AI/ML Summer School to teach students about AI/ML."
date=2022-06-18
[taxonomies]
-categories = ["Events"]
tags = ["event", "education"]
+
+[extra]
+weight=7
+social_media_card = "images/initiatives/summer_school.webp"
+++
## AI/ML Summer School
-* On the 18th of June, 2022, Odias in AI/ML community led by [Dr. Shantipriya Parida](https://www.linkedin.com/in/shantipriya-parida-9781a9127/) has organized a summer school to teach the students about AI/ML.
-* At AI for Global Goals, we (OCF and Odias in AI/ML) aim to provide nextGEN participants with best-in-class training on a broad range of advanced topics and developments in artificial intelligence (AI), machine learning (ML) -- including deep learning (DL).
-* Although several training and development programs (webinars, conferences, seminars) are organized by OCF-Odisha.ML, the AI Machine Learning Summer School is the first in its kind in Odisha focusing on the graduate and master's students aspirants to build their careers in AI and Machine Learning. The program is designed by the OCF-Odisha.ML Core team members who have decades of experience in teaching, industry, and research from world-class universities, top companies, and the best research institutions.
-* The program is planned for the summer holiday in Odisha (June-July 2022) and will be in virtual mode considering teaching by many international experts. The participants will be based on registration considering the eligibility and background of the participants. The maximum number of participants will be 100. The AI ML Summer School is a five days program and will be conducted on weekends (Saturday and Sunday) only with 3 lecturer sessions per day and each session will be 1.5 hours (1-hour Theory, 30 minutes Demo) except first and last sessions. However, students can execute the assigned mini-project on other days at their convenient time in groups.
+- On the 18th of June, 2022, Odias in AI/ML community led by [Dr. Shantipriya Parida](https://www.linkedin.com/in/shantipriya-parida-9781a9127/) has organized a summer school to teach the students about AI/ML.
+- At AI for Global Goals, we (OCF and Odias in AI/ML) aim to provide nextGEN participants with best-in-class training on a broad range of advanced topics and developments in artificial intelligence (AI), machine learning (ML) -- including deep learning (DL).
+- Although several training and development programs (webinars, conferences, seminars) are organized by OCF-Odisha.ML, the AI Machine Learning Summer School is the first in its kind in Odisha focusing on the graduate and master's students aspirants to build their careers in AI and Machine Learning. The program is designed by the OCF-Odisha.ML Core team members who have decades of experience in teaching, industry, and research from world-class universities, top companies, and the best research institutions.
+- The program is planned for the summer holiday in Odisha (June-July 2022) and will be in virtual mode considering teaching by many international experts. The participants will be based on registration considering the eligibility and background of the participants. The maximum number of participants will be 100. The AI ML Summer School is a five days program and will be conducted on weekends (Saturday and Sunday) only with 3 lecturer sessions per day and each session will be 1.5 hours (1-hour Theory, 30 minutes Demo) except first and last sessions. However, students can execute the assigned mini-project on other days at their convenient time in groups.
## Other Resources
-* [Main Website](https://sites.google.com/view/ocfodishaml-school)
-* [Possible Projects](https://odianlp.github.io/possible_projects/)
-* [Mini Projects](https://odisha-ml.github.io/OdishaMLSchool/)
\ No newline at end of file
+
+- [Main Website](https://sites.google.com/view/ocfodishaml-school)
+- [Possible Projects](https://odianlp.github.io/possible_projects/)
+- [Mini Projects](https://odisha-ml.github.io/OdishaMLSchool/)
diff --git a/content/initiatives/twitter-spaces.md b/content/initiatives/twitter-spaces.md
index 9d662bf..df87ceb 100644
--- a/content/initiatives/twitter-spaces.md
+++ b/content/initiatives/twitter-spaces.md
@@ -1,20 +1,23 @@
+++
title="Twitter Spaces Series in AI/ML"
+description="Twitter Spaces Series in AI/ML is a series of discussions in AI/ML."
date=2021-01-01
[taxonomies]
-categories = ["Tutorials"]
tags = ["event", "education", "twitter", "discussion"]
+
+[extra]
+weight = 8
+++
## Odia Twitter Spaces Series in AI/ML
-* Led by community member [Dr. Aviseka](https://x.com/aviseka), we have started a series of Twitter Spaces to discuss various topics in AI/ML in local Odia language.
-* The discussions are conducted in Odia language and are open to all.
-* The series is called Odia Twitter Spaces and is a series of discussions in Odia language.
-* Peoople get to clear their doubts by askign questions to the experts of the day.
-* In one of the discussions, the thought of a word game in Odia language was discussed among two members, [Dr. Aviseka](https://x.com/aviseka) and [Soumendra](www.soumendrak.com). Which resulted in creation of [Shabdarasa](https://www.shabdarasa.com), a wordle game in Odia language.
+- Led by community member [Dr. Aviseka](https://x.com/aviseka), we have started a series of Twitter Spaces to discuss various topics in AI/ML in local Odia language.
+- The discussions are conducted in Odia language and are open to all.
+- The series is called Odia Twitter Spaces and is a series of discussions in Odia language.
+- Peoople get to clear their doubts by askign questions to the experts of the day.
+- In one of the discussions, the thought of a word game in Odia language was discussed among two members, [Dr. Aviseka](https://x.com/aviseka) and [Soumendra](www.soumendrak.com). Which resulted in creation of [Shabdarasa](https://www.shabdarasa.com), a wordle game in Odia language.
## Major Contributions
-* [Shabdarasa](https://www.shabdarasa.com), a wordle game in Odia language
+- [Shabdarasa](https://www.shabdarasa.com), a wordle game in Odia language
diff --git a/content/registration.md b/content/registration.md
new file mode 100644
index 0000000..299b75b
--- /dev/null
+++ b/content/registration.md
@@ -0,0 +1,13 @@
++++
+title = "Registration"
+description = "Join the Odias in AI/ML community."
+date = 2024-08-31
+
+[taxonomies]
+tags = ["odia", "registration"]
+
+[extra]
+toc = false
++++
+
+## Coming Soon...
\ No newline at end of file
diff --git a/content/resources.md b/content/resources.md
new file mode 100644
index 0000000..beeb7a4
--- /dev/null
+++ b/content/resources.md
@@ -0,0 +1,13 @@
++++
+title = "Resources"
+description = "Consolidated resources for the Odias in AI/ML community."
+date = 2024-08-31
+
+[taxonomies]
+tags = ["odia", "resources"]
+
+[extra]
+toc = false
++++
+
+## Coming Soon...
\ No newline at end of file
diff --git a/static/css/custom.css b/static/css/custom.css
new file mode 100644
index 0000000..793fab8
--- /dev/null
+++ b/static/css/custom.css
@@ -0,0 +1,124 @@
+.countdown-timer {
+ text-align: center;
+ margin: 2rem auto;
+ padding: 1.5rem;
+ border-radius: 8px;
+ max-width: 600px;
+ transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
+ color: var(--text-color);
+ border: 1px solid var(--border-color);
+}
+
+/* Light theme gradient */
+.countdown-timer {
+ background: linear-gradient(135deg, #f0f0f0, #cecaca);
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
+}
+
+/* Dark theme gradient */
+[data-theme="dark"] .countdown-timer {
+ background: linear-gradient(135deg, #2a2a2a, #3a3a3a);
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
+}
+
+.countdown-timer h2 {
+ margin-bottom: 1rem;
+ font-size: 1.5rem;
+ font-weight: 600;
+}
+
+#countdown {
+ font-size: 2rem;
+ font-weight: 700;
+ letter-spacing: 0.05em;
+}
+
+/* Responsive design */
+@media (max-width: 768px) {
+ .countdown-timer {
+ margin: 1.5rem auto;
+ padding: 1rem;
+ }
+
+ .countdown-timer h2 {
+ font-size: 1.25rem;
+ }
+
+ #countdown {
+ font-size: 1.5rem;
+ }
+}
+
+.conference-button {
+ display: inline-block;
+ margin-top: 1rem;
+ padding: 0.5rem 1rem;
+ background-color: var(--primary-color);
+ color: var(--background-color);
+ text-decoration: none;
+ border-radius: 4px;
+ transition: all 0.3s ease;
+ border: 2px solid var(--primary-color);
+}
+
+.conference-button:hover {
+ background-image: linear-gradient(135deg, var(--primary-color), var(--primary-color-light));
+ color: var(--background-color);
+ border-color: var(--primary-color-light);
+}
+
+/* Dark theme specific styles */
+[data-theme="dark"] .conference-button {
+ background-color: var(--primary-color);
+ color: var(--background-color);
+ border-color: var(--primary-color);
+}
+
+[data-theme="dark"] .conference-button:hover {
+ background-image: linear-gradient(135deg, var(--primary-color), var(--primary-color-light));
+ color: var(--background-color);
+ border-color: var(--primary-color-light);
+}
+
+.sticky-header {
+ position: sticky;
+ top: 0;
+ z-index: 1000;
+ width: 100%;
+ background-color: var(--background-color);
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
+ transition: background-color 0.3s ease;
+}
+
+.navbar {
+ /* Add any existing navbar styles here */
+ padding: 10px 20px; /* Adjust as needed */
+}
+
+/* Remove these as they're no longer needed */
+.fixed-header,
+.header-spacer {
+ display: none;
+}
+
+/* Responsive adjustments */
+@media (max-width: 768px) {
+ .sticky-header {
+ position: fixed; /* Use fixed on mobile for better compatibility */
+ }
+
+ body {
+ padding-top: 60px; /* Adjust based on your navbar height */
+ }
+}
+
+/* Ensure the content below the navbar is not hidden */
+main {
+ padding-top: 20px; /* Adjust as needed */
+}
+
+/* Dark theme adjustments */
+[data-theme="dark"] .sticky-header {
+ background-color: var(--background-color);
+ box-shadow: 0 2px 4px rgba(255, 255, 255, 0.1);
+}
\ No newline at end of file
diff --git a/static/css/gallery.css b/static/css/gallery.css
new file mode 100644
index 0000000..cfa088c
--- /dev/null
+++ b/static/css/gallery.css
@@ -0,0 +1,20 @@
+.gallery {
+ display: grid;
+ grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
+ grid-gap: 1rem;
+}
+
+.gallery-item {
+ overflow: hidden;
+}
+
+.gallery-item img {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+ transition: transform 0.3s ease-in-out;
+}
+
+.gallery-item:hover img {
+ transform: scale(1.05);
+}
\ No newline at end of file
diff --git a/static/icons/new_favicon.ico b/static/icons/new_favicon.ico
new file mode 100644
index 0000000..d5fcaba
Binary files /dev/null and b/static/icons/new_favicon.ico differ
diff --git a/static/images/2024/2024.webp b/static/images/2024/2024.webp
new file mode 100644
index 0000000..adee376
Binary files /dev/null and b/static/images/2024/2024.webp differ
diff --git a/static/images/coc.webp b/static/images/coc.webp
new file mode 100644
index 0000000..451ea9e
Binary files /dev/null and b/static/images/coc.webp differ
diff --git a/static/images/index.webp b/static/images/index.webp
new file mode 100644
index 0000000..2b36d64
Binary files /dev/null and b/static/images/index.webp differ
diff --git a/static/images/initiatives/fdp.webp b/static/images/initiatives/fdp.webp
new file mode 100644
index 0000000..dbcb100
Binary files /dev/null and b/static/images/initiatives/fdp.webp differ
diff --git a/static/images/initiatives/odiagenai.webp b/static/images/initiatives/odiagenai.webp
new file mode 100644
index 0000000..ab86f37
Binary files /dev/null and b/static/images/initiatives/odiagenai.webp differ
diff --git a/static/images/initiatives/odianlp.webp b/static/images/initiatives/odianlp.webp
new file mode 100644
index 0000000..25087ee
Binary files /dev/null and b/static/images/initiatives/odianlp.webp differ
diff --git a/static/images/initiatives/shua.webp b/static/images/initiatives/shua.webp
new file mode 100644
index 0000000..a9511e5
Binary files /dev/null and b/static/images/initiatives/shua.webp differ
diff --git a/static/images/initiatives/summer_school.webp b/static/images/initiatives/summer_school.webp
new file mode 100644
index 0000000..9c043e1
Binary files /dev/null and b/static/images/initiatives/summer_school.webp differ
diff --git a/static/images/new_logo.webp b/static/images/new_logo.webp
new file mode 100644
index 0000000..4c93621
Binary files /dev/null and b/static/images/new_logo.webp differ
diff --git a/static/js/countdown.js b/static/js/countdown.js
new file mode 100644
index 0000000..560d83b
--- /dev/null
+++ b/static/js/countdown.js
@@ -0,0 +1,63 @@
+document.addEventListener('DOMContentLoaded', function() {
+ const countdownElement = document.getElementById('countdown');
+ const countdownTimer = document.querySelector('.countdown-timer');
+ if (!countdownElement || !countdownTimer) {
+ return;
+ }
+
+ const targetDateString = countdownElement.dataset.target;
+ const targetDate = new Date(targetDateString).getTime();
+ const countdownTitle = countdownTimer.dataset.title;
+
+ // Create and add the title
+ const titleElement = document.createElement('h2');
+ titleElement.textContent = countdownTitle;
+ countdownTimer.insertBefore(titleElement, countdownElement);
+
+ // Create and add the conference button
+ const conferenceButton = document.createElement('a');
+ conferenceButton.textContent = 'Go to Conference Page';
+ conferenceButton.className = 'conference-button';
+ conferenceButton.href = '/conferences/2024/'; // Adjust this URL as needed
+ countdownTimer.appendChild(conferenceButton);
+
+ function updateCountdown() {
+ const now = new Date().getTime();
+ const distance = targetDate - now;
+
+ if (distance < 0) {
+ titleElement.style.display = 'none'; // Hide the title
+ const countdownString = `Join the conference now!`;
+ countdownElement.textContent = countdownString;
+ conferenceButton.style.display = 'inline-block'; // Make button more prominent
+ } else {
+ const days = Math.floor(distance / (1000 * 60 * 60 * 24));
+ const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
+ const minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
+ const seconds = Math.floor((distance % (1000 * 60)) / 1000);
+
+ const countdownString = `${days}d ${hours}h ${minutes}m ${seconds}s`;
+ countdownElement.textContent = countdownString;
+ }
+ }
+
+ updateCountdown(); // Run once immediately
+ const countdownInterval = setInterval(updateCountdown, 1000); // Then update every second
+
+ // Watch for theme changes
+ const observer = new MutationObserver(function(mutations) {
+ mutations.forEach(function(mutation) {
+ if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
+ // Theme has changed, update countdown styles if needed
+ if (countdownTimer) {
+ countdownTimer.style.transition = 'background 0.3s ease';
+ }
+ }
+ });
+ });
+
+ observer.observe(document.documentElement, {
+ attributes: true,
+ attributeFilter: ["data-theme"]
+ });
+});
\ No newline at end of file
diff --git a/templates/base.html b/templates/base.html
deleted file mode 100644
index 5cb56ef..0000000
--- a/templates/base.html
+++ /dev/null
@@ -1,235 +0,0 @@
-{% import 'macros.html' as macros %}
-
-
-
-
-
-
-
-
-
-
- {% if config.extra.favicon.webmanifest %}
-
- {% endif %}
- {% if config.extra.favicon.safari_pinned_tab %}
-
- {% endif %}
- {% if config.extra.favicon.favicon_16x16 %}
-
- {% endif %}
- {% if config.extra.favicon.favicon_32x32 %}
-
- {% endif %}
- {% if config.extra.favicon.apple_touch_icon %}
-
- {% endif %}
-
- {% if config.extra.galleria.enabled %}
-
- {% endif %}
-
- {% if config.extra.mapbox.enabled %}
-
- {% endif %}
-
-
-
-
-
- {% block user_custom_stylesheet %}
- {% endblock %}
-
-
- {% block title %}
- {{ config.title }}
- {% endblock title %}
-
-
- {% block analytics %}
- {% if config.extra.analytics.google %}
-
-
- {% endif %}
- {% endblock analytics %}
-
- {% if config.extra.katex.enabled %}
-
-
-
-
- {% if config.extra.katex.auto_render %}
-
- {% endif %}
- {% endif %}
-
-
-
-
-
-
-
- {% block header %}
- {% endblock %}
-
- {% block content %}
- {% endblock %}
-
- {% block search %}
-
- {% endblock %}
-
-
- {% block pagination %}
- {% if paginator.previous or paginator.next %}
-
- {% endif %}
- {% endblock %}
-
- {% block comment %}
- {% endblock %}
-
- {% block footer %}
-
- {% endblock %}
-
- {% if config.extra.galleria.enabled %}
-
-
-
- {% endif %}
- {% if config.extra.mermaid.enabled %}
-
- {% endif %}
- {% if config.extra.chart.enabled %}
-
- {% endif %}
- {% if config.extra.mapbox.enabled %}
-
- {% endif %}
-
-
-
- {%- if lang != "en" -%}
- {%- block other_lang_search_js -%}
- {%- endblock -%}
- {%- endif -%}
-
-
- {% block custom_js %}
- {% endblock %}
-
- {% block user_custom_js %}
- {% endblock %}
-
-
-
diff --git a/templates/countdown_macro.html b/templates/countdown_macro.html
deleted file mode 100644
index 9c3c0f9..0000000
--- a/templates/countdown_macro.html
+++ /dev/null
@@ -1,107 +0,0 @@
-{% macro countdown() %}
-
-
Odias in AI/ML Conference 2024
-
-
-
- Days
-
-
-
- Hours
-
-
-
- Minutes
-
-
-
- Seconds
-
-
-
-
The event has started!
-
-
- View Conference Details
-
-
-
-
-
-
-{% endmacro countdown %}
\ No newline at end of file
diff --git a/templates/index.html b/templates/index.html
deleted file mode 100644
index 9e94761..0000000
--- a/templates/index.html
+++ /dev/null
@@ -1,25 +0,0 @@
-{% extends "base.html" %}
-{% import "countdown_macro.html" as countdown_macro %}
-
-{% block content %}
-
-
-
-
{{ section.title }}
-
{{ section.description }}
-
- {{ countdown_macro::countdown() }}
-
- {% if config.extra.author.avatar %}
-
-
-
- {% endif %}
- {{ macros:: social_links( social_config=config.extra.social) }}
-
-
- {{ section.content | safe }}
-
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/templates/macros.html b/templates/macros.html
deleted file mode 100644
index 3663578..0000000
--- a/templates/macros.html
+++ /dev/null
@@ -1,256 +0,0 @@
-{% macro social_links(social_config) %}
-
- {% if social_config.facebook %}
-
-
-
-
-
- {% endif %}
-
- {% if social_config.twitter %}
-
- {% endif %}
-
- {% if social_config.linkedin %}
-
-
-
-
-
- {% endif %}
-
- {% if social_config.instagram %}
-
-
-
-
-
- {% endif %}
-
-
- {% if social_config.twitch %}
-
-
-
-
-
- {% endif %}
-
- {% if social_config.tumblr %}
-
-
-
-
-
- {% endif %}
-
- {% if social_config.reddit %}
-
-
-
-
-
- {% endif %}
-
- {% if social_config.discord %}
-
-
-
-
-
- {% endif %}
-
- {# Certainly not the best implementation but Tera bombs if you try to access a nonexistent key #}
- {% if social_config.mastodon_username %}
- {% set mastodon_username = social_config.mastodon_username %}
- {% elif social_config.mastodon %}
- {% set mastodon_username = social_config.mastodon %}
- {% endif %}
- {% if mastodon_username %}
-
-
-
-
-
- {% endif %}
-
- {% if social_config.github %}
-
-
-
-
-
- {% endif %}
-
- {% if social_config.bitbucket %}
-
-
-
-
-
- {% endif %}
-
- {% if social_config.gitlab %}
-
-
-
-
-
- {% endif %}
-
- {% if social_config.behance %}
-
-
-
-
-
- {% endif %}
-
- {% if social_config.stackoverflow %}
-
-
-
-
-
- {% endif %}
-
- {% if social_config.medium %}
-
-
-
-
-
- {% endif %}
-
- {% if social_config.dev %}
-
-
-
-
-
- {% endif %}
-
- {% if social_config.soundcloud %}
-
-
-
-
-
- {% endif %}
-
- {% if social_config.google_scholar %}
-
-
-
-
-
- {% endif %}
-
- {% if social_config.orcid %}
-
-
-
-
-
- {% endif %}
-
- {% if social_config.keybase %}
-
-
-
-
-
- {% endif %}
-
- {% if social_config.email %}
-
-
-
-
-
- {% endif %}
-
- {% if social_config.googleplay %}
-
-
-
-
-
- {% endif %}
-
- {% if social_config.youtube %}
-
-
-
-
-
- {% endif %}
-
- {% if config.generate_feed %}
-
- {% endif %}
-
-{% endmacro %}
-
-{% macro page_publish_metadata(page) %}
-
-
-
-
- {{ page.date | date(format='%B %d, %Y') }}
-
-{% endmacro %}
-
-{% macro page_content_metadata(page) %}
-
-
-
-
- {{ page.reading_time }} min,
-
-
-
- {{ page.word_count }} words
-
-{% endmacro %}
-
-{% macro render_categories(categories) %}
-
- Categories:
- {% for category in categories %}
-
-
-
-
-
- {{category}}
-
-
- {% endfor %}
-
-{% endmacro %}
-
-{% macro render_tags(tags) %}
-
- Tags:
- {% for tag in tags %}
-
-
-
-
-
- {{tag}}
-
-
- {% endfor %}
-
-{% endmacro %}
diff --git a/templates/partials/main_page_projects_list.html b/templates/partials/main_page_projects_list.html
new file mode 100644
index 0000000..b847fb4
--- /dev/null
+++ b/templates/partials/main_page_projects_list.html
@@ -0,0 +1,16 @@
+{% if section.extra.projects_path %}
+ {%- set projects_section = get_section(path=section.extra.projects_path) -%}
+ {%- if projects_section -%}
+
+ {{ macros_page_header::page_header(title=macros_translate::translate(key="featured_projects", default="Featured projects", language_strings=language_strings)) }}
+
+ {%- set show_pages = projects_section.pages | sort(attribute="extra.weight", reverse=true) -%}
+ {%- set max_projects = section.extra.max_projects | default(value=3) -%}
+ {%- include "partials/cards_pages.html" -%}
+ {%- endif -%}
+ {%- if show_pages | length > max_projects -%}
+
+ {%- endif -%}
+{% endif %}
diff --git a/templates/partials/nav.html b/templates/partials/nav.html
new file mode 100644
index 0000000..9a5a28b
--- /dev/null
+++ b/templates/partials/nav.html
@@ -0,0 +1,48 @@
+
+
diff --git a/templates/section.html b/templates/section.html
index fda3f85..318da20 100644
--- a/templates/section.html
+++ b/templates/section.html
@@ -1,62 +1,51 @@
-{% extends 'base.html' %}
-
-{% block title %}
-{{ config.title }} | {{ section.title }}
-{% endblock title %}
-
-{% block content %}
-
-
-
-
{{ section.title }}
-
{{ section.description }}
-
-
- {{ section.content | safe }}
-
-
-
- {% if paginator %}
- {% set pages = paginator.pages %}
- {% else %}
- {% set pages = section.pages %}
- {% endif %}
-
- {% for page in pages %}
-
-
- {{ page.description }}
-
-
- {{ macros::page_publish_metadata(page=page) }}
-
-
- {{ macros::page_content_metadata(page=page) }}
-
-
-
- {{ page.summary | safe }}
-
-
-
- {% if page.taxonomies.categories %}
- {{ macros::render_categories(categories=page.taxonomies.categories) }}
- {% endif %}
-
-
- {% if page.taxonomies.tags %}
- {{ macros::render_tags(tags=page.taxonomies.tags) }}
- {% endif %}
-
-
-
- {% endfor %}
-
+{% extends "base.html" %}
+
+{% block main_content %}
+
+{%- set show_projects_first = section.extra.show_projects_first | default(value=false) -%}
+{%- if show_projects_first -%}
+ {%- set first_section = "projects" -%}
+{%- else -%}
+ {%- set first_section = "posts" -%}
+{%- endif -%}
+
+{%- if section.extra.section_path or paginator and projects_path -%}
+ {%- set more_than_one_section_shown = true -%}
+{%- endif -%}
+
+
+{%- if section.extra.header %}
+ {%- include "partials/home_banner.html" -%}
+{% endif -%}
+
+
+{% if section.extra.show_countdown %}
+
-
-
-{% endblock %}
+{% endif %}
+
+{% if section.extra.section_path -%}
+ {% set extra_section = get_section(path=section.extra.section_path) %}
+{% endif -%}
+
+{% if section.extra.section_path -%}
+ {% set path = section.extra.section_path | replace(from="/_index.md", to = "") %}
+{% else -%}
+ {% set path = section.path %}
+{% endif -%}
+
+{%- if show_projects_first -%}
+ {%- include "partials/main_page_projects_list.html" -%}
+ {%- include "partials/main_page_posts_list.html" -%}
+{%- else -%}
+ {%- include "partials/main_page_posts_list.html" -%}
+ {%- include "partials/main_page_projects_list.html" -%}
+{%- endif -%}
+
+
+{% if section.extra.show_countdown %}
+
+{% endif %}
+
+{% endblock main_content %}
diff --git a/templates/shortcodes/galleria.html b/templates/shortcodes/galleria.html
deleted file mode 100644
index 0e23cd3..0000000
--- a/templates/shortcodes/galleria.html
+++ /dev/null
@@ -1 +0,0 @@
-
{{body | safe}}
\ No newline at end of file
diff --git a/templates/shortcodes/gallery.html b/templates/shortcodes/gallery.html
new file mode 100644
index 0000000..a0e1e45
--- /dev/null
+++ b/templates/shortcodes/gallery.html
@@ -0,0 +1,11 @@
+
+ {% for asset in page.assets -%}
+ {%- if asset is matching(image_type ~ ".*[.](jpg|png|webp)$") -%}
+ {% set image = resize_image(path=asset, height=600, op="fit_height") %}
+
+
+
+ {%- else -%}
+ {%- endif %}
+ {%- endfor %}
+
\ No newline at end of file
diff --git a/templates/shortcodes/youtube.html b/templates/shortcodes/youtube.html
index acf5e2a..099a361 100644
--- a/templates/shortcodes/youtube.html
+++ b/templates/shortcodes/youtube.html
@@ -1,6 +1,5 @@
-
-
VIDEO
+
+
\ No newline at end of file
diff --git a/themes/DeepThought b/themes/DeepThought
deleted file mode 160000
index 430c1d5..0000000
--- a/themes/DeepThought
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 430c1d5085dd6bea4cd6bd2d55003db67ba6bea0
diff --git a/themes/tabi b/themes/tabi
new file mode 160000
index 0000000..a089b7e
--- /dev/null
+++ b/themes/tabi
@@ -0,0 +1 @@
+Subproject commit a089b7eea96c2fcd19dcc7f6fc1bf5a8982676a2