This repository houses the FACTS.lab website.
To add yourself to the website, you will need to make a pull request that does three things:
- Adds your information to the
people
hash within_data/people.yml
, ensuring that the correct indentation is used. This information should include six things:name
,website
(null
if you don't have one),image
(see step 3),projects
,papers
, anddescription
. An example can be found below:
people:
...
wgantt:
name: William Gantt Walden
website: https://wgantt.github.io/
image: /assets/images/people/william-gantt-walden.jpg
projects:
- megaattitude
- decomp
- supermereo
- cdae
papers:
- gantt_event_2024
- gantt_small_2024
- gantt_multimuc_2024
- chen_unified_2023
- chen_iterative_2023
- gantt_decomposing_2022
- gantt_natural_2020
description: Will is a Research Scientist at the <a href="https://hltcoe.jhu.edu/">Human Language Technology Center of Excellence</a> at Johns Hopkins University. Will's dissertation, which he defended in 2024 under the supervision of Aaron Steven White, focused on ways of decomposing and describing the structure of events. He contributed to a number of projects during his PhD, including Decomp and MegaAttitude.
...
- Adds your identifier (e.g.
wgantt
) to thegroups
hash within_data/people.yml
, ensuring that the correct indentation is used. An example can be found below:
groups:
...
grads:
name: Graduate Researchers
members:
- han
- srichter
- cacevesrodriguez
- jvalinsky
- acao
- wchoi
- cjin
- pkuchmiichuk
...
- Adds a square image to
assets/img/people/
ndassets/img/people-big/
. You should make sure that the file name matches that found in theimage
field of the entry in_data/people.yml
.