-
Notifications
You must be signed in to change notification settings - Fork 3
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
6 changed files
with
73 additions
and
67 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 |
---|---|---|
@@ -1,9 +1,10 @@ | ||
_build | ||
.vscode | ||
*/.ipynb_checkpoints/* | ||
**/.ipynb_checkpoints/* | ||
tmp/ | ||
.DS_Store | ||
.nox | ||
__pycache__ | ||
|
||
/.luarc.json | ||
.ipynb_checkpoints/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,32 @@ | ||
# Storing internal pyOpenSci documents | ||
|
||
Google Drive, a part of the pyOpenSci Google Workspace plan, is where all pyOpenSci documents, spreadsheets, google slides, photos, and graphics are stored. These documents include, but are not limited to: | ||
pyOpenSci uses Google Workspace to support day-to-day organization operations. pyOpenSci using workspace for: | ||
|
||
* Email accounts and | ||
* Google Drive for file storage | ||
|
||
Workspace implements 2-factor authentication. | ||
|
||
## Google Drive: Storing internal pyOpenSci documents | ||
|
||
Google Drive, a part of the pyOpenSci Google Workspace plan, is where all pyOpenSci documents, spreadsheets, google slides, photos, and some graphics are stored. | ||
|
||
These documents include, but are not limited to: | ||
|
||
* branding guidelines | ||
* event planning documents | ||
* lesson development drafts and plans, | ||
* slides that support talks and presentations | ||
* and more. | ||
|
||
As a pyOpenSci staff member, you should store any documents related to pyOpenSci in the **pyos-shared** Google Shared Drive. Storing documents in the **pyos-shared** drive ensures that all pyOpenSci employees can access, edit, and use these documents. Storing these documents in the shared drive also supports program task redundancy, as the document's owner is the organization in that drive rather than an individual user. Storing documents in a shared drive owned by the organization helps pyOpenSci staff jump in and help another staff person in the event of a needed but unplanned absence (e.g., a medical emergency or an unexpected family issue). | ||
:::{note} | ||
See our page on [Canva](canva) for more about producing and storing graphics. | ||
::: | ||
|
||
### Organization Google Drive structure | ||
|
||
All pyOpenSci staff members should work on and store pyOpenSci-related documents in the **pyos-shared** Google Shared Drive. Storing documents in the **pyos-shared** drive ensures that all pyOpenSci employees can access, edit, and use these documents. | ||
|
||
Storing these documents in the shared drive also supports program task redundancy, as the document's owner is the organization in that drive rather than an individual user. Storing documents in a shared drive owned by the organization helps pyOpenSci staff jump in and help another staff person in the event of a needed but unplanned absence (e.g., a medical emergency or an unexpected family issue). | ||
|
||
Employees can save personal documents such as 1-on-1 agendas and notes, personal notes, and other information that does not need to be shared at the organizational level in their personal drive. | ||
Employees can save personal documents such as 1-on-1 agendas and notes, personal notes, and other information that do not need to be shared at the organizational level in their pyOpenSci individual drive and share them with other team members as needed. |