Skip to content

Commit 75f3054

Browse files
committed
new episodes
1 parent 6008765 commit 75f3054

11 files changed

+5761
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Want to see Erin and Beth explain or demo your (least) favorite image analysis c
2727
| Episode 16 - [The Cell Painting Gallery, an Overview](https://youtu.be/5CtNWt0_FLk) | | | | [CPG landing page](https://github.com/broadinstitute/cellpainting-gallery), [CPG documentation](http://broadinstitute.github.io/cellpainting-gallery/), [CPG on NAIRR](https://nairrpilot.org/pilotresources) |
2828
| Episode 17 - [How to Write a Great Post on the Forum](https://youtu.be/jLBaZHO-iXw) | [Doc on what to do (and not do)](https://docs.google.com/document/d/1Bz9Fflbat9sHAmtweCr1RfYdhSYPrONlhjYmLYVbqEA/preview?rm=demo&tab=t.0) | | | [The Scientific Community Imaging Forum](https://forum.image.sc) |
2929
| Episode 18 - [Women on the Street Interviews: Hard Hitting Questions at SBI2 2025](https://youtu.be/99L2ESvAt5I) | | | | [SBI2 website](https://sbi2.org/) |
30+
| Episode 19 - [Conferences We've Attended Recently](https://youtu.be/Ah7PBRPgQ44) | | | | [SBI2 - The Society of Biomolecular Imaging and Informatics](https://sbi2.org), [ASCB - The American Society for Cell Biology](https://www.ascb.org), [SLAS - Society for Laboratory Automation and Screening](https://www.slas.org), [Cytodata Society](https://www.cytodata.org), [ABRF - Association of Biomolecular Resource Facilities](https://abrf.org), [Scipy - Scientific Python](https://www.scipy2025.scipy.org), [OME - Open Microscopy Environment](https://www.openmicroscopy.org), [I2K - Images to Knowledge](https://www.i2kconference.org), [Globias - Global BioImage Analysts' Society](https://www.globias.org), [BINA - Bioimaging North America](https://www.bioimagingnorthamerica.org) |
31+
| Episode 20 - [Intro to the Bioimaging Guide](https://youtu.be/Upqfn9ALXz8) | | | | [The Bioimaging Guide](https://www.bioimagingguide.org/welcome.html), [The companion paper](https://pmc.ncbi.nlm.nih.gov/articles/PMC10298797/) |
32+
| Episode 21 - [Visualizing Common Deep Learning Image Augmentations](https://youtu.be/3PVS4isGBoA) | [Pipeline available here](https://github.com/ciminilab/AskErin_DearBeth/tree/main/files/Ep21) | | | |
33+
| Episode 22 - [Overview of CellProfiler's Input Modules](https://youtu.be/AZi18trmQhE) | | | | [CellProfiler tutorials](http://tutorials.cellprofiler.org), [Full-length CellProfiler Input Modules video](https://www.youtube.com/watch?v=Z_pUWuOV06Q), [CellProfiler Input Modules written tutorial](https://carpenter-singh-lab.broadinstitute.org/blog/input-modules-tutorial) |
3034

3135
<!--
3236

files/Ep21/random_squares.png

3.09 KB
Loading

files/Ep21/striped_image20.png

2.92 KB
Loading
1.6 MB
Binary file not shown.

publishing_workflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ cd auto_subtitle
1111
auto_subtitle --output_dir ../AskErin_DearBeth/Transcripts --srt_only True /Users/eweisbar/Documents/projects/AEDB/Episodes/AskErinDearBeth_Episode_6.mp4
1212

1313
# Auto-clean subtitles
14-
sed -i '' -f replacements.sed ../AskErin_DearBeth/Transcripts/AskErinDearBeth_Episode_6.srt
14+
sed -i '' -f publishing_workflow/replacements.sed transcripts/AskErinDearBeth_Episode_21.srt
1515
```

publishing_workflow/replacements.sed

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1+
s/ask Erin dear Beth/Ask Erin Dear Beth/g
12
s/dear beth/Dear Beth/g
23
s/Aaron/Erin/g
34
s/Karen/Erin/g
45
s/cell profiler/CellProfiler/g
6+
s/cell profile/CellProfiler/g
7+
s/Cell Profiler/CellProfiler/g
8+
s/cell Profiler/CellProfiler/g
9+
s/Cell profiler/CellProfiler/g
10+
s/cell-profiler/CellProfiler/g
11+
s/Cell-Profiler/CellProfiler/g
512
s/self profiler/CellProfiler/g
613
s/self-profiler/CellProfiler/g
14+
s/self-profile/CellProfiler/g
715
s/saw profiler/CellProfiler/g
16+
s/Self-Refiler/CellProfiler/g
17+
s/spell profiler/CellProfiler/g
18+
s/spell profilers/CellProfiler's/g
19+
s/tell CellProfiler/tell CellProfiler/g
820
s/cell pose/Cellpose/g
921
s/elastic/ilastik/g
1022
s/ImageJay/ImageJ/g
@@ -13,3 +25,13 @@ s/brodeinstitute/Broad Institute/g
1325
s/brode institute/Broad Institute/g
1426
s/cell painting assay/Cell Painting Assay/g
1527
s/cell painting gallery/Cell Painting Gallery/g
28+
s/by layers/bilayers/g
29+
s/QPath/QuPath/g
30+
s/beena/BINA/g
31+
s/Beena/BINA/g
32+
s/bina/BINA/g
33+
s/bi-imaging/bioimaging/g
34+
s/Dappie/DAPI/g
35+
s/dappie/DAPI/g
36+
s/Fitzy/FITC/g
37+
s/fitzy/FITC/g

0 commit comments

Comments
 (0)