Skip to content

Commit e2cf26e

Browse files
committed
update with cfp and dataset
1 parent c77e878 commit e2cf26e

16 files changed

Lines changed: 104 additions & 36 deletions

site/_config.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,17 @@
2020

2121
title: ODAI-LIB Challenge 2026
2222
subtitle: 'FSE/AIWare On-Demand Library Generation, Sun 5 - Thu 9 July 2026 Montreal, Canada'
23-
email: your-email@example.com
2423
description: >- # this means to ignore newlines until "baseurl:"
25-
Write an awesome description for your new site here. You can edit this
26-
line in _config.yml. It will appear in your document head meta (for
27-
Google search results) and in your feed.xml site description.
28-
twitter_username: jekyllrb
24+
The ODAI-LIB Challenge 2026 (On-Demand Libraries: Prompting to Generate an Ecosystem Library) is a competition held as part of the FSE-AIWare 2026 Competition Track. The challenge explores how generative AI techniques can be used to dynamically generate software libraries on demand, addressing challenges related to software ecosystem dependencies, security vulnerabilities, and maintenance overhead.
25+
# twitter_username: jekyllrb
2926
github_username: odai-lib
3027

28+
header_pages:
29+
- call.md
30+
- accepted-submissions.md
31+
- program-committee.md
32+
- organising-committee.md
33+
3134
nav-links:
3235
- title: FSE 2026
3336
url: https://conf.researchr.org/home/fse-2026
@@ -36,6 +39,7 @@ nav-links:
3639
theme: minima
3740
plugins:
3841
- jekyll-feed
42+
accent_color: "#DF4C20"
3943

4044
# baseurl: "" # the subpath of your site, e.g. /blog # leave commented out if no subpath
4145
url: "" # the base hostname & protocol for your site, e.g. http://example.com

site/_includes/head.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!--Copied from Minima-2.5.2-->
2+
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
{%- seo -%}
8+
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
9+
{%- feed_meta -%}
10+
{%- if jekyll.environment == 'production' and site.google_analytics -%}
11+
{%- include google-analytics.html -%}
12+
{%- endif -%}
13+
14+
<link
15+
rel="apple-touch-icon"
16+
sizes="180x180"
17+
href="{{'/assets/images/icon/apple-touch-icon.png' | relative_url }}"
18+
>
19+
<link
20+
rel="icon"
21+
type="image/png"
22+
sizes="32x32"
23+
href="{{'/assets/images/icon/favicon-32x32.png' | relative_url }}"
24+
>
25+
<link
26+
rel="icon"
27+
type="image/png"
28+
sizes="16x16"
29+
href="{{'/assets/images/icon/favicon-16x16.png' | relative_url }}"
30+
>
31+
<link rel="manifest" href="{{'/assets/images/icon/site.webmanifest' | relative_url }}">
32+
<link rel="shortcut icon" href="{{'/assets/images/icon/favicon.ico' | | relative_url }}">
33+
<meta name="msapplication-TileColor" content="#da532c">
34+
<meta name="msapplication-config" content="{{'/assets/images/icon/browserconfig.xml' | relative_url }}">
35+
<meta name="theme-color" content="#ffffff">
36+
</head>

site/_includes/header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<div class="wrapper">
66
{%- assign default_paths = site.pages | map: "path" -%}
77
{%- assign page_paths = site.header_pages | default: default_paths -%}
8+
<image src="{{'/assets/images/favicon.png' | relative_url }}" alt="ODAI Logo" class="site-logo"/>
89
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
910
{%- if site.subtitle -%}
1011
<br><span class="site-subtitle">{{ site.subtitle | escape }}</span>

site/accepted-submissions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: page
3+
title: Accepted Submissions
4+
---
5+
6+
Coming soon.

site/assets/images/favicon.png

70.9 KB
Loading
43.8 KB
Loading
211 KB
Loading
39.2 KB
Loading
863 Bytes
Loading
2.35 KB
Loading

0 commit comments

Comments
 (0)