Skip to content

Commit 9d91bbf

Browse files
committed
various minor updates/corrections
1 parent 6bcc79b commit 9d91bbf

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
# Lab manual
44

5-
Welcome to the Rendeiro Lab Manual. This manual provides comprehensive information about the lab's culture, procedures, and workflows to ensure a collaborative and efficient research environment.
5+
Welcome to the Rendeiro Lab Manual.
66

7-
The manual is hosted in the [`lab-manual`](https://github.com/rendeirolab/lab-manual/tree/main/manual) repository on GitHub. It is written in [Markdown](https://daringfireball.net/projects/markdown/) and can be converted to HTML and PDF using [Pandoc](https://pandoc.org/).
7+
This manual provides comprehensive information about the lab's culture, procedures, and workflows to ensure a collaborative and efficient research environment.
8+
9+
The manual is hosted in the [`lab-manual`](https://github.com/rendeirolab/lab-manual/) repository on GitHub. It is written in [Markdown](https://daringfireball.net/projects/markdown/) and can be converted to HTML and PDF using [Pandoc](https://pandoc.org/).
810

911
This manual is open source and maintained collaboratively. Anyone on GitHub can propose changes.
1012

@@ -27,7 +29,7 @@ To contribute:
2729
2. Submit a pull request with a clear, one-line description of the changes made.
2830
3. Follow best practices by adding reviewers and referencing related issues, if applicable.
2931

30-
For adding a table of contents to any document, use [mdformat-toc](https://github.com/hukkin/mdformat-toc). Insert `<!-- mdformat-toc start -->` where the table of contents should appear, and run `mdformat <file.md>` on the edited file, or `make format` to format all.
32+
For adding a table of contents to any document, use [mdformat-toc](https://github.com/hukkin/mdformat-toc). Insert ```<!-- mdformat-toc start -->``` where the table of contents should appear, and run `mdformat <file.md>` on the edited file, or `make format` to format all.
3133

3234
## Acknowledgements
3335

source/getting_started.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ Onboarding to-dos (responsability of the PI):
2020

2121
1. Ask the new team member for their contact information (optional, but recommended for safety reasons) - [add your own information here](https://cemmat.sharepoint.com/:x:/s/rendeirolab/ETVfBUPmJYpIgl-yDccPCGkBZRMFtOTE9ExejqyvMq6msA?e=lxEuzO);
2222
1. Add the new team member to lab Microsoft team and mailing list;
23-
1. Share the lab's resources with the new team member:
23+
1. Share and introduce the lab's resources to the new team member:
2424
- the lab manual (this)
2525
- the lab code of conduct (see [code of conduct](code_of_conduct.md))
26-
- the Github account ([here](https://github.com/rendeirolab))
2726
- lab infrastructure (such as Cytomine, VMs, etc: [infrastructure](infrastructure.md))
28-
1. Make sure the new team member follow up with the remaining of CeMM onboarding (IT, safety, etc)
27+
- Github team ([https://github.com/rendeirolab](https://github.com/rendeirolab))
28+
- Weights and Biases team ([https://wandb.ai/rendeiro-group](https://wandb.ai/rendeiro-group))
29+
- HuggingFace team ([https://huggingface.co/RendeiroLab](https://huggingface.co/RendeiroLab))
30+
1. Make sure the new team member follows up with the remaining of CeMM onboarding (IT, safety, etc)
2931

3032
### CeMM-specific
3133

source/offboarding.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@ It is the responsability of the PI to communicate, initiate, and verify the foll
2424
1. Ask the new team member for their CeMM-independent contact information
2525
1. Ask the new team member whether they consent to be listed in the lab website as alumni
2626
1. Remove team member from external organizations:
27-
- Github
28-
- Weights and Biases
29-
- HuggingFace
30-
- the lab code of conduct (see [code of conduct](code_of_conduct.md))
31-
- the Github account ([here](https://github.com/rendeirolab))
27+
- Github ([https://github.com/rendeirolab](https://github.com/rendeirolab))
28+
- Weights and Biases ([https://wandb.ai/rendeiro-group](https://wandb.ai/rendeiro-group))
29+
- HuggingFace ([https://huggingface.co/RendeiroLab](https://huggingface.co/RendeiroLab))
3230
- lab infrastructure (such as Cytomine, VMs, etc: [infrastructure](infrastructure.md))
3331
1. Remove team member accounts from lab-specific infrastructure:
3432
- Cytomine

source/public_data.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ Prostate-specific:
4444
- StarDist
4545
- DeepCell
4646
- CellPose
47-
- Tumor-Infiltrating Lymphocytes Maps from TCGA H&E Whole Slide Pathology Images: https://wiki.cancerimagingarchive.net/pages/vi
48-
49-
.action?pageId=33948919, https://stonybrookmedicine.app.box.com/v/cellreportspaper/folder/42003984813
47+
- Tumor-Infiltrating Lymphocytes Maps from TCGA H&E Whole Slide Pathology Images: https://wiki.cancerimagingarchive.net/pages/vi.action?pageId=33948919, https://stonybrookmedicine.app.box.com/v/cellreportspaper/folder/42003984813
5048

5149
- NuCLS crowdsourcing approach, dataset, and explainable deep-learning method: https://github.com/PathologyDataScience/NuCLS

source/research.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1. Create a directory for the project in the CeMM cluster at: `/research/groups/lab_rendeiro/projects/`
1414
1. Create a directory inside called `data` to store raw data.
1515
1. Create a directory for the project in the CeMM cluster at: `/nobackup/groups/lab_rendeiro/projects/`
16-
2\. Create a soft link between `/research/.../data` and `/nobackup/.../data`
16+
1. Create a soft link between `/research/.../data` and `/nobackup/.../data`
1717
1. Create a `cemm_metadata.json` file in `/research/groups/lab_rendeiro/projects/$PROJECT/`
1818
1. Create a `cemm_metadata.json` file in `/nobackup/groups/lab_rendeiro/projects/$PROJECT/`
1919

0 commit comments

Comments
 (0)