Skip to content

Commit

Permalink
Organize site tree
Browse files Browse the repository at this point in the history
Use '# page.title' to reduce chances of mistakes. Downside, all headers in the file itself now have to be ##.
Added some pages.
Added Gemfile.lock to the .gitignore since testing usually requires a different version, but the committed one works with github.
  • Loading branch information
JeffreyMaurer committed Jul 11, 2024
1 parent 8a7e8ba commit 67ee96b
Show file tree
Hide file tree
Showing 21 changed files with 173 additions and 65 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ _site/
# Ignore folders generated by Bundler
.bundle/
vendor/

Gemfile.lock
2 changes: 1 addition & 1 deletion docs/Completed Projects/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ has_children: true
nav_order: 8
---

# Completed Projects
# {{page.title}}

Below are some of the projects that our lab would like you to admire and whose success we want you to match!
10 changes: 6 additions & 4 deletions docs/Dry Lab SOPs/Basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ layout: default
title: Basics
parent: Dry Lab SOPs
has_children: false
nav_order: 0
nav_order: 1
---

# Overview of how to use PMACS
# {{page.title}}

## Overview of how to use PMACS

Refer to Wiki and Bala

# The different types of analyses that we do
## The different types of analyses that we do

# Uploading Our Raw Data for Review
## Uploading Our Raw Data for Review
10 changes: 5 additions & 5 deletions docs/Dry Lab SOPs/Single-Cell_ATACseq.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ layout: default
title: Single-Cell ATACseq
parent: Dry Lab SOPs
has_children: false
nav_order: 3
nav_order: 2
---

# Overview of Github
# {{page.title}}

# Data Sources
## Data Sources

# Starting from Public or Private Fastq Files
## Starting from Public or Private Fastq Files

# Starting from Public Summary Statistics
## Starting from Public Summary Statistics
10 changes: 5 additions & 5 deletions docs/Dry Lab SOPs/Single-Cell_RNAseq.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ layout: default
title: Single-Cell RNAseq
parent: Dry Lab SOPs
has_children: false
nav_order: 2
nav_order: 1
---

# Overview of Github
# {{page.title}}

# Data Sources
## Data Sources

# Starting from Public or Private Fastq Files
## Starting from Public or Private Fastq Files

# Starting from Public Summary Statistics
## Starting from Public Summary Statistics
10 changes: 5 additions & 5 deletions docs/Dry Lab SOPs/Spatial_RNAseq.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ layout: default
title: Spatial RNAseq
parent: Dry Lab SOPs
has_children: false
nav_order: 1
nav_order: 3
---

# Overview of Github
# {{page.title}}

# Data Sources
## Data Sources

# Starting from Public or Private Fastq Files
## Starting from Public or Private Fastq Files

# Starting from Public Summary Statistics
## Starting from Public Summary Statistics
2 changes: 1 addition & 1 deletion docs/Dry Lab SOPs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ has_children: true
nav_order: 7
---

# Dry Lab SOPs
# {{page.title}}

These are the procedures that our computation team in the lab uses for reference and reproducibility.
17 changes: 17 additions & 0 deletions docs/Intro to Computation/Bioinformatics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: default
title: Intro to Bioinformatics
nav_order: 4
parent: Intro to Computation
has_children: false
---

# {{page.title}}

Here is where we can overlap with the biology team.

## Why?

## Central Dogma

## Pairing Desired Information with Data Type
13 changes: 13 additions & 0 deletions docs/Intro to Computation/ComputationResourses.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: default
title: Intro to Computational Resources
nav_order: 1
parent: Intro to Computation
has_children: false
---

# {{page.title}}

## PMACS Access

## PMACS etiquette
15 changes: 15 additions & 0 deletions docs/Intro to Computation/Programming.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: default
title: Intro to Programming
nav_order: 2
parent: Intro to Computation
has_children: false
---

# {{page.title}}

## Intro to the Command Line

## Intro to Python

## Intro to R
15 changes: 15 additions & 0 deletions docs/Intro to Computation/SourceControl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: default
title: Source Control
nav_order: 3
parent: Intro to Computation
has_children: false
---

# {{page.title}}

## Intro to Git

## Github Usage

## Intro to Virtual Environments
24 changes: 2 additions & 22 deletions docs/Intro to Computation/index.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,8 @@
---
layout: default
title: Intro to Computation
has_children: false
has_children: true
nav_order: 3
---

# Intro to Computation

## PMACS Access

## PMACS etiquette

## Github Usage

## Intro to the Command Line

## Intro to Python

## Intro to R

## Intro to Git

## Intro to Virtual Environments

## Introduction to Bioinformatics

Here is where we can overlap with the biology team.
# {{page.title}}
2 changes: 1 addition & 1 deletion docs/Intro to the Biology Lab/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ has_children: false
nav_order: 4
---

# Intro to the Biology Lab
# {{page.title}}

## How to clean the lab to avoid data contamination

Expand Down
4 changes: 3 additions & 1 deletion docs/Lab Resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ has_children: false
nav_order: 5
---

# Lab Resources
# {{page.title}}

## Penn Resources in General

Expand All @@ -15,6 +15,8 @@ nav_order: 5

## Technical Support

## Our Neighbors in Stellar-Chance

## This Website

This website is a [github-pages](https://docs.github.com/en/pages) site using [just-the-docs](https://open.win.ox.ac.uk/pages/open-science/community/just-the-docs-v040/) and [jekyll](https://jekyllrb.com/docs/) to get it running.
Expand Down
15 changes: 15 additions & 0 deletions docs/Onboarding/DryLabTraining.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: default
title: Dry Lab Training
nav_order: 4
parent: Onboarding
has_children: false
---

# {{page.title}}

## General

## Staff

## Students
27 changes: 27 additions & 0 deletions docs/Onboarding/LabAccess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
layout: default
title: Lab Access
nav_order: 2
parent: Onboarding
has_children: false
---

# {{page.title}}

## Building, Lab and Facility

Access to Stellar-Chance and BRB

Stellar-Chance 310 and offices

## Penn Medicine Email

## PMACS Account for Compute

## Lab Communication

slack, trello, google, labarxiv...

## Printers and Other Equipment

## Contact Info
17 changes: 17 additions & 0 deletions docs/Onboarding/Prerequisites.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: default
title: Prerequisites
nav_order: 1
parent: Onboarding
has_children: false
---

# {{page.title}}

## Permanent Staff

## Temporary Staff

## Postdocs

## Students
18 changes: 18 additions & 0 deletions docs/Onboarding/WetLabTraining.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: default
title: Wet Lab Training
nav_order: 3
parent: Onboarding
has_children: false
---

# {{page.title}}

## General

### Handling package Deliveries

## Staff

## Students

19 changes: 2 additions & 17 deletions docs/Onboarding/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,6 @@ has_children: true
nav_order: 2
---

# Onboarding

## Pre-Requisites

HIPAA, training on workday

## Access to Stellar-Chance and BRB

## Handling package Deliveries

## Our Spaces

Stellar-Chance 310 and offices

## Our Neighbors and co-workers in Stellar-Chance

## Other
# {{page.title}}

Welcome to the lab! You will find here some resources to get started with us.
4 changes: 2 additions & 2 deletions docs/Wet Lab SOPs/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout: default
title: Wet Lab SOPs
has_children: false
has_children: true
nav_order: 6
---

# Wet Lab SOPs
# {{page.title}}

Here we document the procedure to perform certain techniques in the wet lab.

Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ permalink: /

# Welcome to the Cheng Molecular Opthalmology lab!

This is the internal website for the Cheng Molecular Opthalmology lab's onboarding and a repository for Standard Operating Procedures (SOP).
This is the internal website for the Cheng Molecular Opthalmology lab's onboarding and a repository for our Standard Operating Procedures (SOP).

This documentation website was created using [Jekyll and Github pages](https://help.github.com/en/github/working-with-github-pages/setting-up-a-github-pages-site-with-jekyll).

0 comments on commit 67ee96b

Please sign in to comment.