Skip to content

Commit

Permalink
Updates for Sunday
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvilhuber committed Jan 19, 2025
1 parent e5e2742 commit 5ceb4c6
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 294 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ vignettes/*.pdf
.config
.local
nohup.out
*.html
20 changes: 20 additions & 0 deletions build_local.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/bin/bash
PWD=$(pwd)
repo=${PWD##*/}
dockerspace=larsvilhuber

case $USER in
vilhuber|larsvilhuber)
WORKSPACE=$PWD
;;
codespace)
WORKSPACE=/workspaces
;;
esac

# build the docker if necessary


docker pull $dockerspace/$repo

docker run -v $WORKSPACE:/project -w /project --rm $dockerspace/$repo ./_build.sh
5 changes: 5 additions & 0 deletions coffee.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Break {.flexbox .vcenter}

<img src="images/coffeecup.png" style="width: 700px; float: right; margin: 10px;" />[^creditcoffee]

[^creditcoffee]: Coffee Cup Silhouette, by GDJ, <https://openclipart.org/detail/231334/coffee-cup-silhouette>
Binary file added images/coffeecup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 11 additions & 8 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ output:
```{r, child=c('toc.md')}
```


# Before we start

## Survey!

<img src="images/aeaintern-400.png" style="width: 400px; float: right; margin: 10px;"/>

[https://tinyurl.com/aeaintern](https://tinyurl.com/aeaintern)

# Overview

## Overview {.columns-2}


Expand Down Expand Up @@ -64,14 +75,6 @@ output:



# Before we start

## Survey!

<img src="images/aeaintern-400.png" style="width: 400px; float: right; margin: 10px;"/>

[https://tinyurl.com/aeaintern](https://tinyurl.com/aeaintern)


## Code of Conduct {.smaller}

Expand Down
286 changes: 0 additions & 286 deletions index.html

This file was deleted.

4 changes: 4 additions & 0 deletions part1b.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@ You will need to find the information.

After lunch, we will talk about the report you will prepare.

```{r, child=c('coffee.md')}
```


# Data Citations

[Next](part2.html)
Expand Down
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@ background-color:#c0cbf87d;
#author {
background-color: rgba(0, 0, 255, 0.24);
}



.reveal .slides{
width: 90% !important; /* or other width */
}
/* end of customizations */
2 changes: 2 additions & 0 deletions toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
| 8:00 | Breakfast |
| 9:00 | **Introduction** |
| 10:00 | **[Reproducible practices](part1a.html)**, **[A template README](part1b.html)** |
| 10:50 | Coffee break |
| 11:00 | **[Data provenance, data citations](part2.html)** |
| 12:00 | Lunch Break |
| 13:00 | **What will you be doing in the Lab** |
| 13:30 | [Tech break](https://labordynamicsinstitute.github.io/ldilab-manual/91-setup-checklist.html) |
| 14:00 | **[Command line/Git/Markdown/Version control](part4.html)** |
| 15:00 | **[A prototypical replication report](https://labordynamicsinstitute.github.io/ldilab-manual/08-details-replication-report.html)** |
| 16:00 | **[A walkthrough of the workflow](https://labordynamicsinstitute.github.io/ldilab-manual/11-00-jira-workflow.html)**|
Expand Down

0 comments on commit 5ceb4c6

Please sign in to comment.