-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
45 lines (38 loc) · 875 Bytes
/
_config.yml
File metadata and controls
45 lines (38 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Workshop Site Settings
title: "EvalEval 2024"
description: "A NeurIPS 2024 workshop on best practices for measuring the broader impacts of generative AI systems"
year: 2024
# Site settings
baseurl: "/"
url: "https://evaleval.github.io"
emoji_favicon: "💡"
# Author settings
# author: "Workshop Organizing Committee"
# Submission settings
submission_url: "https://openreview.net/group?id=NeurIPS.cc/2024/Workshop/EvalEval"
# Build settings
markdown: kramdown
relative_links:
enabled: true
collections: true
# Navigation settings
nav_pages:
- index.md
- call-for-papers.md
- accepted-papers.md
- schedule.md
- speakers.md
- organizers.md
- whats-next.md
# Colors
color_scheme: blue
# Exclude from processing
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- README.md