diff --git a/culture.qmd b/culture.qmd index f3694f3..e5deef8 100644 --- a/culture.qmd +++ b/culture.qmd @@ -2,7 +2,7 @@ ## Mission -We value and believe in investing in and nurturing scientists as much as the science (we primarily love all things related to computational biology/biomedical data science + microbial genotypes, phenotypes, and diseases). We pride ourselves on providing a safe and inclusive space for people across intersectionalities. We are committed to mentoring (postdocs, students, programmers), education and outreach, and personalized professional development. We are passionate about finding new, better ways to increase diversity and retention in STEM and quantitative sciences. If you share our passion, please [reach out to us](//jravilab.github.io/joinus)! +We love all things related to computational biology, biomedical data science, and microbial genotypes, phenotypes, and diseases, but we value and believe in investing in and nurturing scientists as much as the science. We pride ourselves on providing a safe and inclusive space for people across intersectionalities. We are committed to mentoring (postdocs, students, programmers), education and outreach, and personalized professional development. We are passionate about finding new, better ways to increase diversity and retention in STEM and quantitative sciences. If you share our passion, please [reach out to us](//jravilab.github.io/joinus)! ### Mentoring Philosophy \| [full_post](https://github.com/JRaviLab/group/blob/main/docs/mentoring_philosophy.md) @@ -23,7 +23,7 @@ I have mentored 30+ diverse undergraduate and graduate students. Several joined ## Roles and expectations -The following sections were drafted by folks at each of these levels, while edited by rest of the group for maximal cohesion. +The following sections were drafted by folks at each of these levels, and edited collectively by the entire group for cohesion. ### PI @@ -231,9 +231,10 @@ Always be a happy researcher! To be a happy researcher means you need a good bal #### Leave policy -- For staff: The University of Colorado's [leave policies are available here](https://www.cu.edu/employee-services/leave-policies). -- For graduate students: Details may vary per your specific graduate program's handbook, but [the Graduate School offers basic guidelines here](https://www.ucdenver.edu/docs/librariesprovider138/denver-anschutz-graduate-school/resources/gs-student-leavevacpolicy.pdf?sfvrsn=661c22b9_2). - Because our group is tightly collaborative, please plan non-sick leave ahead of time to best fit all schedules when possible. +- For graduate students: Details may vary per your specific graduate program's handbook, but [the Graduate School offers basic guidelines here ](https://www.ucdenver.edu/docs/librariesprovider138/denver-anschutz-graduate-school/resources/gs-student-leavevacpolicy.pdf?sfvrsn=661c22b9_2)[for vacation and leav](https://www.ucdenver.edu/docs/librariesprovider138/denver-anschutz-graduate-school/resources/gs-student-leavevacpolicy.pdf?sfvrsn=661c22b9_2)[e](https://www.ucdenver.edu/docs/librariesprovider138/denver-anschutz-graduate-school/resources/gs-student-leavevacpolicy.pdf?sfvrsn=661c22b9_2). +- Undergraduate and Masters Students: [Student Employment Handbook](https://www.ucdenver.edu/docs/librariesprovider41/student-employment/student_hourly_employment_handbook.pdf?sfvrsn=8e3963ba_6) +- Staff (postdocs, research professionals): The University of Colorado's [leave policies](https://www.cu.edu/employee-services/leave-policies) ## Publication, Authorship & Research Misconduct diff --git a/docs/culture.html b/docs/culture.html index 3464dcc..ac25faa 100644 --- a/docs/culture.html +++ b/docs/culture.html @@ -247,7 +247,7 @@

2 

2.1 Mission

-

We value and believe in investing in and nurturing scientists as much as the science (we primarily love all things related to computational biology/biomedical data science + microbial genotypes, phenotypes, and diseases). We pride ourselves on providing a safe and inclusive space for people across intersectionalities. We are committed to mentoring (postdocs, students, programmers), education and outreach, and personalized professional development. We are passionate about finding new, better ways to increase diversity and retention in STEM and quantitative sciences. If you share our passion, please reach out to us!

+

We love all things related to computational biology, biomedical data science, and microbial genotypes, phenotypes, and diseases, but we value and believe in investing in and nurturing scientists as much as the science. We pride ourselves on providing a safe and inclusive space for people across intersectionalities. We are committed to mentoring (postdocs, students, programmers), education and outreach, and personalized professional development. We are passionate about finding new, better ways to increase diversity and retention in STEM and quantitative sciences. If you share our passion, please reach out to us!

2.1.1 Mentoring Philosophy | full_post

My experiences as a mentee have varied widely: fantastic professors in college inspired me to start a research career; later, a mentor overlooked my whole dissertation work resulting in prolonged authorship discussion. In my postdoctoral lab, I was the sole computational researcher collaborating with a dozen experimental biologists. I seized this invaluable opportunity to restart my academic career from scratch in a different field (i.e., studying microbial diseases), to learn, understand, and speak the language of both experimental and computational biologists, and to bring these worlds together. Collectively, these experiences have shaped my mentoring philosophy.

@@ -270,7 +270,7 @@

2.2 Roles and expectations

-

The following sections were drafted by folks at each of these levels, while edited by rest of the group for maximal cohesion.

+

The following sections were drafted by folks at each of these levels, and edited collectively by the entire group for cohesion.

2.2.1 PI

My role as a PI would be to ensure your growth and success as a trainee, and the success of the project. Towards this, I will

@@ -499,9 +499,10 @@

2.5.3.3 Leave policy

diff --git a/docs/howto.html b/docs/howto.html index 2838e8b..eea8f98 100644 --- a/docs/howto.html +++ b/docs/howto.html @@ -189,19 +189,21 @@

Table of contents

@@ -232,8 +234,17 @@

To re-familiarize yourself with R/Python/Unix, check out these two resources in addition to Slack | CompBio gists and R-Ladies East Lansing. If you are new to R-Ladies Aurora, R-Ladies East Lansing, and Women+ Data Science, check them out and join Meetup-RLA/Meetup-RLEL and their Discord/Slack to remain apprised of upcoming events and to connect with the local R and data science communities.

💡If you find other useful resources, please add them to this list (or share them with me).

-
-

3.2 Learn R

+
+

3.2 Code

+ +
+

3.2.1 Learn R

To learn R, I would recommend getting started with the pinned posts in #courses-primers.

A couple of helpful GitHub repositories - https://github.com/jananiravi/workshop-tidyverse (Intro to R's tidyverse package — handy to learn right away) - Other R workshop materials from our R-Ladies East Lansing chapter: https://github.com/rladies-eastlansing - Interactive tutorials with learnr & swirl. - R for Genomics from Data Carpentry - R on HPC

    @@ -245,9 +256,14 @@

    R for Data Science (for tidyverse and such) +
  • Hands-On Programming with R (for base R) Intro to Git, GitHub resources
  • +

-