atmos:dsp:workspace
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| atmos:dsp:workspace [2026/01/12 21:08] – [Workspace Organization & Structure] marwa | atmos:dsp:workspace [2026/09/04 21:16] (current) – [Workspace Pages] marwa | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| - | ===== Purpose ===== | + | This workspace |
| - | Each student has a dedicated | + | |
| - | * **student/ | + | |
| - | * **mentor/** is mentor-only (private notes and drafts) | + | |
| - | ===== Folder structure ===== | + | Each student |
| - | ==== Suggested directory layout ==== | + | |
| - | < | + | |
| - | / | + | |
| - | ├── | + | |
| - | │ | + | |
| - | │ | + | |
| - | │ | + | |
| - | │ | + | |
| - | │ | + | |
| - | │ | + | |
| - | │ | + | |
| - | │ | + | |
| - | └── | + | |
| - | ├── 00_meeting_notes/ | + | |
| - | </ | + | |
| - | ===== What Each Folder is For ? | + | ===== Workspace Pages ===== |
| - | ==== Student/ ==== | + | * [[atmos: |
| - | This is the main working space. Everything the student produces should be documented in this workspace. This workspace will be shared between the student and mentor. | + | * [[atmos: |
| + | * [[atmos: | ||
| + | * [[atmos: | ||
| - | === student/ | + | ===== Purpose ===== |
| - | **Purpose:** setup + planning + project organization. | + | |
| - | **Put here:** | + | |
| - | * learning plan (goals + skills to practice) | + | |
| - | * work schedule (weekly plan + meeting time) | + | |
| - | * project brief (project title, question, scope, success criteria) | + | |
| - | * contacts + quick links + access notes (tools/data locations) | + | |
| - | * any required forms/ | + | |
| - | + | ||
| - | === student/ | + | |
| - | **Purpose: | + | |
| - | **Put here:** | + | |
| - | * orientation reflections | + | |
| - | * career/ | + | |
| - | * project interests + initial project selection notes | + | |
| - | + | ||
| - | === student/ | + | |
| - | **Purpose: | + | |
| - | **Put here:** | + | |
| - | * practice notebooks/ | + | |
| - | * “how-to” notes (plotting, data cleaning, reading files) | + | |
| - | * small exercises and mini-checkpoints | + | |
| - | + | ||
| - | === student/ | + | |
| - | **Purpose: | + | |
| - | **Put here:** | + | |
| - | * raw data notes (where data came from, time ranges, variables) | + | |
| - | * configuration/ | + | |
| - | * model run notes (if applicable) | + | |
| - | * data/model log (what you downloaded/ | + | |
| - | + | ||
| - | === student/ | + | |
| - | **Purpose: | + | |
| - | **Put here:** | + | |
| - | * weekly progress log (weekly) | + | |
| - | * analysis notebooks/ | + | |
| - | * figures/ (plots + captions) | + | |
| - | * intermediate findings and “next steps” notes | + | |
| - | + | ||
| - | === student/ | + | |
| - | **Purpose: | + | |
| - | **Put here:** | + | |
| - | * project plan + milestones | + | |
| - | * final analysis notebook/ | + | |
| - | * final figure set | + | |
| - | * draft report text and draft slides | + | |
| - | + | ||
| - | === student/ | + | |
| - | **Purpose: | + | |
| - | **Put here:** | + | |
| - | * final_report.pdf (or .docx if requested) | + | |
| - | * final_slides.pdf (or .pptx) | + | |
| - | * reproducibility_readme.md (how to reproduce the results) | + | |
| - | * final figures (publication-ready) | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ===== Mentor ===== | + | |
| - | This folder is **not for student writing**. It is for mentor-only notes and drafts. The mentor can share his notes with the student (when needed). | + | |
| - | + | ||
| - | === mentor/ | + | |
| - | **Purpose: | + | |
| - | * meeting date + attendance | + | |
| - | * Tasks + notes and follow-up items | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ===== Note-sharing + Notification Rule ===== | + | |
| - | Mentor notes are private by default. If the mentor wants to share feedback with a student, the mentor will place a cleaned version inside the mentor workspace and use a clear filename such as: | + | |
| - | * **feedback_shared_YYYYMMDD.md** | + | |
| - | + | ||
| - | **Student notification requirement** | + | |
| - | When a student uploads new items or adds new notes (logs, notebooks, figures, drafts), the student must **email their mentor** the same day (or within 24 hours) to: | + | |
| - | * confirm what was added/ | + | |
| - | * provide the **exact path** to the new files, and | + | |
| - | * List any questions or blockers. | + | |
| - | + | ||
| - | ==== Email preparation (student → mentor) | + | |
| - | **Subject line (use one of these):** | + | |
| - | * Data Skills Pathway – Update (lastname_firstname) – Week X | + | |
| - | * Data Skills Pathway – New Uploads (lastname_firstname) – [date] | + | |
| - | + | ||
| - | **Email body (copy/paste template): | + | |
| - | < | + | |
| - | Hi [Mentor Name], | + | |
| - | + | ||
| - | I uploaded/ | + | |
| - | + | ||
| - | 1) What I added/ | + | |
| - | - [short description] — / | + | |
| - | - [short description] — / | + | |
| - | 2) Key results (1–3 bullets) | + | The Student-Mentor Workspace is used to: |
| - | - [result/ | + | |
| - | - [result/ | + | |
| - | 3) Questions / blockers | + | * Organize student project work by semester. |
| - | - [question or blocker] | + | * Give each student a clear space to track progress. |
| - | - [question | + | * Support communication between students and mentors. |
| + | * Keep project materials, links, tools, and references in one place. | ||
| + | * Help students prepare final project products, reports, posters, | ||
| - | 4) What I’m doing next (next 1 week) | + | ===== Notes for Students ===== |
| - | - [next step] | + | |
| - | Thank you, | + | Start with the [[atmos: |
| - | [Student Name] | + | |
| - | </ | + | |
| + | Then copy the [[atmos: | ||
atmos/dsp/workspace.1768252085.txt.gz · Last modified: 2026/01/12 21:08 by marwa