Skip to content

Commit fd7d5e9

Browse files
committed
Removing sample data, displaying application info
1 parent 79d5a23 commit fd7d5e9

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

_data/conf.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -295,14 +295,14 @@ angel-fund:
295295
url: ''
296296

297297
diversity-scholarship-applications:
298-
show: false
298+
show: true
299299
url: '/general-info/scholarships#how-to-apply'
300300
url-text: 'How to Apply'
301-
end-day: 'Monday'
302-
end-date: ''
301+
end-day: 'Friday'
302+
end-date: '2023-01-13'
303303
end-time: ''
304-
notification-date: ''
305-
apply-url: ''
304+
notification-date: '2023-01-22'
305+
apply-url: 'https://forms.gle/m3ePcbbCRiYNts2s6'
306306
committee-wiki-url: ''
307307
max-scholarship-award: ''
308308
max-international-award: ''

_data/scholarship-recipients.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
- name: Sample Person
2-
bio: ""
3-
twitter_handle: "sample"

general-info/scholarships.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ <h2 id="recipients">{{year}} Code4Lib Scholarship Recipients</h2>
111111
<div class="container-fluid">
112112
<div class="row">
113113
<div class="col-12">
114-
<h2>Accepting Applications Now!</h2>
114+
<h2>2023 Code4Lib Scholarship Application</h2>
115115
<p>
116-
The <a href="{{ site.data.conf.committee-wiki-url }}">{{ site.data.conf.year }} Diversity Scholarship Committee</a> hopes to award multiple scholarships, based on merit and need. Each scholarship will cover up to {{ site.data.conf.diversity-scholarship-applications.max-scholarship-award }} for {% if site.data.conf.online-only-conference == false %}travel costs, lodging, and {% endif %}conference fees for selected applicants from North America - with the potential for a few international scholarships of up to {{ site.data.conf.diversity-scholarship-applications.max-international-award }}. The scholarship will cover conference registration {% if site.data.conf.online-only-conference == false %}and hotel accommodations{% endif %} up front to scholarship awardees.{% if site.data.conf.online-only-conference == false %} Other incidentals like travel and meals may be reimbursed based on the amount awarded. Reimbursement will be managed independently at the conference. Pairing up housing with other scholarship awardees or conference attendees may also be accommodated.{% endif %}
117-
118-
</p>
119-
<p>
120-
<strong>The deadline for applications is {{ site.data.conf.diversity-scholarship-applications.end-day}} {{ site.data.conf.diversity-scholarship-applications.end-date | date: '%B %-d, %Y'}} at {{ site.data.conf.diversity-scholarship-applications.end-time}}</strong> (<a href="#how-to-apply">see below for more details</a>).
116+
The <a href="{{ site.data.conf.committee-wiki-url }}">{{ site.data.conf.year }}
117+
Scholarship Committee</a> is pleased to announce that the application for Code4Lib 2023
118+
conference Diversity Scholarship is open now. The deadline to submit your application
119+
is, {{ site.data.conf.diversity-scholarship-applications.end-day}}
120+
{{ site.data.conf.diversity-scholarship-applications.end-date | date: '%B %-d, %Y'}}.
121121
</p>
122122
<p>
123123
Please contact <a href="mailto:{{site.data.conf.scholarship-contact-email}}">{{site.data.conf.scholarship-contact-email}}</a> with any questions. We want to ensure that financial issues do not discourage anyone from applying to this award. The scholarship committee will notify all applicants by <strong>{{ site.data.conf.diversity-scholarship-applications.notification-date | date: '%B %-d, %Y'}}</strong>, regardless of award results.
@@ -194,7 +194,7 @@ <h2>How to Apply</h2>
194194
Your application will be confidential. Application materials will be stored in a Google Drive folder with access restricted to Scholarship Committee members. If you are selected to receive a scholarship, you will be asked to provide a brief bio which will be featured on the conference website.
195195
</p>
196196
<p>
197-
The application deadline is <strong>{{ site.data.conf.diversity-scholarship-applications.end-day}} {{ site.data.conf.diversity-scholarship-applications.end-date | date: '%B %-d, %Y'}} at {{ site.data.conf.diversity-scholarship-applications.end-time}}</strong>.
197+
The application deadline is <strong>{{ site.data.conf.diversity-scholarship-applications.end-day}} {{ site.data.conf.diversity-scholarship-applications.end-date | date: '%B %-d, %Y'}}{% if site.data.conf.diversity-scholarship-applications.end-time != '' %} at {{ site.data.conf.diversity-scholarship-applications.end-time}}{% endif %}</strong>.
198198
</p>
199199
<p>
200200
The scholarship committee will notify all applicants by <strong>{{ site.data.conf.diversity-scholarship-applications.notification-date | date: '%B %-d, %Y'}}</strong>, regardless of award results.

0 commit comments

Comments
 (0)