A project serves as the context for one or more project ideas. Each project is represented as a web page with project information and ideas. Projects and their updates are subject to review of the OSRE administrators.
- Option A: email OSRE administrators
- Option B (via git):
- Fork git repository
- Create
content/project/osre24/ORGANIZATION/PROJECTNAME
directory or copy it from previous year'scontent/project/osre23/ORGANIZATION/PROJECTNAME
- In that directory create/update
index.md
and the project's image (featured.png
orfeatured.jpg
) - In
index.md
fill in the frontmatter (see example):- Add the project's title in
title:
, - Date the project entry with
date:
andlastmod:
, using one of the formats2022-05-27
(day only),2022-05-27T07:32:00
(with time),1979-05-27T00:32:00-07:00
(UTC-7 timezone), or2022-05-27T07:32:00Z
(UTC timezone). Note that projects dated in the future will not display. - Include a list of
authors:
, using either names in quotes or user names (see below for instructions on how to add user names) - IMPORTANT: set a list of tags that include
"osre23"
and either"uc"
or"reproducibility"
or both, depending on whether your project has a mentor affiliated with a UC campus or associated national lab (LBL, LANL, LLNL), or is a Summer of Reproducibility project. Feel free to add additional tags. - Below the frontmatter start with a description of the project and include links to the project's webpage.
- Add each project idea with level-3 header, i.e.,
### ...
and add a list of essential information that includes topics, skills, difficulty, size (175 vs 350 hours), and mentors.
- Add the project's title in
- Make a pull request.
Mentors are welcome to add information about themselves (see example):
- Option A: email OSRE administrators
- Include name, title, affiliations, email, short bio, github profile (if applicable), whether you are UC or Summer of Reproducibility mentor (or both), and, optionally, photo, web page and social media links.
- Option B (via git):
- Fork git repository (or combine with pull request of adding/updating a project above)
- Create
/content/authors/USER
directory. - In that directory copy an
_index.md
file from another user and update it (see example)- Many icons are available (see documentation)
- IMPORTANT: Under
user_groups:
add either- University of California Mentors
or- Summer of Reproducibility Mentors
(or both). - The bio and any other information goes below the frontmatter.
The website has five "lists":
- Posts: (under
content/post
) include Programs (category: programs
) named after their program name, and the OSPO Blog items (category: news
) named after their posting date (yyyymmdd
) with tags that determine whether news items are also appearing in OSRE News (tagosre
) and SoR News (tagsor
). - Projects: (under
content/project
) are filed in a directory hierarchy with year at the top (e.g.osre22
,osre23
) and organization for each year. This directory hierarchy avoids name collisions of project names between years and organizations but the website build process does not assign any further meaning to it. Instead, tags determine in which year a project shows up (e.g. tagosre22
orosre23
) and whether the project is a UC mentor project (taguc
) or a reproducibility project (tagreproducibility
) or both. Additional tags describing project topics are encouraged and show up in the OSRE tag cloud (across all years and organizations). - Authors (under
content/authors
) include administrators and OSRE mentors. There are threeuser_groups
:Administration
,University of California Mentors
, andSummer of Reproducibility Mentors
. Authors can belong to more than one group. - Reports: (under
content/report
) are authored by OSRE contributors and will appear in the "Student Pages" section on the OSRE page. - Events: (under
content/event
) lists the annual symposia (and possibly additional major events). Thecontent/event/_index.md
is showing the upcoming event (or the past event if there is no upcoming event yet) and a call-to-action button to register (or to watch the recording of the past event). The list items are past events named by their event date.
To archive the current year (e.g. 2023) and start a new OSRE edition:
- Copy
/content/osre
to/content/osre23
(/content/osre
contains always the newest edition,/content/osre23
is the archived edition) - Update tags in
content/osre
projects and reports lists:- In
content/osre/studentpages.md
updatetag: [osre24]
- In
content/osre/projects.md
updatetag: [osre24]
- In
- Update links to previous year and back to new year
- For Student Pages:
- In
/content/osre/studentpages.md
updatesubtitle: "Go to [last year's student pages](/osre23/#studentpages)"
- In
/content/osre23/studentpages.md
updatesubtitle: "Return to [new student pages](/osre/#studentpages)"
- In
- For Projects:
- In
/content/osre/projects.md
updatesubtitle: "Go to [last year's projects](/osre23/#projects)"
- In
/content/osre23/projects.md
updatesubtitle: "Go to [2022 projects](/lastosre) or return to [new projects](/osre/#projects)"
(2022 projects are under/lastosre
because that was still under CROSS. When archiving OSRE 2024, update/content/osre24/projects.md
withsubtitle: "Go to [2023 projects](/osre23/#projects) or return to [new projects](/osre/#projects)"
)
- In
- For Timelines:
- In
/content/osre/timeline.md
updatesubtitle: "Go to [last year's timeline](/osre23/#timeline)"
- In
/content/osre23/timeline.md
updatesubtitle: "Return to [new timeline](/osre/#timeline)"
- In
- For Student Pages:
- Copy
/content/report/osre23/ucsc/admin/20221106-admin
to/content/report/osre24/ucsc/admin/20231006-admin
and update tags inindex.md
of that directory:- Update title to OSRE 2024
- Replace all
osre23
withosre24
- Update
/content/osre23/intro.md
cta linkurl: '/osre23/#projects'
- Update
/content/osredocs
files for mentors, students, and mentor FAQs for OSRE 2024. - Copy
/content/sor
to/content/sor23
, make 2024 updates to/content/sor
, and update SoR links in/content/oser23/osre23.md
to/sor23
and vice versa.
This website is based on Hugo Blox, a website framework using Hugo that can be deployed with GitHub and Netlify. The theme of the OSPO website is the Research Group Theme.