A lab where information is scattered is a lab where decisions are scattered. Deciding where things live is deciding where your thinking lives.
Principle: One kind of information, one place
Research produces five kinds of information: communication, thinking and decisions, data and results, code and experimental conditions, and the manuscript to be submitted. If these five are mixed in one place, they cannot be found later, cannot be shared, and cannot be handed over at graduation. At Suzuki-A. Lab, each kind has a fixed place. We call this the source of truth.
| Kind of information | Where it lives | What goes there | What does not |
| Communication | Slack | Daily communication, questions, scheduling | Records of decisions, data |
| Thinking, decisions, plans | Notion | Paper Card, Quarter Plan, Research Log, Team Meeting minutes | Raw data, code itself |
| Data and results | OneDrive / Google Drive | Raw data from experiments and computations, processed data, source files of figures | Code (goes to GitHub) |
| Code and experimental conditions | GitHub / Google Colaboratory | Scripts, configuration files, run conditions, environment | Large data |
| Manuscript to be submitted | Overleaf | The text of the paper, the submitted version | Draft notes (go to Notion) |
If in doubt, decide by asking "where would my future self six months from now, and a junior, look for this information?"
Slack|Communication
- Daily communication and questions. Replies need not be quick, but acknowledge that you have read them
- Do not let decisions flow through Slack. Keep them in the Team Meeting minutes (Notion)
- For how channels are used, see the lab's Slack (★ channel list)
Notion|Thinking, decisions, plans
Notion is the place for "what you thought."
- Paper Card: one per paper. Lives on the Paper Progress Board. Updated and reported at the biweekly Team Meeting (Lab Tools "Paper Card")
- Quarter Plan: one per quarter. Lives in the Quarter Plan DB (Lab Tools "Quarter Plan")
- Research Log / Thinking Log: the method is yours, but many keep it in Notion (Lab Tools "Research Log & Thinking Log")
- Team Meeting minutes: the record of Next Judges. Decisions are always kept here
- Lab OS: how the lab runs (when, where, how)
OneDrive / Google Drive|Data and results
- Save research data in the "research folder" on OneDrive and share it with your supervisor
- Back up at least once a week. For large volumes of data, consult your supervisor to decide on storage
- At graduation: create your own folder in the Google Drive "Ito-lab_Graduated20XX-20XX" and save all your data there, and also on the lab HDD
Naming rule: [date YYYYMMDD]_[project name]_[version].ext (e.g., 20240115_HeatFlowAnalysis_v2.xlsx). "New File.xlsx" and "data1.csv" are forbidden. Folder names should make sense to others and to your future self.
GitHub / Google Colaboratory|Code and experimental conditions
- Code and run conditions (parameters, environment, location of input data) go to GitHub. The data itself lives on Drive and does not go to GitHub
- Commit messages should say "what changed" in one line. Some members set rules for AI and have them generated automatically (example E in Research Log & Thinking Log)
- For usage, see Notion "How to use GitHub," "How to write code (Python)," "Using AI tools (Claude Code)"
Overleaf|Manuscript to be submitted
- When you start a manuscript, contact Suzuki. An invitation from the paid version lets you share for free
- Source files of figures go to Drive, figure design goes to the Paper Card. Only finished figures go to Overleaf
What to leave behind when you graduate
- Drive: all data (the Ito-lab_Graduated folder)
- GitHub: the complete code (with run instructions in the README)
- Notion: Paper Card, Research Log, Thinking Log
- Overleaf: the submitted version of the manuscript
Leaving these in a state that Suzuki and your juniors can see is your last responsibility to the lab (Lab OS 06 Responsibility).
Summary of this page: One kind of information, one place (source of truth) / Communication in Slack, thinking and decisions in Notion, data on Drive, code on GitHub, manuscripts on Overleaf / Decisions go to the minutes, not Slack / Follow the naming rule / Leave everything behind at graduation.