generated from pythonhealthdatascience/stars_reproduction_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(logbook): add day 1 and remove template
- Loading branch information
1 parent
523ae6a
commit 226be82
Showing
2 changed files
with
42 additions
and
53 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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
title: "Day 1" | ||
author: "Amy Heather" | ||
date: "2024-07-31" | ||
categories: [setup, read, scope] | ||
bibliography: ../../../quarto_site/references.bib | ||
--- | ||
|
||
::: {.callout-note} | ||
|
||
Set-up repository, read article, and planned scope. Total time used: Xh Xm (X%) | ||
|
||
::: | ||
|
||
## 15.46-16.06: Set-up repository | ||
|
||
* Create repository from template | ||
* Set up environment | ||
* Modified template files: | ||
* `README.md` | ||
* quarto site `index.qmd` | ||
* `CITATION.cff` | ||
* `_quarto.yml` | ||
* Set up site on GitHub pages (`quarto publish gh-pages`) | ||
|
||
## Timings | ||
|
||
```{python} | ||
import sys | ||
sys.path.append('../') | ||
from timings import calculate_times | ||
# Minutes used prior to today | ||
used_to_date = 0 | ||
# Times from today | ||
times = [ | ||
('10.00', '10.20'), | ||
('10.20', '10.33')] | ||
calculate_times(used_to_date, times) | ||
``` |
This file was deleted.
Oops, something went wrong.