diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml
new file mode 100644
index 00000000000..f64d90c6a7b
--- /dev/null
+++ b/.github/workflows/jekyll.yml
@@ -0,0 +1,65 @@
+# This workflow uses actions that are not certified by GitHub.
+# They are provided by a third-party and are governed by
+# separate terms of service, privacy policy, and support
+# documentation.
+
+# Sample workflow for building and deploying a Jekyll site to GitHub Pages
+name: Deploy Jekyll site to Pages
+
+on:
+ # Runs on pushes targeting the default branch
+ push:
+ branches: ["gh-pages"]
+
+ # Allows you to run this workflow manually from the Actions tab
+ workflow_dispatch:
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+ contents: read
+ pages: write
+ id-token: write
+
+# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
+# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+concurrency:
+ group: "pages"
+ cancel-in-progress: false
+
+jobs:
+ # Build job
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v4
+ - name: Setup Ruby
+ # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
+ uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
+ with:
+ ruby-version: '3.1' # Not needed with a .ruby-version file
+ bundler-cache: true # runs 'bundle install' and caches installed gems automatically
+ cache-version: 0 # Increment this number if you need to re-download cached gems
+ - name: Setup Pages
+ id: pages
+ uses: actions/configure-pages@v5
+ - name: Build with Jekyll
+ # Outputs to the './_site' directory by default
+ run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
+ env:
+ JEKYLL_ENV: production
+ - name: Upload artifact
+ # Automatically uploads an artifact from the './_site' directory by default
+ uses: actions/upload-pages-artifact@v3
+
+ # Deployment job
+ deploy:
+ environment:
+ name: github-pages
+ url: ${{ steps.deployment.outputs.page_url }}
+ runs-on: ubuntu-latest
+ needs: build
+ steps:
+ - name: Deploy to GitHub Pages
+ id: deployment
+ uses: actions/deploy-pages@v4
diff --git a/_config.yml b/_config.yml
index 76d4eb9d206..3c9c275913a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -8,25 +8,25 @@
# /____/
#
# Title of your website
-title: 'Feeling Responsive'
+title: 'ORIGen 2025'
# The slogan describes your website and is used on homepage in
and other important places
-slogan: 'A Flexible Theme for Jekyll'
+slogan: 'Optimal Reliance and Accountability in Interactions with Generative LMs'
# The description is used on homepage and in the footer to quickly describe your website. Use a maximum of 150 characters for SEO-purposes.
-description: '»Feeling Responsive« is a responsive theme for Jekyll based on the fabulous foundation framework with beautiful typography and a bright color palette.'
+description: 'Workshop on Optimal Reliance and Accountability in Interactions with Generative LMs'
# The credits show up in the includes/_footer.html – It would be nice of you to leave a link to Phlow or Feeling Responsive as a thank you :)
-credits: 'Created with ♥ by Phlow with Jekyll based on Feeling Responsive.
'
+credits: 'Based on Feeling Responsive
'
# Main author of the website
# See > authors.yml
-author: phlow
+author: origen
# This URL is the main address for absolute links. Don't include a slash at the end.
#
-url: 'https://phlow.github.io'
-baseurl: '/feeling-responsive'
+url: 'https://origen-workshop.github.io'
+baseurl: ''
# This is for the editing function in _/includes/improve_content
# Leave it empty if your site is not on GitHub/GitHub Pages
@@ -38,7 +38,7 @@ improve_content: https://github.com/Phlow/feeling-responsive/edit/gh-pages
# Example:
# Markdown-Example for posts 
#
-urlimg: 'https://phlow.github.io/feeling-responsive/images/'
+urlimg: 'https://origen-workshop.github.io/images/'
# Logo size is 600x80 pixels
@@ -112,7 +112,7 @@ defaults:
show_meta: false # Hide metadata for all pages
# sidebar: # Possible values › left, right › by default there will be no sidebar
comments: false
- author: phlow # Default author for pages
+ author: origen # Default author for pages
-
scope:
path: ''
@@ -121,7 +121,7 @@ defaults:
show_meta: true # Show metadata for all posts
# sidebar: # Possible values › left, right › by default there will be no sidebar
comments: false
- author: phlow # Default author for posts
+ author: origen # Default author for posts
@@ -143,8 +143,8 @@ defaults:
# ___/ / /___/ /_/ /
# /____/_____/\____/ Verify Website to Webmaster Tools
-google_site_verification : 'Vk0IOJ2jwG_qEoG7fuEXYqv0m2rLa8P778Fi_GrsgEQ'
-bing_webmastertools_id : '0FB4C028ABCF07C908C54386ABD2D97F'
+# google_site_verification : 'Vk0IOJ2jwG_qEoG7fuEXYqv0m2rLa8P778Fi_GrsgEQ'
+# bing_webmastertools_id : '0FB4C028ABCF07C908C54386ABD2D97F'
# yandex_site_verification : ''
# alexa_verify_id : ''
@@ -177,9 +177,9 @@ msapplication_tilecolor : '#fabb00'
# / __/ / /_/ / /__/ __/ /_/ / /_/ / /_/ / ,<
# /_/ \__,_/\___/\___/_.___/\____/\____/_/|_| Facebook-Optimization › http://j.mp/fb_optimize
-og_image : 'http://images.phlow.de/phlow/phlow_de-logo-512x.png'
-og_locale : 'en_EN'
-og_type : 'website'
+# og_image : 'http://images.phlow.de/phlow/phlow_de-logo-512x.png'
+# og_locale : 'en_EN'
+# og_type : 'website'
# _____ _ __ __ ___ ___
@@ -191,9 +191,9 @@ og_type : 'website'
# Open _data/socialmedia.yml to adjust the left and right topbar navigation
#
-socialmedia:
- twitter : phlow
- facebook : phlow.media
+# socialmedia:
+# twitter : phlow
+# facebook : phlow.media
# ____ _
diff --git a/_data/authors.yml b/_data/authors.yml
index 491829fe669..8d7a0922c58 100644
--- a/_data/authors.yml
+++ b/_data/authors.yml
@@ -5,10 +5,10 @@
# 3. Change default post/page authors in config.yml
#
# Resource › http://blog.sorryapp.com/blogging-with-jekyll/2014/02/06/adding-authors-to-your-jekyll-site.html
-phlow: # replace this with your info
- name: "Phlow"
- siterole: "webmaster, developer, copywriter, designer"
- uri: http://phlow.de/
- email:
- twitter: "@phlow"
-# you can add more authors here
\ No newline at end of file
+origen: # replace this with your info
+ name: "ORIGen"
+ siterole: "webmaster"
+ uri: http://origen-workshop.github.io/
+ email: origenworkshop@gmail.com
+ twitter:
+# you can add more authors here
diff --git a/_data/language.yml b/_data/language.yml
index e107f3ea45b..0460bbdc161 100644
--- a/_data/language.yml
+++ b/_data/language.yml
@@ -4,9 +4,9 @@ blog_archive: "Blog Archive"
blog: "Blog"
comments_headline: "Dialogue & Discussion"
more: "More ›"
-more_articles: "More Articles"
+more_articles: "More Posts"
navigation_title: "Navigation"
-new_blog_entries: "New Blog Articles"
+new_blog_entries: "News and Announcements"
next: "Next"
next_posts: "Next Posts"
previous: "Previous"
@@ -21,4 +21,4 @@ breadcrumb_start: "Start"
edit: "Edit"
this_content_is_open_source: "This content is open source."
help_improve_it: "Help improve it"
-enter_search_term: "Enter search term and hit enter"
\ No newline at end of file
+enter_search_term: "Enter search term and hit enter"
diff --git a/_data/navigation.yml b/_data/navigation.yml
index 749b176677d..3c019f2ff35 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -1,74 +1,26 @@
-- title: Start
+- title: Home
url: "/"
side: left
-- title: Getting Started
- url: "/getting-started/"
+- title: Submissions
+ url: "/submissions/"
side: left
-- title: "Templates"
- url: "/design/"
+- title: Dates
+ url: "/dates/"
side: left
- dropdown:
- - title: "Grid & Colors"
- url: "/design/grid/"
- - title: "Typography"
- url: "/design/typography/typography/"
- - title: "Page/Post"
- url: "/design/page/"
- - title: "Post-Left-Sidebar"
- url: "/design/post-left-sidebar/"
- - title: "Post-Right-Sidebar"
- url: "/design/post-right-sidebar/"
- - title: "Page Full-Width"
- url: "/design/page-fullwidth/"
- - title: "Blog-Page"
- url: "/blog/"
- - title: "Video"
- url: "/design/video/"
- - title: "Gallery"
- url: "/design/gallery/"
- - title: "Portfolio"
- url: "/design/portfolio/"
-- title: "Header Styles"
- url: "/headers/"
+- title: Programme
+ url: "/programme/"
side: left
- dropdown:
- - title: "Header with Full-Width-Image"
- url: "/design/header-full-width-image/"
- - title: "Header with Image and Pattern"
- url: "/design/header-image-pattern/"
- - title: "Header with image and color"
- url: "/design/header-image-color/"
- - title: "Header Only With Logo"
- url: "/design/header-logo-only/"
- - title: "Header With Text"
- url: "/design/header-with-text/"
- - title: "No Header"
- url: "/design/no-header/"
- - title: "No Header but Image"
- url: "/design/no-header-but-image/"
-- title: Documentation
- url: "/documentation/"
+- title: Invited Speakers
+ url: "/speakers/"
side: left
- dropdown:
- - title: "Changelog"
- url: "/changelog/"
- - title: "Roadmap"
- url: "/roadmap/"
-- title: Blog
- url: "/blog/"
+- title: Organizers
+ url: "/organizers/"
side: left
- dropdown:
- - title: "Blog Archive"
- url: "/blog/archive/"
-
-- title: "Search"
- url: "/search/"
- side: right
- title: "Contact"
url: "/contact/"
diff --git a/_data/network.yml b/_data/network.yml
index bff834931b6..814bcf1e6b8 100644
--- a/_data/network.yml
+++ b/_data/network.yml
@@ -1,21 +1,21 @@
-- menu_name: "Dankeschön"
+# - menu_name: "Dankeschön"
-- name: "Icons by Daniel Bruce"
- url: "http://entypo.com/"
- class: "network-entypo"
- title: "Icons by Daniel Bruce"
+# - name: "Icons by Daniel Bruce"
+# url: "http://entypo.com/"
+# class: "network-entypo"
+# title: "Icons by Daniel Bruce"
-- name: "Built on Foundation"
- url: "http://foundation.zurb.com/"
- class: "services-newsletter"
- title: "Built on Foundation"
+# - name: "Built on Foundation"
+# url: "http://foundation.zurb.com/"
+# class: "services-newsletter"
+# title: "Built on Foundation"
-- name: "Images by Unsplash"
- url: "http://unsplash.com/"
- class: "rss-link"
- title: "Images by Unsplash"
+# - name: "Images by Unsplash"
+# url: "http://unsplash.com/"
+# class: "rss-link"
+# title: "Images by Unsplash"
-- name: "Using Backstretch by Scott Robbin"
- url: "http://srobbin.com/jquery-plugins/backstretch/"
- class: "sitemap-link"
- title: "Using Backstretch by Scott Robbin"
+# - name: "Using Backstretch by Scott Robbin"
+# url: "http://srobbin.com/jquery-plugins/backstretch/"
+# class: "sitemap-link"
+# title: "Using Backstretch by Scott Robbin"
diff --git a/_data/services.yml b/_data/services.yml
index d93ff220520..c8a4557b9ef 100644
--- a/_data/services.yml
+++ b/_data/services.yml
@@ -4,14 +4,14 @@
url: "/contact/"
title: "Contact"
-- name: "RSS"
- url: "/feed.xml"
- title: "Subscribe to RSS Feed"
+# - name: "RSS"
+# url: "/feed.xml"
+# title: "Subscribe to RSS Feed"
-- name: "Atom"
- url: "/atom.xml"
- title: "Subscribe to Atom Feed"
+# - name: "Atom"
+# url: "/atom.xml"
+# title: "Subscribe to Atom Feed"
-- name: "sitemap.xml"
- url: "/sitemap.xml"
- title: "Sitemap for Google Webmaster Tools"
+# - name: "sitemap.xml"
+# url: "/sitemap.xml"
+# title: "Sitemap for Google Webmaster Tools"
diff --git a/_data/socialmedia.yml b/_data/sponsors.yml
similarity index 50%
rename from _data/socialmedia.yml
rename to _data/sponsors.yml
index 7befbab361b..96b6aefd184 100644
--- a/_data/socialmedia.yml
+++ b/_data/sponsors.yml
@@ -1,22 +1,22 @@
-- name: GitHub
- url: http://github.com/phlow
- class: icon-github
- title: Code und mehr...
-
-- name: YouTube
- url: http://www.youtube.com/PhlowMedia
- class: icon-youtube
- title: "Videos, Video-Anleitungen und Filme von Phlow auf YouTube"
-
-- name: Twitter
- url: http://twitter.com/phlow
- class: icon-twitter
- title: "Immer das Neuste von Phlow gibt es auf Twitter"
-
-- name: Mixcloud
- url: http://www.mixcloud.com/phlow/
- class: icon-cloud
- title: "Mixe, was sonst?"
+ - name: COLM
+ url: https://colmweb.org
+ image: logo.svg
+ title: "COLM 2025"
+
+ - name: AIJ
+ url: https://aij.ijcai.org
+ image: ARTINT_Logo2_c_web_more.jpg
+ title: "AIJ"
+
+# - name: Twitter
+# url: http://twitter.com/phlow
+# class: icon-twitter
+# title: "Immer das Neuste von Phlow gibt es auf Twitter"
+
+# - name: Mixcloud
+# url: http://www.mixcloud.com/phlow/
+# class: icon-cloud
+# title: "Mixe, was sonst?"
# - name: Facebook
# url: http://www.facebook.com/
diff --git a/_includes/_footer.html b/_includes/_footer.html
index c5676881eff..7c5a5554f1b 100755
--- a/_includes/_footer.html
+++ b/_includes/_footer.html
@@ -8,12 +8,11 @@