|
3 | 3 | # ----------------------------------------------------------------------------- |
4 | 4 |
|
5 | 5 | title: blank # the website title (if blank, full name will be used instead) |
6 | | -first_name: You |
7 | | -middle_name: R. |
8 | | -last_name: Name |
| 6 | +first_name: |
| 7 | +middle_name: |
| 8 | +last_name: First Workshop for Research on Agent Language Models (REALM) at ACL 2025 |
9 | 9 | contact_note: > |
10 | 10 | You can even add a little note about which of these is the best way to reach you. |
11 | 11 | description: > # the ">" symbol means to ignore newlines until "footer_text:" |
12 | 12 | A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design. |
13 | 13 | footer_text: > |
14 | 14 | Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme. |
15 | | - Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>. |
16 | | - Photos from <a href="https://unsplash.com" target="_blank">Unsplash</a>. |
17 | | -keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty |
| 15 | +# Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>. |
| 16 | +# Photos from <a href="https://unsplash.com" target="_blank">Unsplash</a>. |
| 17 | +keywords: LLM agents, AI agents, ACL workshop # add your own keywords or leave empty |
18 | 18 | lang: en # the language of your site (for example: en, fr, cn, ru, etc.) |
19 | 19 | icon: ⚛️ # the emoji used as the favicon (alternatively, provide image name in /assets/img/) |
20 | 20 |
|
21 | | -url: https://alshedivat.github.io # the base hostname & protocol for your site |
22 | | -baseurl: /al-folio # the subpath of your site, e.g. /blog/. Leave blank for root |
| 21 | +url: https://realm-workshop.github.io # the base hostname & protocol for your site |
| 22 | +baseurl: # the subpath of your site, e.g. /blog/. Leave blank for root |
23 | 23 | last_updated: false # set to true if you want to display last updated in the footer |
24 | 24 | impressum_path: # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR |
25 | 25 | back_to_top: true # set to false to disable the back to top button |
@@ -49,10 +49,10 @@ rss_icon: true |
49 | 49 | # ----------------------------------------------------------------------------- |
50 | 50 |
|
51 | 51 | navbar_fixed: true |
52 | | -footer_fixed: true |
53 | | -search_enabled: true |
| 52 | +footer_fixed: false |
| 53 | +search_enabled: false |
54 | 54 | socials_in_search: true |
55 | | -bib_search: true |
| 55 | +bib_search: false |
56 | 56 |
|
57 | 57 | # Dimensions |
58 | 58 | max_width: 930px |
@@ -150,16 +150,16 @@ collections: |
150 | 150 | output: true |
151 | 151 | permalink: /:collection/:title/ |
152 | 152 | projects: |
153 | | - output: true |
| 153 | + output: false |
154 | 154 | permalink: /:collection/:title/ |
155 | 155 |
|
156 | 156 | announcements: |
157 | 157 | enabled: true |
158 | | - scrollable: true # adds a vertical scroll bar if there are more than 3 news items |
159 | | - limit: 5 # leave blank to include all the news in the `_news` folder |
| 158 | + scrollable: false # adds a vertical scroll bar if there are more than 3 news items |
| 159 | + limit: 3 # leave blank to include all the news in the `_news` folder |
160 | 160 |
|
161 | 161 | latest_posts: |
162 | | - enabled: true |
| 162 | + enabled: false |
163 | 163 | scrollable: true # adds a vertical scroll bar if there are more than 3 new posts items |
164 | 164 | limit: 3 # leave blank to include all the blog posts |
165 | 165 |
|
@@ -275,8 +275,8 @@ display_categories: ["external-services"] # these categories will be displayed o |
275 | 275 | # ----------------------------------------------------------------------------- |
276 | 276 |
|
277 | 277 | scholar: |
278 | | - last_name: [Einstein] |
279 | | - first_name: [Albert, A.] |
| 278 | + last_name: [] |
| 279 | + first_name: [] |
280 | 280 |
|
281 | 281 | style: apa |
282 | 282 | locale: en |
@@ -304,8 +304,8 @@ scholar: |
304 | 304 | enable_publication_badges: |
305 | 305 | altmetric: true # Altmetric badge (Customization options: https://badge-docs.altmetric.com/index.html) |
306 | 306 | dimensions: true # Dimensions badge (Customization options: https://badge.dimensions.ai/) |
307 | | - google_scholar: true # Google Scholar badge (https://scholar.google.com/intl/en/scholar/citations.html) |
308 | | - inspirehep: true # Inspire HEP badge (https://help.inspirehep.net/knowledge-base/citation-metrics/) |
| 307 | + google_scholar: false # Google Scholar badge (https://scholar.google.com/intl/en/scholar/citations.html) |
| 308 | + inspirehep: false # Inspire HEP badge (https://help.inspirehep.net/knowledge-base/citation-metrics/) |
309 | 309 |
|
310 | 310 | # Filter out certain bibtex entry keywords used internally from the bib output |
311 | 311 | filtered_bibtex_keywords: |
|
0 commit comments