Skip to content

Commit 3680602

Browse files
authored
Merge pull request #69 from Imageomics/dev
Workflow & CoC updates from upstream Pull the scope and version fixes from Workflow. Collab Guide PR [6](Imageomics/Collaborative-distributed-science-guide#6) & [9](Imageomics/Collaborative-distributed-science-guide#9) Pull AI policy from Code of Conduct. Collab Guide [PR 7](Imageomics/Collaborative-distributed-science-guide#7)
2 parents 3478acc + c88121d commit 3680602

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
pages: write
10+
contents: write
11+
812
jobs:
913
deploy:
1014
runs-on: ubuntu-latest
@@ -15,7 +19,7 @@ jobs:
1519
- name: Set up Python
1620
uses: actions/setup-python@v5
1721
with:
18-
python-version: '3.8'
22+
python-version: '3.x'
1923

2024
- name: Install dependencies
2125
run: |

docs/CODE_OF_CONDUCT.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ To this end, we agree as individuals and as a group to:
1212
- **Respect time.** When a session is over, we need to move on. There is designated time for in-depth follow up and continuing conversations.
1313
- **Care** for each other. We bring our full selves to the community, and we look out for each other wholeheartedly.
1414

15+
AI use policy (borrowed from [CRA](https://cra.org/)):
16+
17+
- Allowable use of AI tools requires that the tools do not share or use the data for training.
18+
- Requires permission if recording others. Language to use when requesting permission:
19+
20+
_“We would like to use `<insert tool name here>` during this discussion to assist with note-taking. `<insert tool name here>` records and transcribes audio and can produce a summary of the discussion. The audio and transcription will only be saved and used internally. Please let us know if you object to the use of `<insert tool name here>`.”_
21+
1522
We abide by these principles in all Imageomics spaces, including but not limited to digital and in-person meetings, formal and informal gatherings, online discussion forums and chat spaces, and field and lab work.
1623

1724
Acts of misconduct are prohibited. Those found to engage in misconduct will be subject to dismissal from the project and further actions as directed by the guidelines of the employers and the place of incidence.

0 commit comments

Comments
 (0)