Skip to content

Commit 8668f0d

Browse files
authored
Merge pull request #2 from CU-ESIIL/codex/simplify-and-organize-file-structure
Refactor repository structure for clarity
2 parents bbd31d3 + 99a1f4f commit 8668f0d

32 files changed

Lines changed: 35 additions & 28 deletions

.DS_Store

-6 KB
Binary file not shown.

.github/.DS_Store

-6 KB
Binary file not shown.

.github/workflows/build-and-push-jupyterlab-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
id: docker_build_jupyterlab
3434
uses: docker/build-push-action@v5
3535
with:
36-
context: docker/jupyterlab
37-
file: docker/jupyterlab/Dockerfile
36+
context: containers/jupyterlab
37+
file: containers/jupyterlab/Dockerfile
3838
builder: ${{ steps.buildx.outputs.name }}
3939
push: true
4040
tags: |

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ po/*~
4646

4747
# RStudio Connect folder
4848
rsconnect/
49+
50+
# macOS
51+
.DS_Store

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ Welcome to the **[Your Working Group Name]** repository, an integral part of the
2121
- [Link to more detailed bios or profiles if available.]
2222

2323
## Repository Structure
24-
- **Analysis Code**: Scripts for data analysis, statistical modeling, etc.
25-
- **Data Processing**: Scripts for cleaning, merging, and managing datasets.
26-
- **Visualization**: Code for creating figures, charts, and interactive visualizations.
24+
- **containers/**: Docker configurations for reproducible development environments.
25+
- **docs/**: Project documentation organized into:
26+
- **orientation/**: Onboarding materials and training resources.
27+
- **meeting-notes/**: Notes from group meetings.
28+
- **code/**: Documentation for data processing, analysis, and visualization.
29+
- **manuscript/**: Drafts and manuscript content.
30+
- **references/**: Citations and reading notes.
2731

2832
## Meeting Notes and Agendas
2933
- Regular updates to keep all group members informed and engaged with the project's progress and direction.
File renamed without changes.

docs/.DS_Store

-8 KB
Binary file not shown.

docs/assets/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)