Skip to content

Commit

Permalink
updates build index page
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Nov 20, 2024
1 parent 4f53c1b commit e1da562
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-index-page.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const upcoming_events = [
// },
{
// Date- Thur Nov 21 at 10am-12pm.
title: `How to (try to) publish a reproducible paper`,
title: `How to publish a (hopefully) reproducible paper`,
weekday: `Thursday`,
date: `November 21`,
time: `10 AM — Noon`,
Expand Down Expand Up @@ -129,6 +129,7 @@ const past_events = [
[`Session #33 day 4`, `Intro to GitHub, Part 2`, `June 27, 2024`, `/33_SummerIntro/day4.html`, `https://github.com/flatironinstitute/sciware/tree/main/33_SummerIntro`],
[`Session #34`, `Python Packaging`, `September 26, 2024`, `/34_PyPackaging/slides.html`, `https://github.com/flatironinstitute/sciware/tree/main/34_PyPackaging`],
[`Session #35`, `Extended Intro to HPC`, `October 2, 2024`, `/35_IntroToHPC/slides.html`, `https://github.com/flatironinstitute/sciware/tree/main/35_IntroToHPC`],
[`Session #36`, `How to publish a (hopefully) reproducible paper`, `November 21, 2024`, `/36_ReproduciblePaper/slides.html`, `https://github.com/flatironinstitute/sciware/tree/main/36_ReproduciblePaper`],
];

const upcoming_events_list_items = upcoming_events.map(({ title, weekday, date, time, location, summary }) => {
Expand Down

0 comments on commit e1da562

Please sign in to comment.