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.
content/project/osre24/ORGANIZATION/PROJECTNAME
directory or copy it from previous year's content/project/osre23/ORGANIZATION/PROJECTNAME
index.md
and the project's image (featured.png
or featured.jpg
) index.md
fill in the frontmatter (see example):title:
, date:
and lastmod:
, using one of the formats 2022-05-27
(day only), 2022-05-27T07:32:00
(with time), 1979-05-27T00:32:00-07:00
(UTC-7 timezone), or 2022-05-27T07:32:00Z
(UTC timezone). Note that projects dated in the future will not display.authors:
, using either names in quotes or user names (see below for instructions on how to add user names)"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.### ...
and add a list of essential information that includes topics, skills, difficulty, size (175 vs 350 hours), and mentors.Mentors are welcome to add information about themselves (see example):
/content/authors/USER
directory._index.md
file from another user and update it (see example)user_groups:
add either - University of California Mentors
or - Summer of Reproducibility Mentors
(or both).The website has five "lists":
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 (tag osre
) and SoR News (tag sor
).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. tag osre22
or osre23
) and whether the project is a UC mentor project (tag uc
) or a reproducibility project (tag reproducibility
) or both. Additional tags describing project topics are encouraged and show up in the OSRE tag cloud (across all years and organizations).content/authors
) include administrators and OSRE mentors. There are three user_groups
: Administration
, University of California Mentors
, and Summer of Reproducibility Mentors
. Authors can belong to more than one group.content/report
) are authored by OSRE contributors and will appear in the "Student Pages" section on the OSRE page.content/event
) lists the annual symposia (and possibly additional major events). The content/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:
/content/osre
to /content/osre23
(/content/osre
contains always the newest edition, /content/osre23
is the archived edition)content/osre
projects and reports lists:
content/osre/studentpages.md
update tag: [osre24]
content/osre/projects.md
update tag: [osre24]
/content/osre/studentpages.md
update subtitle: "Go to [last year's student pages](/osre23/#studentpages)"
/content/osre23/studentpages.md
update subtitle: "Return to [new student pages](/osre/#studentpages)"
/content/osre/projects.md
update subtitle: "Go to [last year's projects](/osre23/#projects)"
/content/osre23/projects.md
update subtitle: "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
with subtitle: "Go to [2023 projects](/osre23/#projects) or return to [new projects](/osre/#projects)"
)/content/osre/timeline.md
update subtitle: "Go to [last year's timeline](/osre23/#timeline)"
/content/osre23/timeline.md
update subtitle: "Return to [new timeline](/osre/#timeline)"
/content/report/osre23/ucsc/admin/20221106-admin
to /content/report/osre24/ucsc/admin/20231006-admin
and update tags in index.md
of that directory:
osre23
with osre24
/content/osre23/intro.md
cta link url: '/osre23/#projects'
/content/osredocs
files for mentors, students, and mentor FAQs for OSRE 2024./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.