-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from RConsortium/Past_events
Edit events page
- Loading branch information
Showing
8 changed files
with
45 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,18 @@ | ||
|
||
## Past R/Medicine Conferences | ||
|
||
![](images/RM2023.png){width=50% height=25%} | ||
|
||
|
||
* [2023](https://events.linuxfoundation.org/r-medicine/contact-us/) | ||
* [2022](https://events.linuxfoundation.org/archive/2022/r-medicine/) | ||
* [2021](https://r-medicine-2021.netlify.app/) | ||
* [2020](https://events.linuxfoundation.org/archive/2020/r-medicine/) | ||
|
||
|
||
![](images/RM2019.png){width=50% height=25%} | ||
|
||
* [2019](https://r-medicine-2019.netlify.app/) | ||
|
||
![](images/RM2018.png){width=50% height=25%} | ||
|
||
* [2018](https://r-medicine-2018.netlify.app/) | ||
|
||
|
||
|
||
:::: {.columns} | ||
|
||
::: {.column width="45%"} | ||
#### VIDEOS | ||
|
||
[![To experience the best of this year’s event, be sure to watch session recordings, available on the R Consortium YouTube Channel.](images/video){height="75"}](https://youtube.com/playlist?list=PL4IzsxWztPdlpR3NqGzUI01M4_jqzIWqo) | ||
|
||
|
||
::: | ||
|
||
::: {.column width="10%"} | ||
<!-- empty column to create gap --> | ||
--- | ||
title: "Past R/Medicine Conferences" | ||
listing: | ||
id: events-listing | ||
contents: | ||
- "metadata.yml" | ||
type: grid | ||
fields: [date, title, image] | ||
sort: "date desc" | ||
image-height: 100% | ||
page-layout: full | ||
title-block-banner: "#330033" | ||
title-block-banner-color: "white" | ||
title-block-style: default | ||
--- | ||
|
||
::: {#events-listing} | ||
::: | ||
|
||
::: {.column width="45%"} | ||
#### PRESENTATIONS | ||
|
||
[![Review session slides from speakers who provided them via the event schedule.](images/slide-show){height="75"}](https://rmed2023a.sched.com/) | ||
::: | ||
|
||
:::: | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
- title: "R/Medicine 2023" | ||
date: 2023-06-05 | ||
image: ./images/events/2023.png | ||
path: https://events.linuxfoundation.org/r-medicine/contact-us/ | ||
playlist: https://www.youtube.com/playlist?list=PL4IzsxWztPdlpR3NqGzUI01M4_jqzIWqo | ||
- title: "R/Medicine 2022" | ||
date: 2022-08-23 | ||
image: ./images/events/2022.png | ||
path: https://events.linuxfoundation.org/archive/2022/r-medicine/ | ||
playlist: https://www.youtube.com/playlist?list=PL4IzsxWztPdmSeucR67EH_8_hzldqYZX4 | ||
- title: "R/Medicine 2021" | ||
date: 2021-08-24 | ||
image: ./images/events/2021.png | ||
path: https://r-medicine-2021.netlify.app/ | ||
playlist: https://www.youtube.com/watch?v=sM9GEAm6Uew&list=PL4IzsxWztPdmHxCpS_c2l_jbMfrywWciZ | ||
- title: "R/Medicine 2020" | ||
date: 2020-08-27 | ||
image: ./images/events/2020.png | ||
path: https://events.linuxfoundation.org/archive/2020/r-medicine/ | ||
playlist: https://www.youtube.com/watch?v=vE-oMxWYgIo&list=PL4IzsxWztPdljYo7uE5G_R2PtYw3fUReo | ||
- title: "R/Medicine 2019" | ||
date: 2019-09-12 | ||
image: ./images/events/2019.png | ||
path: https://r-medicine-2019.netlify.app/ | ||
- title: "R/Medicine 2018" | ||
date: 2018-09-07 | ||
image: ./images/events/2018.png | ||
path: https://r-medicine-2018.netlify.app/ |