-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Showing
14 changed files
with
125 additions
and
109 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
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
layout: page | ||
title: Setup for Python workshop | ||
--- | ||
|
||
```{r include-setup-overview, child="files/setup-overview.md"} | ||
``` | ||
|
||
```{r include-setup-data, child="files/setup-data.md"} | ||
``` | ||
|
||
## Software | ||
|
||
| Software | Install | Manual | Available for | Description | | ||
| --------------------- | ------------------------------- | ------ | --------------------- | ------------------------------------------------ | | ||
| Spreadsheet program | [Download LibreOffice](https://www.libreoffice.org/download/download/) | [LibreOffice documentation](https://documentation.libreoffice.org/en/english-documentation/) | Linux, MacOS, Windows | Spreadsheet program for organizing tabular data. | | ||
| OpenRefine | [Download OpenRefine](https://openrefine.org/download.html) | [OpenRefine documentation](https://openrefine.org/docs) | Linux, MacOS, Windows | | | ||
| Python | See install instructions below. | | Linux, MacOS, Windows | | | ||
| DB Browser for SQLite | [Download DB Browser for SQLite](https://sqlitebrowser.org/dl/) | | Linux, MacOS, Windows | | | ||
|
||
```{r include-setup-spreadsheet, child="files/setup-spreadsheet.md"} | ||
``` | ||
|
||
```{r include-setup-openrefine, child="files/setup-openrefine.md"} | ||
``` | ||
|
||
```{r include-setup-python, child="files/setup-python.md"} | ||
``` | ||
|
||
```{r include-setup-sql, child="files/setup-sql.md"} | ||
``` | ||
|
||
Congratulations! You are now ready for the workshop! | ||
|
||
|
This file was deleted.
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
layout: page | ||
title: Setup for R workshop | ||
--- | ||
|
||
```{r include-setup-overview, child="files/setup-overview.md"} | ||
``` | ||
|
||
```{r include-setup-data, child="files/setup-data.md"} | ||
``` | ||
|
||
## Software | ||
|
||
| Software | Install | Manual | Available for | Description | | ||
| --------------------- | ------------------------------- | --------------------- | --------------------- | ------------------------------------------------ | | ||
| Spreadsheet program | [Download LibreOffice](https://www.libreoffice.org/download/download-libreoffice/) | [LibreOffice documentation](https://documentation.libreoffice.org/en/english-documentation/) | Linux, MacOS, Windows | Spreadsheet program for organizing tabular data. | | ||
| OpenRefine | [Download OpenRefine](https://openrefine.org/download.html) | [OpenRefine documentation](https://openrefine.org/docs) | Linux, MacOS, Windows | | | ||
| R | See install instructions below. | | Linux, MacOS, Windows | | | ||
| RStudio | [Download RStudio](https://posit.co/download/rstudio-desktop/#download) | [RStudio Cheatsheet](https://raw.githubusercontent.com/rstudio/cheatsheets/main/rstudio-ide.pdf) | Linux, MacOS, Windows | | | ||
| DB Browser for SQLite | [Download DB Browser for SQLite](https://sqlitebrowser.org/dl/) | Linux, MacOS, Windows | | | | ||
|
||
```{r include-setup-spreadsheet, child="files/setup-spreadsheet.md"} | ||
``` | ||
|
||
```{r include-setup-openrefine, child="files/setup-openrefine.md"} | ||
``` | ||
|
||
```{r include-setup-r, child="files/setup-r.md"} | ||
``` | ||
|
||
```{r include-setup-sql, child="files/setup-sql.md"} | ||
``` | ||
|
||
Congratulations! You are now ready for the workshop! | ||
|
||
|
Oops, something went wrong.