Skip to content

Commit

Permalink
add access page
Browse files Browse the repository at this point in the history
  • Loading branch information
JMHumphreys committed Jun 26, 2024
1 parent 39d5fb3 commit a7ef1be
Show file tree
Hide file tree
Showing 32 changed files with 3,278 additions and 142 deletions.
2 changes: 1 addition & 1 deletion .Rproj.user/FFAE6732/pcs/source-pane.pper
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"activeTab": 9
"activeTab": 10
}
4 changes: 2 additions & 2 deletions .Rproj.user/FFAE6732/sources/prop/B84A27FA
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"tempName": "Untitled1",
"source_window_id": "",
"Source": "Source",
"cursorPosition": "46,16",
"scrollLine": "28"
"cursorPosition": "41,16",
"scrollLine": "33"
}
1 change: 1 addition & 0 deletions .Rproj.user/FFAE6732/sources/prop/INDEX
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ D%3A%2FGithub%2Fhandbook%2FREADME.md="F4A110CB"
D%3A%2FGithub%2Fhandbook%2F_quarto.yml="B84A27FA"
D%3A%2FGithub%2Fhandbook%2F_quartow.yml="177280D6"
D%3A%2FGithub%2Fhandbook%2F_quartox.yml="49F95D64"
D%3A%2FGithub%2Fhandbook%2Faccess.qmd="5564559C"
D%3A%2FGithub%2Fhandbook%2Fdata_store.qmd="88F1E6EE"
D%3A%2FGithub%2Fhandbook%2Fgithub_elements.qmd="0AE84EBC"
D%3A%2FGithub%2Fhandbook%2Findex.qmd="7F0E3DD4"
Expand Down
1 change: 1 addition & 0 deletions .Rproj.user/shared/notebooks/paths
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ D:/Github/handbook/README.md="717FFF66"
D:/Github/handbook/_quarto.yml="5D86C1BE"
D:/Github/handbook/_quartow.yml="4987F07A"
D:/Github/handbook/_quartox.yml="2D50AC4F"
D:/Github/handbook/access.qmd="7A036338"
D:/Github/handbook/data_store.qmd="5543B8E9"
D:/Github/handbook/github_elements.qmd="C9CE486B"
D:/Github/handbook/index.qmd="FD3273C7"
Expand Down
3 changes: 3 additions & 0 deletions .quarto/xref/INDEX
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
},
"zotero.qmd": {
"zotero.html": "3cc3aa7d"
},
"access.qmd": {
"access.html": "89271ee5"
}
}
1 change: 1 addition & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ book:

- part: proj_management.qmd
chapters:
- access.qmd
- version_control.qmd
- github_elements.qmd
- repo_components.qmd
Expand Down
45 changes: 45 additions & 0 deletions access.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: "Resource Access"
about:
template: marquee
format:
html:
code-fold: show
code-summary: "Hide code"
code-overflow: wrap
toc-title: Page Contents
toc: true
toc-depth: 2
number-sections: false
html-math-method: katex
css: styles.css
theme: flatly
toc-location: left
smooth-scroll: true
editor_options:
chunk_output_type: console
---

# **Accounts and Permissions**

Accessing workflows, supporting information, and shared resources described in the [**Project Management** section](https://geoepi.github.io/Notebook/proj_management.html) may require creating individual user accounts on several platforms. Although the needs for individual projects will vary, it is suggested to create accounts to access the services listed below.

### 1. GitHub
If you don't have a GitHub account, please [create one](https://github.com). Once you have a GitHub account, ensure that your GitHub username has been shared with project PIs and collaborators to be authorized access to repositories, the [GeoEpi team site](https://github.com/geoepi), and possibly the [USDA ARS Enterprise solution](https://github.com/USDA-REE-ARS).

### 2. Overleaf
[Overleaf](https://overleaf.com) is a collaborative online LaTeX editor to help write, edit, and publish scientific and technical documents.

### 3. Open Science Framework (OSF)
[OSF](https://osf.io/) is a free and open-source project management tool that makes it easy to collaborate throughout a project's lifecycle. Although a portion of the group's information and data are publicly visible on OSF, there is much viewable only to account holders with authorized access. As with GitHub, please check with project PIs and leads to ensure your OSF account has been granted access to all needed resources on the site.

### 4. Zotero
[Zotero account](https://www.zotero.org/user/register) is reference management software. Although the overall functionality of Zotero, is comparable to platforms such as [Mendeley](https://www.mendeley.com/) and [EndNote](https://endnote.com/), Zotero provides a simple web browser to create shared reference libraries and citation data bases;this functionality is used to organize the [group's shared publications](https://geoepi.github.io/Notebook/zotero.html). Even if you use different reference management software, you are encouraged to [create a Zotero account](https://www.zotero.org/user/register) to access the group libraries.








Loading

0 comments on commit a7ef1be

Please sign in to comment.