-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
211 lines (173 loc) · 7.42 KB
/
Copy path_config.yml
File metadata and controls
211 lines (173 loc) · 7.42 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
# Configuration ###############################################################
#
# This file contains the configuration of the AI ABCs course webpage!
# The first section contains items that either must or should be filled out for
# each workshop; the remainder of the file contains items that should probably
# not be changed.
# Always Edit -----------------------------------------------------------------
#
# Most of the configuration items in this section need to be updated for
# every workshop website. It is recommended that you go through each of these
# each time you use the template.
# The base URL of the github IO page.
# This should be the name of this github repository preceded by a /
# character. For example, for the repo located at
# https://github.com/uwescience/ai-abcs_2025-10-27, this would be:
# baseurl: /ai-abcs_2025-10-27
baseurl: "/ai-abcs_2026-06-01-uw"
# The course contact email.
# This is currently only listed on the code-of-conduct page as one of the ways
# to report a CoC violation.
# Please note, however, that if you are running a workshop outside of eScience
# you need to manually change the code-of-conduct.md page to reflect your
# code of conduct and reporting mechanisms.
contact:
name: Mark Welden-Smith
email: mweldens@uw.edu
# The dates of the course in plain language.
# For example, the pilot AI ABC's program used this datestring:
# datestring: Oct. 27–30 (Mon.–Thu.), 2025
datesstring: June 1st–4th (Mon.–Thu.), 2026
# The verbose start date of the course in plain language.
# For example, Monday October 27th.
firstdate: Monday June 1st
# The verbose last date of the course in plain language.
# For example, Thursday October 30th.
lastdate: Thursday June 4th
# The attendance modality the course is using.
# This can be any of the following:
# attendance: online
# attendance: in-person
# attendance: hybrid
attendance: in-person
# Instructors.
# This should be a list of each instructor, including email addresses, github
# ID, and a photo URL; all of these are optional. If photo is excluded but
# github is included, the github profile picture is used.
# There's no photo in the example, but note that for a photo, it needs to be
# a full https://... URL; if you use a local URL, it needs to start with
# /<baseurl>, e.g., /ai-abcs_2025-10-27/images/logo.svg, not images/logo.svg.
instructors:
- name: Noah C. Benson
url: https://nben.net/
div: eScience Institute
org: University of Washington
email: nben@uw.edu
github: noahbenson
# - name: second instructor name
# email: instructor2@uw.edu
# github: instructor2
# Helpers
# This should be a list of helpers just like the instructors list. If empty,
# it won't be included.
helpers:
# Administrators
# This should be a list of administrators just like the instructors and helpers
# lists. If empty, it won't be included.
admin:
- name: Mark Welden-Smith
div: eScience Institute
org: University of Washington
email: mweldens@uw.edu
github: markweldensmith
# Registration information
# The cost of the event and the link to a site where they can register.
registration:
cost: $10.00
link: https://forms.gle/xKsaZ1dTywXxMsJs6
# Sometimes Edit --------------------------------------------------------------
#
# These configuration items probably don't need to change every time, but they
# get changed sometimes.
# The time of the course.
# For example, the pilot AI ABC's program used this timestring, which is when
# we do most of our SWC-like workshops:
# timestring: 9:00am–noon
timestring: 9:00–noon
# The physical location where the workshop is being held.
# If blank, no location will be given (for example, if you want to send the
# location only after registration).
location: |
the WRF Data Science Studio on the 6th floor of the Physics/Astronomy Tower
at the University of Washington
# A google-map link to the location, if desired.
# If blank, no link is included.
loclink: https://maps.app.goo.gl/RMzp9vGYJ4XfXv7d8
# Rarely Edit -----------------------------------------------------------------
#
# If you're using this template outside of UW eScience, then you will likely
# need to edit several of these, and you may want to create your own fork of
# this template repo with your custom values.
# Otherwise, these configuration items might occasionally need to be updated,
# but they probably don't need to be updated for a typical workshop (at least
# for UW eScience).
# The name used in the title of the webpage.
title: The A.I. ABCs
# The URL of the AI ABCs Jupyter Book.
bookurl: https://noahbenson.github.io/AI-ABCs
# The name of the department/division that is putting on the workshop. You can
# leave this blank to exclude mention of a department.
# div_name: the Department of Data Science
divname: the eScience Institute
# The URL of the department/division. If blank, there won't be a link in the
# footer for the division name.
divurl: https://escience.washington.edu/
# The logo of the department/division. If blank, then this won't be included
# in the footer of the website. This must be a file in this repository, and
# the address should be relative to the baseurl. For example, if the cloned
# github repo is uwescience/ai-abcs_2025-10-27 and the file is in the repo as
# /_static/logo.svg, then this setting should be _static/logo.svg, and the
# logo file will be publicly exposed as
# https://uwescience.github.io/ai-abcs_2025-10-27/_static/logo.svg---in other
# words, don't include the ai-abcs_2025-10-27 in this address.
divlogo: images/escience-logo.png
# The name of the organization that is putting on the workshop. You can leave
# this blank to exclude mention of an organization. If you provide only one of
# the divname and the orgname, it will use that one; if you provide neither,
# then no sponsor is noted.
orgname: the University of Washington
# The URL for the organization.
orgurl: https://washington.edu/
# The logo of the organization. See the comments on the divlogo setting above
# for information on how to specify this.
orglogo: images/washington-logo.png
# The URL for this website (Used for Sitemap.xml).
url: http://uwescience.github.io
# URL for the AI ABCs logo/avatar image.
avatar: https://noahbenson.github.io/AI-ABCs/_static/logo.svg
# The theme we use:
remote_theme: pages-themes/cayman@v0.2.0
show_downloads: false
# Enter a Google Analytics web tracking code (e.g. UA-2110908-2) to activate
# tracking.
google_analytics:
# Static Configuration --------------------------------------------------------
#
# Don't change the items below this line unless you know what you're doing.
permalink: /:title/
# The release of Jekyll Now that you're using
version: v3.1.0
# Jekyll 3 now only supports Kramdown for Markdown
kramdown:
# Use GitHub flavored markdown, including triple backtick fenced code blocks
input: GFM
# Jekyll 3 and GitHub Pages now only support rouge for syntax highlighting
syntax_highlighter: rouge
syntax_highlighter_opts:
# Use existing pygments syntax highlighting css
css_class: 'highlight'
# Set the Sass partials directory, as we're using @imports
sass:
style: :expanded # You might prefer to minify using :compressed
# Use the following plug-ins
plugins:
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
- jekyll-feed # Create an Atom feed using the official Jekyll feed gem
- jekyll-remote-theme
# Exclude these files from your production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME