-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path03_projects.html
More file actions
186 lines (177 loc) · 8.82 KB
/
03_projects.html
File metadata and controls
186 lines (177 loc) · 8.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title>Noor Sohail – Publications</title>
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<div id="wrapper">
<!-- ═══════════════════════════════════════════
SITE HEADER — pink banner, name, subtitle, social icons
═══════════════════════════════════════════ -->
<div class="center" style="background-color:rgb(202,150,174);">
<header id="header">
<h1><b>Noor Sohail</b></h1>
<!-- .outlined gets black text-shadow; .plain does not -->
<p>
<span class="outlined">Bioinformatician</span><br>
<span class="plain">Harvard Chan Bioinformatics Core</span><br>
<span class="plain">Harvard T.H. Chan School of Public Health</span>
</p>
<!-- Social icons: Google Scholar and GitHub with labels -->
<ul class="icons">
<div class="icon-container">
<li>
<a href="https://scholar.google.com/citations?user=UNMNBRoAAAAJ&hl=en&oi=ao" target="_blank">
<i class="fas fa-graduation-cap"></i>
<span class="icon-label plain">Google Scholar</span>
</a>
</li>
<li>
<a href="https://github.com/nsohail19" target="_blank">
<i class="fab fa-github"></i>
<span class="icon-label plain">GitHub</span>
</a>
</li>
</div>
</ul>
</header>
</div>
<!-- ═══════════════════════════════════════════
NAVIGATION BAR
═══════════════════════════════════════════ -->
<nav id="nav">
<ul>
<li><a href="index.html">About Me</a></li>
<li><a href="02_work_experience.html">Work Experience</a></li>
<li><a href="01_publications.html">Publications</a></li>
<li><a href="03_projects.html" class="active">Projects</a></li>
<li><a href="04_informal.html">About Me (Informal)</a></li>
</ul>
</nav>
<!-- ═══════════════════════════════════════════
MAIN CONTENT
═══════════════════════════════════════════ -->
<div id="main">
<section id="projects" class="main">
<header class="major">
<h2>Projects & Teaching Materials</h2>
</header>
<!-- ───────────────────────────────────────
WORKSHOPS
Each row: preview image left (images/projects/),
linked title + description right.
Rows stripe odd/even via CSS.
─────────────────────────────────────── -->
<div class="projects-section">
<h3>Workshops</h3>
<table class="project-table">
<tbody>
<tr>
<td class="proj-img">
<img src="images/projects/scrna.png" alt="scRNA-seq workshop preview" />
</td>
<td class="proj-text">
<a class="proj-title" href="https://hbctraining.github.io/Intro-to-scRNAseq/" target="_blank">Introduction to single-cell RNA-seq</a>
<p>Hands-on workshop covering experimental design, QC, clustering, and cell type annotation using Seurat in R/RStudio, starting from count matrices.</p>
</td>
</tr>
<tr>
<!-- Add image: images/projects/spatial.png -->
<td class="proj-img">
<img src="images/projects/spatial.png" alt="Spatial transcriptomics workshop preview" />
</td>
<td class="proj-text">
<a class="proj-title" href="https://hbctraining.github.io/Intro-to-spatial-transcriptomics/" target="_blank">Introduction to Spatial Transcriptomics</a>
<p>Hands-on introduction to spatial transcriptomics data analysis of Visium HD experiments.</p>
</td>
</tr>
<tr>
<td class="proj-img">
<img src="images/projects/pseudobulk.png" alt="Pseudobulk workshop preview" />
</td>
<td class="proj-text">
<a class="proj-title" href="https://hbctraining.github.io/Pseudobulk-for-scRNAseq/" target="_blank">Pseudobulk and Related Approaches for scRNA-seq Analysis</a>
<p>Workshop on pseudobulk methods (from single-cell RNA-seq data) for experimental designs
with biological replicates. Therefore sample variation can be accounted for with DESeq2 and proportional analyses.</p>
</td>
</tr>
<tr>
<!-- Add image: images/projects/python.png -->
<td class="proj-img">
<img src="images/projects/python.png" alt="Intro to Python workshop preview" />
</td>
<td class="proj-text">
<a class="proj-title" href="https://hbctraining.github.io/Intro-to-Python/" target="_blank">Introduction to Python</a>
<p>Practical workshop from zero Python experience to working with real-world data. Includes topics such
as: data structures, data manipulation with pandas, and visualization with Matplotlib and Seaborn.</p>
</td>
</tr>
</tbody>
</table>
</div><!-- /.projects-section workshops -->
<!-- ───────────────────────────────────────
WORKFLOWS
─────────────────────────────────────── -->
<div class="projects-section">
<h3>Workflows</h3>
<table class="project-table">
<tbody>
<tr>
<td class="proj-img">
<img src="images/projects/coexp.png" alt="Co-expression workflow preview" />
</td>
<td class="proj-text">
<a class="proj-title" href="https://github.com/hbc/scrna_coexpression_workflow/" target="_blank">Co-expression Workflow for scRNA</a>
<p>Calculate co-expression scores for zero-inflated single-cell datasets.</p>
</td>
</tr>
<tr>
<td class="proj-img">
<img src="images/projects/scrna_qc.png" alt="scRNA QC template preview" />
</td>
<td class="proj-text">
<a class="proj-title" href="https://github.com/nsohail19/scRNA_qc/" target="_blank">Template for QC of scRNA</a>
<p>Jupyter notebook template to run initial QC on scRNA datasets using scanpy.</p>
</td>
</tr>
</tbody>
</table>
</div><!-- /.projects-section workflows -->
<!-- ───────────────────────────────────────
DATA VISUALIZATION
─────────────────────────────────────── -->
<div class="projects-section">
<h3>Data Visualization</h3>
<table class="project-table">
<tbody>
<tr>
<td class="proj-img">
<img src="images/projects/tt.png" alt="Tidy Tuesday preview" />
</td>
<td class="proj-text">
<a class="proj-title" href="https://github.com/nsohail19/tidy_tuesday" target="_blank">Tidy Tuesday</a>
<p>Weekly data visualization practice using R and ggplot2.</p>
</td>
</tr>
</tbody>
</table>
</div><!-- /.projects-section dataviz -->
</section>
</div><!-- /#main -->
<footer id="footer"></footer>
</div><!-- /#wrapper -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>