You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
6
6
---
7
7
8
-
Here are the steps and information to add a new GitHub repository to the [Zipkin Lab Code Archive](https://zipkinlab.github.io/) front-face page, if you are one of the 'GitHub people'.
8
+
Here are the steps and information to add a new GitHub repository to the <ahref="https://zipkinlab.github.io/"style="color: #077907ff;">Zipkin Lab Code Archive</a> front-face page, if you are one of the 'GitHub people'.
9
9
10
-
The lab archive is the website where all our code and data can 'live through eternity', and where we can direct people who ask about our analysis or data. The [Lab Code Archive](https://github.com/zipkinlab/zipkinlab.github.io)is a single repository that lives within the [Zipkin Lab's GitHub](https://github.com/zipkinlab)page. It creates and links the [Zipkin Lab Archive website](https://zipkinlab.github.io/) to all other repositories that are stored in the lab GitHub.
10
+
The lab archive is the website where all our code and data can 'live through eternity', and where we can direct people who ask about our analysis or data. The <ahref="https://github.com/zipkinlab/zipkinlab.github.io"style="color: #077907ff;">Lab Code Archive</a> is a single repository that lives within the <ahref="https://github.com/zipkinlab"style="color: #077907ff;">Zipkin Lab's GitHub</a> page. It creates and links the <ahref="https://zipkinlab.github.io/"style="color: #077907ff;">Zipkin Lab Archive website</a> to all other repositories that are stored in the lab GitHub.
@@ -19,7 +19,7 @@ The lab archive is the website where all our code and data can 'live through ete
19
19
20
20
### 1 - Fork personal repository to Zipkin Lab GitHub
21
21
22
-
All repositories should be on the [Zipkin Lab GitHub](https://github.com/zipkinlab) and linked from there (not from personal GitHub accounts) to the front-facing page. So step one is **forking** someone's repository into it.
22
+
All repositories should be on the <ahref="https://github.com/zipkinlab"style="color: #077907ff;">Zipkin Lab GitHub</a> and linked from there (not from personal GitHub accounts) to the front-facing page. So step one is **forking** someone's repository into it.
23
23
24
24
- Navigate to the repository you want to fork.
25
25
- Click the **Fork** button (top-right of the page).
@@ -31,29 +31,29 @@ All repositories should be on the [Zipkin Lab GitHub](https://github.com/zipkinl
31
31
32
32
### 2 - Gather required information
33
33
34
-
There are two documents to use as reference (available on the [Zipkin Lab Teams GitHub page](https://teams.microsoft.com/l/channel/19%3A15762ca26189456f989a45136b141e94%40thread.tacv2/GitHub?groupId=a1e331a0-3ad7-4671-a13e-3629dea6fd3b&tenantId=22177130-642f-41d9-9211-74237ad5687d)) to gather all the info you need:
34
+
There are two documents to use as reference (available on the <ahref="https://teams.microsoft.com/l/channel/19%3A15762ca26189456f989a45136b141e94%40thread.tacv2/GitHub?groupId=a1e331a0-3ad7-4671-a13e-3629dea6fd3b&tenantId=22177130-642f-41d9-9211-74237ad5687d"style="color: #077907ff;">Zipkin Lab Teams GitHub page</a>) to gather all the info you need:
35
35
36
36
- A checklist to track added papers, and what info you have or are still missing:
- Edits are done in the [index.html](https://github.com/zipkinlab/zipkinlab.github.io/blob/master/index.html) file.
46
+
- Edits are done in the <ahref="https://github.com/zipkinlab/zipkinlab.github.io/blob/master/index.html"style="color: #077907ff;">index.html</a> file.
47
47
- Insert your new HTML block **within the appropriate paper category** (e.g., community models, unmarked population models).
48
48
- New papers go at the top of the section.
49
49
- You can add information manually, or use the code automation below:
50
50
51
51
#### Automated version:
52
52
53
-
- The paper metadata goes into the [github_dat.csv](https://michiganstate.sharepoint.com/:x:/r/sites/STUOT-ResearchGroup/Shared%20Documents/GitHub/github_dat.csv) file template. Just download it and substitute the fields with the details of the paper you want to add.
53
+
- The paper metadata goes into the <ahref="https://michiganstate.sharepoint.com/:x:/r/sites/STUOT-ResearchGroup/Shared%20Documents/GitHub/github_dat.csv"style="color: #077907ff;">github_dat.csv</a> file template. Just download it and substitute the fields with the details of the paper you want to add.
54
54
55
55
<details>
56
-
<summary>Click to see code that creates github_dat.csv</summary>
56
+
<summary><spanstyle="color: #077907ff; font-style: italic;">Click to see code from github_html.r</span></summary>
57
57
58
58
````r
59
59
library(tidyverse)
@@ -76,10 +76,10 @@ There are two documents to use as reference (available on the [Zipkin Lab Teams
- Now that you have the new `github_dat.csv` file in your working directory, run [github_html.r](https://michiganstate.sharepoint.com/:u:/r/sites/STUOT-ResearchGroup/Shared%20Documents/GitHub/github_html.r)to create the HTML code snippets that should be added to [index.html](https://github.com/zipkinlab/zipkinlab.github.io/blob/master/index.html).
79
+
- Now that you have the new `github_dat.csv` file in your working directory, run <ahref="https://michiganstate.sharepoint.com/:u:/r/sites/STUOT-ResearchGroup/Shared%20Documents/GitHub/github_html.r"style="color: #077907ff;">github_html.r</a> to create the HTML code snippets that should be added to <ahref="https://github.com/zipkinlab/zipkinlab.github.io/blob/master/index.html"style="color: #077907ff;">index.html</a>.
80
80
81
81
<details>
82
-
<summary>Click to see code from github_html.r</summary>
82
+
<summary><spanstyle="color: #077907ff; font-style: italic;">Click to see code from github_html.r</span></summary>
83
83
84
84
````r
85
85
## code to create html file for the lab front-facing page
@@ -157,19 +157,19 @@ There are two documents to use as reference (available on the [Zipkin Lab Teams
0 commit comments