-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca55fed
commit efe5fc1
Showing
13 changed files
with
4,367 additions
and
34 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,2 +1,5 @@ | ||
# rum_umc | ||
|
||
# About us | ||
|
||
This is the website material for the R user meet-up for [Amsterdam UMC](https://www.amsterdamumc.org/en/organization/amsterdam-umc.htm) (RUM-UMC). | ||
|
||
You can view the website [here](https://langtonhugh.github.io/rum_umc/). |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
title: "About RUM-UMC" | ||
--- | ||
|
||
This is the webpage for RUM-UMC, the R user meet-up for Amsterdam UMC. The goal of the group is to connect fellow R enthusiasts from across the university, share our knowledge, refine best practices, learn new stuff and have fun. | ||
This is the webpage for RUM-UMC, the R user meet-up for [Amsterdam UMC](https://www.amsterdamumc.org/en/organization/amsterdam-umc.htm). The goal of the group is to connect fellow R enthusiasts from across the university, share our knowledge, refine best practices, learn new stuff and have fun. | ||
|
||
Anyone is welcome to join the meet-ups, from beginners to seasoned pros. If you'd like to present something or raise a topic for discussion, please [get in touch](mailto:[email protected]). | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -2213,7 +2213,7 @@ <h3>${suggestion.title}</h3> | |
--heading-size: 0.6rem; | ||
--heading-color: rgba(0, 0, 0, 0.5); | ||
--body-size: 0.8rem; | ||
--body-color: rgba(0, 0, 0, 0.8); | ||
--body-color: #d14200; | ||
} | ||
|
||
/*-- ARTICLE TABLE OF CONTENTS --*/ | ||
|
@@ -2234,9 +2234,9 @@ <h3>${suggestion.title}</h3> | |
/* These properties only apply to Distill sites and blogs */ | ||
|
||
.distill-site-header { | ||
--title-size: 18px; | ||
--title-size: 42px; | ||
--text-color: rgba(255, 255, 255, 0.8); | ||
--text-size: 15px; | ||
--text-size: 20px; | ||
--hover-color: white; | ||
--bkgd-color: #d14200; | ||
} | ||
|
@@ -2461,7 +2461,7 @@ <h1>About RUM-UMC</h1> | |
|
||
|
||
<div class="d-article"> | ||
<p>This is the webpage for RUM-UMC, the R user meet-up for Amsterdam UMC. The goal of the group is to connect fellow R enthusiasts from across the university, share our knowledge, refine best practices, learn new stuff and have fun.</p> | ||
<p>This is the webpage for RUM-UMC, the R user meet-up for <a href="https://www.amsterdamumc.org/en/organization/amsterdam-umc.htm">Amsterdam UMC</a>. The goal of the group is to connect fellow R enthusiasts from across the university, share our knowledge, refine best practices, learn new stuff and have fun.</p> | ||
<p>Anyone is welcome to join the meet-ups, from beginners to seasoned pros. If you’d like to present something or raise a topic for discussion, please <a href="mailto:[email protected]">get in touch</a>.</p> | ||
<div class="sourceCode" id="cb1"><pre class="sourceCode r distill-force-highlighting-css"><code class="sourceCode r"></code></pre></div> | ||
<!--radix_placeholder_article_footer--> | ||
|
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
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
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
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
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
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
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,5 +1,5 @@ | ||
--- | ||
title: "RUM-UMC" | ||
title: " " | ||
site: distill::distill_website | ||
listing: posts | ||
--- |
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