Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
YzyLmc committed Dec 18, 2023
1 parent c969bd7 commit 40593ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.

title: Sniffle Workshop
title: Brown Robotics Talks
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for the workshop site here. You can edit this
Expand All @@ -38,11 +38,11 @@ plugins:
# this and add the path to the pages in order as they should show up
header_pages:
- index.md
- speakers.md
- organizers.md
- callforpapers.md
# - speakers.md
# - organizers.md
# - callforpapers.md
- schedule.md
- papers.md
# - papers.md
- contactus.md

# # Specify the name of a file to show as a masthead graphic at the top of each page, instead of a title, here:
Expand Down
17 changes: 2 additions & 15 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,7 @@
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults

permalink: /
title: Home
title: About
layout: home
---

Hi there! Here's the lazy grad student's template for workshop webpages. I put this together to help automate mundane tasks with conventional workshop webpages - curating lists of speakers and/or organizers, schedules, and submitted/accepted papers. Here's a completely unrelated picture adapted from "Machine Learning & Artificial Intelligence" by `mikemacmarketing`; licensed under CC BY 2.0:

![](assets/img/banner.jpg)

The theme is quite easy to use if you're familiar with Jekyll. The following collections are implemented:
1. **Speakers**: Curate a [speaker list like this one](speakers) from a set of markdown files, one per speaker. Crops and displays images if available. Adds a short bio. See files in the `_speakers` directory for examples.
2. **Organizers**: Curate an organizer list from a set of markdown files, one per organizer. See files in the `_organizers` directory for examples.
3. **Schedule**: Curate a [schedule like this](schedule) from a set of markdown files, one per event (talk, panel, break, etc.). See files in the `_schedule` directory for examples. Schedule items are sorted by a `sequence_id` attribute.
4. **Papers**: Curate a [list of papers like this](papers) from a bunch of markdown files, one per paper. See files in the `_papers` directory for examples. Papers are sorted by a `sequence_id` attribute if specifed (else they are listed alphabetically).

> **NOTE:** The best way to use these is to turn feature on or off by editing the `collections` attribute in `_config.yml`.
If you experience issues or have cool features to add, feel free to [fork this template]().
Brown Robotics Talks consists of BigAI talks and lab talks (CIT 115). From spring 2024, this website is created to track both talk series. All confirmed schedule will be posted, together with recordings of past talks (you'll need a Brown account to access the recordings).

0 comments on commit 40593ee

Please sign in to comment.