\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: ../../welcome.md:1
20 | msgid ""
21 | msgstr ""
22 |
23 | #: ../../welcome.md:1
24 | msgid "Sample Preparation"
25 | msgstr ""
26 |
27 | #: ../../welcome.md:1
28 | msgid "Sample Acquisition"
29 | msgstr ""
30 |
31 | #: ../../welcome.md:1
32 | msgid "Image Analysis and Data Handling"
33 | msgstr ""
34 |
35 | #: ../../welcome.md:1
36 | msgid "Data Interpretation"
37 | msgstr ""
38 |
39 | #: ../../welcome.md:1
40 | msgid "Additional Resources"
41 | msgstr ""
42 |
43 | #: ../../welcome.md:1
44 | msgid "Welcome"
45 | msgstr ""
46 |
47 | #: ../../welcome.md:3
48 | msgid "Welcome to the world of bioimaging and bioimage analysis! 🎉"
49 | msgstr ""
50 |
51 | #: ../../welcome.md:11
52 | msgid "BBBC image montage"
53 | msgstr ""
54 |
55 | #: ../../welcome.md:11
56 | msgid "**Montage of fluorescence microscopy images from [BBBC](https://bbbc.broadinstitute.org/) {cite}`Ljosa2012-fr` (Broad Institute).** Images shown are from experiments BBBC007, BBBC008, BBBC034, BBBC038, BBBC039, and BBBC020 from left to right, top to bottom."
57 | msgstr ""
58 |
59 | #: ../../welcome.md:13
60 | msgid "What is this book?"
61 | msgstr ""
62 |
63 | #: ../../welcome.md:15
64 | msgid "This book is a companion website to our paper \"[**_A biologist’s guide to planning and performing quantitative bioimaging experiments_**](https://doi.org/10.1371/journal.pbio.3002167)\" {cite}`Senft2023-zy`. Our goal is to provide recommendations and a curated set of resources for biologists looking to understand the factors that impact their fluorescence microscopy experiments."
65 | msgstr ""
66 |
67 | #: ../../welcome.md:17
68 | msgid "This book is a collaborative effort from experts in biology, imaging, image analysis, and data management, interpretation, and presentation. Our tips and recommendations come from real experiences training and working with biologists who are beginners to bioimaging and bioimage analysis. When starting out in a new field, you often don't know what you don't know. Here we provide context, tips for avoiding common beginner errors, and a focused list of high-quality, open source resources (full list available [here](bibliography)). We use icons to indicate the type of resource:"
69 | msgstr ""
70 |
71 | #: ../../welcome.md:39
72 | msgid "What **isn't** this book?"
73 | msgstr ""
74 |
75 | #: ../../welcome.md:41
76 | msgid "This book is **not** meant to be an exhaustive list of all resources. Many others have curated excellent such resources(see [here](https://febs.onlinelibrary.wiley.com/doi/10.1002/1873-3468.14451) {cite}`Haase2022-ad` and [here](https://www.bioimagingnorthamerica.org/training-education-resources/) and [here](https://biii.eu/) {cite}`Paul-Gilloteaux2021-vw`). Our goal is to create a more streamlined, beginner-accessible guide."
77 | msgstr ""
78 |
79 | #: ../../welcome.md:42
80 | msgid "This book is **not** a protocol or step by step guide, though certain resources we link to might be. Each subsection from sample prep to data interpretation are massive topics that we can't exhaustively cover in a guide for beginners."
81 | msgstr ""
82 |
83 | #: ../../welcome.md:45
84 | msgid "How to use this book:"
85 | msgstr ""
86 |
87 | #: ../../welcome.md:46
88 | msgid "Please select a section using the navigation panel on the left to get started or begin with sample preparation by clicking the \"Next\" button below ↘️."
89 | msgstr ""
90 |
91 | #: ../../welcome.md:48
92 | msgid "Most sections will guide you through individual subtopics using some or all of the following list of questions:"
93 | msgstr ""
94 |
95 | #: ../../welcome.md:49
96 | msgid "What is it?"
97 | msgstr ""
98 |
99 | #: ../../welcome.md:50
100 | msgid "What are my options?"
101 | msgstr ""
102 |
103 | #: ../../welcome.md:51
104 | msgid "How do I do it?"
105 | msgstr ""
106 |
107 | #: ../../welcome.md:52
108 | msgid "Where can things go wrong?"
109 | msgstr ""
110 |
111 | #: ../../welcome.md:53
112 | msgid "Where can I learn more? (links to resources)"
113 | msgstr ""
114 |
115 | #: ../../welcome.md:55
116 | msgid "Which questions are used and the exact phrasing may vary by section, but we hope this structure helps guide users to a deeper understanding of each subtopic."
117 | msgstr ""
118 |
119 | #: ../../welcome.md:57
120 | msgid "What if my resource/topic is not included?"
121 | msgstr ""
122 |
123 | #: ../../welcome.md:58
124 | msgid "Please feel free to open an [issue](https://github.com/broadinstitute/MicroscopyForBeginnersReferenceGuide/issues) or pull request to contribute! We hope for this to be a living document reflecting the best practices and resources available."
125 | msgstr ""
126 |
--------------------------------------------------------------------------------
/_config.yml:
--------------------------------------------------------------------------------
1 | # Book settings
2 | # Learn more at https://jupyterbook.org/customize/config.html
3 |
4 | title: Microscopy for Beginners reference guide
5 | author: ""
6 | copyright : "2024" # Copyright year to be placed in the footer
7 | logo : "logo.png" # A path to the book logo
8 | # Patterns to skip when building the book. Can be glob-style (e.g. "*skip.ipynb")
9 | exclude_patterns : [_build, Thumbs.db, .DS_Store, "**.ipynb_checkpoints"]
10 | # Auto-exclude files not in the toc
11 | only_build_toc_files : false
12 |
13 |
14 | # Force re-execution of notebooks on each build.
15 | # See https://jupyterbook.org/content/execute.html
16 | execute:
17 | execute_notebooks: force
18 |
19 | # Define the name of the latex output file for PDF builds
20 | latex:
21 | latex_documents:
22 | targetname: book.tex
23 |
24 | # Add a bibtex file so that we can create citations
25 | bibtex_bibfiles:
26 | - references.bib
27 |
28 | # Information about where the book exists on the web
29 | repository:
30 | url: https://github.com/broadinstitute/MicroscopyForBeginnersReferenceGuide # Online location of your book
31 | branch: main # Which branch of the repository should be used when creating links (optional)
32 |
33 | # Add GitHub buttons to your book
34 | # See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
35 | html:
36 | use_issues_button: true
37 | use_repository_button: true
38 | use_edit_page_button: true # Whether to add an "edit this page" button to pages. If `true`, repository information in repository: must be filled in
39 | favicon : "favicon.png" # A path to a favicon image
40 | google_analytics_id: G-LDZ3MLCB50
41 | comments:
42 | hypothesis: true
43 | extra_footer: |
44 |
45 | English česky português español
46 |
47 |
48 | sphinx:
49 | extra_extensions:
50 | - sphinxcontrib.mermaid
51 | config:
52 | bibtex_reference_style: super
53 | locale_dirs: ["locale/"]
54 | gettext_compact: true
55 |
--------------------------------------------------------------------------------
/_static/myfile.css:
--------------------------------------------------------------------------------
1 | summary.summary-title.card-header {
2 | font-size: 20px;
3 | padding: 0.75em;
4 | }
5 |
6 | p {
7 | font-weight: 400;
8 | }
9 | h2 {
10 | font-size: 30px;
11 | }
12 |
13 | h3 {
14 | font-size: 24px;
15 | }
16 |
17 | h4 {
18 | font-size: 20px;
19 | }
20 | h3 {
21 | font-size: 18px;
22 | }
23 | h4 {
24 | font-size: 16px;
25 | }
26 | body, h1, h2, h3, h4 ,h5, h6 {
27 | font-family: "HelveticaNeue-Light", "Arial", sans-serif !important;
28 | }
29 | #main-content li {
30 | margin-top: 0px;
31 | padding-top: 0px;
32 | margin-bottom: 4px;
33 | padding-bottom: 4px;
34 | }
35 | .mermaid {
36 | padding-bottom: 30px;
37 | }
38 |
39 | #site-navigation a {
40 | margin-top: 0px;
41 | padding-top: 0px;
42 | margin-bottom: 0px;
43 | padding-bottom: 0px;
44 | }
45 | .toctree-wrapper.compound p,ul {
46 | margin-top: 0px;
47 | padding-top: 0px;
48 | margin-bottom: 0px;
49 | padding-bottom: 0px;
50 | }
51 | li.toctree-l1 {
52 | margin-top: 0px;
53 | padding-top: 0px;
54 | margin-bottom: 0px !important;
55 | padding-bottom: 0px !important;
56 | }
57 | .bd-sidebar {
58 | min-width: 300px;
59 | }
60 |
61 | /* grid text sizing and padding */
62 | #open-source-software .sd-card-text{
63 | font-size: 0.9em;
64 | }
65 | #open-source-software .sd-card-body.docutils{
66 | padding: 0.6em;
67 | }
68 |
69 | /*
70 | #main-content ul.simple {
71 | margin-bottom: 6px;
72 | padding-bottom: 6px
73 | }
74 | .topbar>div {
75 | padding-left: 20px;
76 | }
77 | #navbar-toggler {
78 | position: relative;
79 | }
80 |
--------------------------------------------------------------------------------
/_toc.yml:
--------------------------------------------------------------------------------
1 | format: jb-book
2 | root: welcome
3 | defaults:
4 | caption: Default Caption
5 | parts:
6 | - caption:
7 | chapters:
8 | - file: QuantitativeBioimaging
9 | - caption: Sample Preparation
10 | chapters:
11 | - file: 01_Sample_preparation/Introduction
12 | - file: 01_Sample_preparation/Experimental_design
13 | - file: 01_Sample_preparation/Considerations
14 | - file: 01_Sample_preparation/Reproducibility
15 | - file: 01_Sample_preparation/Resources
16 | - caption: Sample Acquisition
17 | chapters:
18 | - file: 02_Sample_acquisition/Introduction
19 | - file: 02_Sample_acquisition/Picking
20 | - file: 02_Sample_acquisition/Practical_considerations
21 | - file: 02_Sample_acquisition/Resources
22 | - caption: Image Analysis and Data Handling
23 | chapters:
24 | - file: 03_Image_analysis/Introduction
25 | - file: 03_Image_analysis/Common_types_of_analysis.md
26 | sections:
27 | - file: 03_Image_analysis/Shape
28 | - file: 03_Image_analysis/Intensity
29 | - file: 03_Image_analysis/Colocalization
30 | - file: 03_Image_analysis/Tracking
31 | - file: 03_Image_analysis/Classification
32 | - file: 03_Image_analysis/Software
33 | sections:
34 | - file: 03_Image_analysis/GeneralUseSoftware
35 | - file: 03_Image_analysis/SpecificUseSoftware
36 | - file: 03_Image_analysis/Data_management
37 | - file: 03_Image_analysis/Resources
38 | - caption: Data Interpretation
39 | chapters:
40 | - file: 04_Data_presentation/Introduction
41 | - file: 04_Data_presentation/Presentation_images
42 | - file: 04_Data_presentation/Statistics
43 | - file: 04_Data_presentation/Resources
44 | - caption: Additional Resources
45 | chapters:
46 | - file: community_resources
47 | - file: contributors
48 | - file: Glossary
49 | - file: bibliography
50 | - file: genindex
51 |
--------------------------------------------------------------------------------
/bibliography.md:
--------------------------------------------------------------------------------
1 | # Bibliography
2 | (bibliography)=
3 | ```{bibliography}
4 | :style: unsrt
5 | ```
6 |
7 |
--------------------------------------------------------------------------------
/community_resources.md:
--------------------------------------------------------------------------------
1 | # Community resources
2 |
3 | Below are globally and locally available community resources
4 |
5 | ## Global and online resources
6 |
7 | ```{list-table}
8 | :header-rows: 1
9 | :name: global-resource-table
10 |
11 | * - **Resource Name**
12 | - **Link**
13 | - **Brief description**
14 | * - Global BioImaging
15 | - [link](https://globalbioimaging.org/)
16 | - Training resources, working groups, recommendations for standardization and research reproducibility for global bioimaging efforts
17 | * - GloBIAS
18 | - [link](https://www.globias.org/home)
19 | - Connections, training, and more for bioimage analysts across the world
20 | * - Microforum
21 | - [link](https://forum.microlist.org/)
22 | - Discussion forum for bioimaging sample preparation and acquisition
23 | * - Scientific Community Image Forum (Image . sc)
24 | - [link](https://forum.image.sc/)
25 | - Discussion forum for bioimage analysis software {cite}`Rueden2019-qp`
26 | * - Microtutor
27 | - [link](https://microtutor.globalbioimaging.org/)
28 | - A fantastic interactive course on fluorescence microscopy, created by the team at [Harvard CITE](https://cite.hms.harvard.edu/)
29 | * - HMS Nikon Imaging Center "Favorite References"
30 | - [link](https://nic.med.harvard.edu/fav_references/)
31 | - A curated list of references related to many aspects of microscopy and image analysis
32 |
33 | ```
34 |
35 | ## Local resources
36 |
37 | ```{list-table}
38 | :header-rows: 1
39 | :name: local-resource-table
40 |
41 | * - **Resource Name**
42 | - **Link**
43 | * - BioImaging North America (BINA)
44 | - [link](https://www.bioimagingnorthamerica.org/)
45 | * - Latin America BioImaging
46 | - [link](https://www.latambioimaging.org/ )
47 | * - African BioImaging Consortium
48 | - [link](https://www.africanbioimaging.org/)
49 | * - South Africa BioImaging
50 | - [link](https://www.sabioimaging.org/)
51 | * - Euro-bioimaging
52 | - [link](https://www.eurobioimaging.eu/)
53 | * - Advanced BioImaging support (Japan)
54 | - [link](https://www.nibb.ac.jp/abis/)
55 | * - Microscopy Australia
56 | - [link](https://micro.org.au/)
57 | * - Canada BioImaging
58 | - [link](https://www.canadabioimaging.org/)
59 | * - Singapore Microscopy Infrastructure Network
60 | - [link](https://www.singascope.sg/)
61 | ```
62 |
--------------------------------------------------------------------------------
/contributors.md:
--------------------------------------------------------------------------------
1 | # Contributing to this guide
2 |
3 | ## Contributors
4 |
5 | The original material for this book was created as part of the paper "[**_A biologist’s guide to planning and performing quantitative bioimaging experiments_**](https://doi.org/10.1371/journal.pbio.3002167)" {cite}`Senft2023-zy`. by Rebecca A. Senft*, Barbara Diaz-Rohrer*, Pina Colarusso, Lucy Swift, Nasim Jamali, Helena Jambor, Thomas Pengo, Craig Brideau, Paula Montero Llopis, Virginie Uhlmann, Jason Kirk, Kevin Andrew Gonzales, Peter Bankhead, Edward L. Evans III, Kevin W Eliceiri and Beth A. Cimini.
6 |
7 | This project was initiated by the [Center for Open Bioimage Analysis](https://openbioimageanalysis.org/) .We are grateful to [Bioimaging North America](https://www.bioimagingnorthamerica.org/) (especially its [Image Informatics](https://www.bioimagingnorthamerica.org/image-informatics-wg/) and [Training and Education](https://www.bioimagingnorthamerica.org/te-wg/) Working Groups) for both initial and ongoing support of this project.
8 |
9 | Since this guide has become available, we gratefully acknowledge contributions from the following members of the microscopy and bioimage analysis community!
10 | - William Giang
11 | - Robert Haase
12 |
13 | Improvements to the build and maintenance system for this book have come from
14 | - Pete Bankhead
15 |
16 | ## How can I become a contributor?
17 |
18 | Please feel free to open an [issue](https://github.com/broadinstitute/MicroscopyForBeginnersReferenceGuide/issues) or pull request to contribute! We hope for this to be a living document reflecting the best practices and resources available.
19 |
20 | We currently also offer a [Google Form](https://docs.google.com/forms/d/e/1FAIpQLScWQbemviI2OkvVkeTKUOozAzKNndcZpXIB_nE0qFMl72lqvQ/viewform) for contributions, though note these may be responded to more slowly than direct contributions to the GitHub repository.
21 |
22 |
23 | ## Translation
24 |
25 | This guide is available in [English](https://www.bioimagingguide.org) as well as [Czech](https://cs.bioimagingguide.org), [Portuguese](https://pt.bioimagingguide.org), and [Spanish](https://es.bioimagingguide.org).
26 |
27 | Work is underway to translate this guide into other languages - translation is planned or has begun in French, German, Finnish, Italian, Japanese, Polish, and Farsi. To help translate into one of these languages, or another language not listed here, please contact bcimini AT broadinstitute DOT org.
28 |
29 | Translations are gratefully acknowledged from:
30 |
31 | - Czech : Martin Schätz
32 | - Portuguese: Mario Costa Cruz
33 | - Spanish: Mariana De Niz
34 |
--------------------------------------------------------------------------------
/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/COBA-NIH/MicroscopyForBeginnersReferenceGuide/76e48826ded54fdd505832e7328b78c31f1c3f07/favicon.png
--------------------------------------------------------------------------------
/genindex.md:
--------------------------------------------------------------------------------
1 | # Index
--------------------------------------------------------------------------------
/images/10TipsHowToNotLieWithImages.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/COBA-NIH/MicroscopyForBeginnersReferenceGuide/76e48826ded54fdd505832e7328b78c31f1c3f07/images/10TipsHowToNotLieWithImages.png
--------------------------------------------------------------------------------
/images/Flow-chart-to-help-choose-which-type-of-microscope-to-use.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/COBA-NIH/MicroscopyForBeginnersReferenceGuide/76e48826ded54fdd505832e7328b78c31f1c3f07/images/Flow-chart-to-help-choose-which-type-of-microscope-to-use.png
--------------------------------------------------------------------------------
/images/colocalization.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/COBA-NIH/MicroscopyForBeginnersReferenceGuide/76e48826ded54fdd505832e7328b78c31f1c3f07/images/colocalization.png
--------------------------------------------------------------------------------
/images/crosstalk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/COBA-NIH/MicroscopyForBeginnersReferenceGuide/76e48826ded54fdd505832e7328b78c31f1c3f07/images/crosstalk.png
--------------------------------------------------------------------------------
/images/data_management.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/COBA-NIH/MicroscopyForBeginnersReferenceGuide/76e48826ded54fdd505832e7328b78c31f1c3f07/images/data_management.png
--------------------------------------------------------------------------------
/images/discrete_classes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/COBA-NIH/MicroscopyForBeginnersReferenceGuide/76e48826ded54fdd505832e7328b78c31f1c3f07/images/discrete_classes.png
--------------------------------------------------------------------------------
/images/inversion.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/COBA-NIH/MicroscopyForBeginnersReferenceGuide/76e48826ded54fdd505832e7328b78c31f1c3f07/images/inversion.png
--------------------------------------------------------------------------------
/images/mounting_media.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/COBA-NIH/MicroscopyForBeginnersReferenceGuide/76e48826ded54fdd505832e7328b78c31f1c3f07/images/mounting_media.png
--------------------------------------------------------------------------------
/images/multichannel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/COBA-NIH/MicroscopyForBeginnersReferenceGuide/76e48826ded54fdd505832e7328b78c31f1c3f07/images/multichannel.png
--------------------------------------------------------------------------------
/images/processing_images_cheatsheet.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/COBA-NIH/MicroscopyForBeginnersReferenceGuide/76e48826ded54fdd505832e7328b78c31f1c3f07/images/processing_images_cheatsheet.gif
--------------------------------------------------------------------------------
/images/rotation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/COBA-NIH/MicroscopyForBeginnersReferenceGuide/76e48826ded54fdd505832e7328b78c31f1c3f07/images/rotation.png
--------------------------------------------------------------------------------
/images/sdr_fig1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/COBA-NIH/MicroscopyForBeginnersReferenceGuide/76e48826ded54fdd505832e7328b78c31f1c3f07/images/sdr_fig1.png
--------------------------------------------------------------------------------
/images/wavelength_resolution.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/COBA-NIH/MicroscopyForBeginnersReferenceGuide/76e48826ded54fdd505832e7328b78c31f1c3f07/images/wavelength_resolution.png
--------------------------------------------------------------------------------
/intl_requirements.txt:
--------------------------------------------------------------------------------
1 | sphinx-intl
2 |
--------------------------------------------------------------------------------
/locale/cs/LC_MESSAGES/README.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2024-03-29 09:37-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language-Team: LANGUAGE \n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=utf-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "Generated-By: Babel 2.13.1\n"
19 |
20 | #: ../../README.md:1
21 | msgid "[](https://zenodo.org/doi/10.5281/zenodo.10675608)"
22 | msgstr ""
23 |
24 | #: ../../README.md:1
25 | msgid "DOI"
26 | msgstr ""
27 |
28 | #: ../../README.md:3
29 | msgid "Microscopy For Beginners Reference Guide"
30 | msgstr ""
31 |
32 | #: ../../README.md:4
33 | msgid "Website :link: :arrow_right: [CLICK HERE](https://bioimagingguide.org)"
34 | msgstr ""
35 |
36 | #: ../../README.md:6
37 | msgid ""
38 | "A Beginner's guide to microscopy, from sample prep to acquisition, image "
39 | "analysis, and data interpretation. See the paper "
40 | "[here](https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.3002167)"
41 | " (original preprint [here](https://doi.org/10.5281/zenodo.7439283))"
42 | msgstr ""
43 |
44 | #~ msgid ""
45 | #~ "A Beginner's guide to microscopy, from"
46 | #~ " sample prep to acquisition, image "
47 | #~ "analysis, and data interpretation. See "
48 | #~ "the related preprint "
49 | #~ "[here](https://doi.org/10.5281/zenodo.7439283)"
50 | #~ msgstr ""
51 |
52 |
--------------------------------------------------------------------------------
/locale/cs/LC_MESSAGES/bibliography.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , YEAR.
5 | #
6 | # Translators:
7 | # Beth Cimini, 2023
8 | #
9 | #, fuzzy
10 | msgid ""
11 | msgstr ""
12 | "Project-Id-Version: Python\n"
13 | "Report-Msgid-Bugs-To: \n"
14 | "POT-Creation-Date: 2023-05-02 14:28-0400\n"
15 | "PO-Revision-Date: 2023-05-02 18:49+0000\n"
16 | "Last-Translator: Beth Cimini, 2023\n"
17 | "Language-Team: Czech (https://app.transifex.com/center-for-open-bioimage-analysis/teams/169123/cs/)\n"
18 | "MIME-Version: 1.0\n"
19 | "Content-Type: text/plain; charset=UTF-8\n"
20 | "Content-Transfer-Encoding: 8bit\n"
21 | "Language: cs\n"
22 | "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
23 |
24 | #: ../../bibliography.md:1
25 | msgid "Bibliography"
26 | msgstr "Bibliografie"
27 |
--------------------------------------------------------------------------------
/locale/cs/LC_MESSAGES/genindex.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , YEAR.
5 | #
6 | # Translators:
7 | # Beth Cimini, 2023
8 | #
9 | #, fuzzy
10 | msgid ""
11 | msgstr ""
12 | "Project-Id-Version: Python\n"
13 | "Report-Msgid-Bugs-To: \n"
14 | "POT-Creation-Date: 2023-05-02 14:28-0400\n"
15 | "PO-Revision-Date: 2023-05-02 18:49+0000\n"
16 | "Last-Translator: Beth Cimini, 2023\n"
17 | "Language-Team: Czech (https://app.transifex.com/center-for-open-bioimage-analysis/teams/169123/cs/)\n"
18 | "MIME-Version: 1.0\n"
19 | "Content-Type: text/plain; charset=UTF-8\n"
20 | "Content-Transfer-Encoding: 8bit\n"
21 | "Language: cs\n"
22 | "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
23 |
24 | #: ../../genindex.md:1
25 | msgid "Index"
26 | msgstr "Index"
27 |
--------------------------------------------------------------------------------
/locale/de/LC_MESSAGES/QuantitativeBioimaging.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2023-06-28 07:29-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: de\n"
15 | "Language-Team: de \n"
16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.12.1\n"
21 |
22 | #: ../../QuantitativeBioimaging.md:1
23 | msgid "Quantitative Bioimaging"
24 | msgstr ""
25 |
26 | #: ../../QuantitativeBioimaging.md:3
27 | msgid "What do we mean by quantitative bioimaging?"
28 | msgstr ""
29 |
30 | #: ../../QuantitativeBioimaging.md:5
31 | msgid ""
32 | "While microscopy was by necessity a qualitative science for most of its "
33 | "history, we now live in an era where microscope images can be used to "
34 | "precisely quantify observable phenotypes."
35 | msgstr ""
36 |
37 | #: ../../QuantitativeBioimaging.md:7
38 | msgid ""
39 | "The ability to draw accurate quantitative answers from these experiments "
40 | "relies on certain best practices being followed. If one can confidently "
41 | "say \"Yes\" to each of the following 4 questions, one is likely to be "
42 | "able to quantify their sample."
43 | msgstr ""
44 |
45 | #: ../../QuantitativeBioimaging.md:9
46 | msgid ""
47 | "Have I prepared my sample in a way that minimizes technical artifacts and"
48 | " lets me understand exactly which molecule(s) I am observing?"
49 | msgstr ""
50 |
51 | #: ../../QuantitativeBioimaging.md:10
52 | msgid ""
53 | "Have I conducted my microscopy so that I minimize technical artifacts and"
54 | " am in the quantitative range of the detector attached to my microscope?"
55 | msgstr ""
56 |
57 | #: ../../QuantitativeBioimaging.md:11
58 | msgid ""
59 | "Have I selected analysis metric(s) that truly answer my biological "
60 | "question and measured them in a way that minimizes technical artifacts?"
61 | msgstr ""
62 |
63 | #: ../../QuantitativeBioimaging.md:12
64 | msgid ""
65 | "Have I chosen appropriate statistical comparisons and data presentation "
66 | "approaches so that the distribution of my metric(s) can be fairly "
67 | "compared across samples, answering my biolgical question?"
68 | msgstr ""
69 |
70 | #: ../../QuantitativeBioimaging.md:14
71 | msgid ""
72 | "Answering each of these questions requires thought, expertise, and often "
73 | "a fair amount of trial and error; it can feel overwhelming to grapple "
74 | "with all the technical aspects and caveats present in a bioimaging "
75 | "experiment. These questions **_can_** be answered, however, though often "
76 | "not in a single pass - [continuous optimization through multiple rounds "
77 | "of answering these questions](qb-decision-cycle) is typically needed for "
78 | "best results."
79 | msgstr ""
80 |
81 | #: ../../QuantitativeBioimaging.md:16
82 | msgid ""
83 | "The resources linked in this guide are designed to help a reader develop "
84 | "skills in each or all of these areas, helping them get the most from "
85 | "their microscopy data."
86 | msgstr ""
87 |
88 | #: ../../QuantitativeBioimaging.md:25
89 | msgid "cycle"
90 | msgstr ""
91 |
92 | #: ../../QuantitativeBioimaging.md:25
93 | msgid ""
94 | "**The decision cycle of quantitative bioimaging {cite}`Senft2023-zy`** "
95 | "Reproduced from Senft and Diaz-Rohrer et al, [**_A biologist’s guide to "
96 | "planning and performing quantitative bioimaging "
97 | "experiments_**](https://doi.org/10.1371/journal.pbio.3002167)."
98 | msgstr ""
99 |
100 |
--------------------------------------------------------------------------------
/locale/de/LC_MESSAGES/README.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2024-03-29 09:37-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: de\n"
15 | "Language-Team: de \n"
16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.13.1\n"
21 |
22 | #: ../../README.md:1
23 | msgid "[](https://zenodo.org/doi/10.5281/zenodo.10675608)"
24 | msgstr ""
25 |
26 | #: ../../README.md:1
27 | msgid "DOI"
28 | msgstr ""
29 |
30 | #: ../../README.md:3
31 | msgid "Microscopy For Beginners Reference Guide"
32 | msgstr ""
33 |
34 | #: ../../README.md:4
35 | msgid "Website :link: :arrow_right: [CLICK HERE](https://bioimagingguide.org)"
36 | msgstr ""
37 |
38 | #: ../../README.md:6
39 | msgid ""
40 | "A Beginner's guide to microscopy, from sample prep to acquisition, image "
41 | "analysis, and data interpretation. See the paper "
42 | "[here](https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.3002167)"
43 | " (original preprint [here](https://doi.org/10.5281/zenodo.7439283))"
44 | msgstr ""
45 |
46 |
--------------------------------------------------------------------------------
/locale/de/LC_MESSAGES/bibliography.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2023-05-02 14:28-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: de\n"
15 | "Language-Team: de \n"
16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.12.1\n"
21 |
22 | #: ../../bibliography.md:1
23 | msgid "Bibliography"
24 | msgstr ""
25 |
26 |
--------------------------------------------------------------------------------
/locale/de/LC_MESSAGES/community_resources.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2024-03-29 09:37-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: de\n"
15 | "Language-Team: de \n"
16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.13.1\n"
21 |
22 | #: ../../community_resources.md:1
23 | msgid "Community resources"
24 | msgstr ""
25 |
26 | #: ../../community_resources.md:3
27 | msgid "Below are globally and locally available community resources"
28 | msgstr ""
29 |
30 | #: ../../community_resources.md:5
31 | msgid "Global and online resources"
32 | msgstr ""
33 |
34 | #: ../../community_resources.md:12 ../../community_resources.md:38
35 | msgid "**Resource Name**"
36 | msgstr ""
37 |
38 | #: ../../community_resources.md:13 ../../community_resources.md:39
39 | msgid "**Link**"
40 | msgstr ""
41 |
42 | #: ../../community_resources.md:14
43 | msgid "**Brief description**"
44 | msgstr ""
45 |
46 | #: ../../community_resources.md:15
47 | msgid "Global BioImaging"
48 | msgstr ""
49 |
50 | #: ../../community_resources.md:16
51 | msgid "[link](https://globalbioimaging.org/)"
52 | msgstr ""
53 |
54 | #: ../../community_resources.md:17
55 | msgid ""
56 | "Training resources, working groups, recommendations for standardization "
57 | "and research reproducibility for global bioimaging efforts"
58 | msgstr ""
59 |
60 | #: ../../community_resources.md:18
61 | msgid "GloBIAS"
62 | msgstr ""
63 |
64 | #: ../../community_resources.md:19
65 | msgid "[link](https://www.globias.org/home)"
66 | msgstr ""
67 |
68 | #: ../../community_resources.md:20
69 | msgid "Connections, training, and more for bioimage analysts across the world"
70 | msgstr ""
71 |
72 | #: ../../community_resources.md:21
73 | msgid "Microforum"
74 | msgstr ""
75 |
76 | #: ../../community_resources.md:22
77 | msgid "[link](https://forum.microlist.org/)"
78 | msgstr ""
79 |
80 | #: ../../community_resources.md:23
81 | msgid "Discussion forum for bioimaging sample preparation and acquisition"
82 | msgstr ""
83 |
84 | #: ../../community_resources.md:24
85 | msgid "Scientific Community Image Forum (Image . sc)"
86 | msgstr ""
87 |
88 | #: ../../community_resources.md:25
89 | msgid "[link](https://forum.image.sc/)"
90 | msgstr ""
91 |
92 | #: ../../community_resources.md:26
93 | msgid "Discussion forum for bioimage analysis software {cite}`Rueden2019-qp`"
94 | msgstr ""
95 |
96 | #: ../../community_resources.md:27
97 | msgid "HMS Nikon Imaging Center \"Favorite References\""
98 | msgstr ""
99 |
100 | #: ../../community_resources.md:28
101 | msgid "[link](https://nic.med.harvard.edu/fav_references/)"
102 | msgstr ""
103 |
104 | #: ../../community_resources.md:29
105 | msgid ""
106 | "A curated list of references related to many aspects of microscopy and "
107 | "image analysis"
108 | msgstr ""
109 |
110 | #: ../../community_resources.md:32
111 | msgid "Local resources"
112 | msgstr ""
113 |
114 | #: ../../community_resources.md:40
115 | msgid "BioImaging North America (BINA)"
116 | msgstr ""
117 |
118 | #: ../../community_resources.md:41
119 | msgid "[link](https://www.bioimagingnorthamerica.org/)"
120 | msgstr ""
121 |
122 | #: ../../community_resources.md:42
123 | msgid "Latin America BioImaging"
124 | msgstr ""
125 |
126 | #: ../../community_resources.md:43
127 | msgid "[link](https://www.latambioimaging.org/ )"
128 | msgstr ""
129 |
130 | #: ../../community_resources.md:44
131 | msgid "African BioImaging Consortium"
132 | msgstr ""
133 |
134 | #: ../../community_resources.md:45
135 | msgid "[link](https://www.africanbioimaging.org/)"
136 | msgstr ""
137 |
138 | #: ../../community_resources.md:46
139 | msgid "South Africa BioImaging"
140 | msgstr ""
141 |
142 | #: ../../community_resources.md:47
143 | msgid "[link](https://www.sabioimaging.org/)"
144 | msgstr ""
145 |
146 | #: ../../community_resources.md:48
147 | msgid "Euro-bioimaging"
148 | msgstr ""
149 |
150 | #: ../../community_resources.md:49
151 | msgid "[link](https://www.eurobioimaging.eu/)"
152 | msgstr ""
153 |
154 | #: ../../community_resources.md:50
155 | msgid "Advanced BioImaging support (Japan)"
156 | msgstr ""
157 |
158 | #: ../../community_resources.md:51
159 | msgid "[link](https://www.nibb.ac.jp/abis/)"
160 | msgstr ""
161 |
162 | #: ../../community_resources.md:52
163 | msgid "Microscopy Australia"
164 | msgstr ""
165 |
166 | #: ../../community_resources.md:53
167 | msgid "[link](https://micro.org.au/)"
168 | msgstr ""
169 |
170 | #: ../../community_resources.md:54
171 | msgid "Canada BioImaging"
172 | msgstr ""
173 |
174 | #: ../../community_resources.md:55
175 | msgid "[link](https://www.canadabioimaging.org/)"
176 | msgstr ""
177 |
178 | #: ../../community_resources.md:56
179 | msgid "Singapore Microscopy Infrastructure Network"
180 | msgstr ""
181 |
182 | #: ../../community_resources.md:57
183 | msgid "[link](https://www.singascope.sg/)"
184 | msgstr ""
185 |
186 |
--------------------------------------------------------------------------------
/locale/de/LC_MESSAGES/genindex.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2023-05-02 14:28-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: de\n"
15 | "Language-Team: de \n"
16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.12.1\n"
21 |
22 | #: ../../genindex.md:1
23 | msgid "Index"
24 | msgstr ""
25 |
26 |
--------------------------------------------------------------------------------
/locale/de/LC_MESSAGES/welcome.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2023-06-28 07:29-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: de\n"
15 | "Language-Team: de \n"
16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.12.1\n"
21 |
22 | #: ../../welcome.md:1
23 | msgid "Sample Preparation"
24 | msgstr ""
25 |
26 | #: ../../welcome.md:1
27 | msgid "Sample Acquisition"
28 | msgstr ""
29 |
30 | #: ../../welcome.md:1
31 | msgid "Image Analysis and Data Handling"
32 | msgstr ""
33 |
34 | #: ../../welcome.md:1
35 | msgid "Data Interpretation"
36 | msgstr ""
37 |
38 | #: ../../welcome.md:1
39 | msgid "Additional Resources"
40 | msgstr ""
41 |
42 | #: ../../welcome.md:1
43 | msgid "Welcome"
44 | msgstr ""
45 |
46 | #: ../../welcome.md:3
47 | msgid "Welcome to the world of bioimaging and bioimage analysis! 🎉"
48 | msgstr ""
49 |
50 | #: ../../welcome.md:11
51 | msgid "BBBC image montage"
52 | msgstr ""
53 |
54 | #: ../../welcome.md:11
55 | msgid ""
56 | "**Montage of fluorescence microscopy images from "
57 | "[BBBC](https://bbbc.broadinstitute.org/) {cite}`Ljosa2012-fr` (Broad "
58 | "Institute).** Images shown are from experiments BBBC007, BBBC008, "
59 | "BBBC034, BBBC038, BBBC039, and BBBC020 from left to right, top to bottom."
60 | msgstr ""
61 |
62 | #: ../../welcome.md:13
63 | msgid "What is this book?"
64 | msgstr ""
65 |
66 | #: ../../welcome.md:15
67 | msgid ""
68 | "This book is a companion website to our paper \"[**_A biologist’s guide "
69 | "to planning and performing quantitative bioimaging "
70 | "experiments_**](https://doi.org/10.1371/journal.pbio.3002167)\" "
71 | "{cite}`Senft2023-zy`. Our goal is to provide recommendations and a "
72 | "curated set of resources for biologists looking to understand the factors"
73 | " that impact their fluorescence microscopy experiments."
74 | msgstr ""
75 |
76 | #: ../../welcome.md:17
77 | msgid ""
78 | "This book is a collaborative effort from experts in biology, imaging, "
79 | "image analysis, and data management, interpretation, and presentation. "
80 | "Our tips and recommendations come from real experiences training and "
81 | "working with biologists who are beginners to bioimaging and bioimage "
82 | "analysis. When starting out in a new field, you often don't know what you"
83 | " don't know. Here we provide context, tips for avoiding common beginner "
84 | "errors, and a focused list of high-quality, open source resources (full "
85 | "list available [here](bibliography)). We use icons to indicate the type "
86 | "of resource:"
87 | msgstr ""
88 |
89 | #: ../../welcome.md:39
90 | msgid "What **isn't** this book?"
91 | msgstr ""
92 |
93 | #: ../../welcome.md:41
94 | msgid ""
95 | "This book is **not** meant to be an exhaustive list of all resources. "
96 | "Many others have curated excellent such resources(see "
97 | "[here](https://febs.onlinelibrary.wiley.com/doi/10.1002/1873-3468.14451) "
98 | "{cite}`Haase2022-ad` and [here](https://www.bioimagingnorthamerica.org"
99 | "/training-education-resources/) and [here](https://biii.eu/) {cite}`Paul-"
100 | "Gilloteaux2021-vw`). Our goal is to create a more streamlined, beginner-"
101 | "accessible guide."
102 | msgstr ""
103 |
104 | #: ../../welcome.md:42
105 | msgid ""
106 | "This book is **not** a protocol or step by step guide, though certain "
107 | "resources we link to might be. Each subsection from sample prep to data "
108 | "interpretation are massive topics that we can't exhaustively cover in a "
109 | "guide for beginners."
110 | msgstr ""
111 |
112 | #: ../../welcome.md:45
113 | msgid "How to use this book:"
114 | msgstr ""
115 |
116 | #: ../../welcome.md:46
117 | msgid ""
118 | "Please select a section using the navigation panel on the left to get "
119 | "started or begin with sample preparation by clicking the \"Next\" button "
120 | "below ↘️."
121 | msgstr ""
122 |
123 | #: ../../welcome.md:48
124 | msgid ""
125 | "Most sections will guide you through individual subtopics using some or "
126 | "all of the following list of questions:"
127 | msgstr ""
128 |
129 | #: ../../welcome.md:49
130 | msgid "What is it?"
131 | msgstr ""
132 |
133 | #: ../../welcome.md:50
134 | msgid "What are my options?"
135 | msgstr ""
136 |
137 | #: ../../welcome.md:51
138 | msgid "How do I do it?"
139 | msgstr ""
140 |
141 | #: ../../welcome.md:52
142 | msgid "Where can things go wrong?"
143 | msgstr ""
144 |
145 | #: ../../welcome.md:53
146 | msgid "Where can I learn more? (links to resources)"
147 | msgstr ""
148 |
149 | #: ../../welcome.md:55
150 | msgid ""
151 | "Which questions are used and the exact phrasing may vary by section, but "
152 | "we hope this structure helps guide users to a deeper understanding of "
153 | "each subtopic."
154 | msgstr ""
155 |
156 | #: ../../welcome.md:57
157 | msgid "What if my resource/topic is not included?"
158 | msgstr ""
159 |
160 | #: ../../welcome.md:58
161 | msgid ""
162 | "Please feel free to open an "
163 | "[issue](https://github.com/broadinstitute/MicroscopyForBeginnersReferenceGuide/issues)"
164 | " or pull request to contribute! We hope for this to be a living document "
165 | "reflecting the best practices and resources available."
166 | msgstr ""
167 |
168 |
--------------------------------------------------------------------------------
/locale/es/LC_MESSAGES/README.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2024-03-29 09:37-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language-Team: LANGUAGE \n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=utf-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "Generated-By: Babel 2.13.1\n"
19 |
20 | #: ../../README.md:1
21 | msgid "[](https://zenodo.org/doi/10.5281/zenodo.10675608)"
22 | msgstr ""
23 |
24 | #: ../../README.md:1
25 | msgid "DOI"
26 | msgstr ""
27 |
28 | #: ../../README.md:3
29 | msgid "Microscopy For Beginners Reference Guide"
30 | msgstr ""
31 |
32 | #: ../../README.md:4
33 | msgid "Website :link: :arrow_right: [CLICK HERE](https://bioimagingguide.org)"
34 | msgstr ""
35 |
36 | #: ../../README.md:6
37 | msgid ""
38 | "A Beginner's guide to microscopy, from sample prep to acquisition, image "
39 | "analysis, and data interpretation. See the paper "
40 | "[here](https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.3002167)"
41 | " (original preprint [here](https://doi.org/10.5281/zenodo.7439283))"
42 | msgstr ""
43 |
44 | #~ msgid ""
45 | #~ "A Beginner's guide to microscopy, from"
46 | #~ " sample prep to acquisition, image "
47 | #~ "analysis, and data interpretation"
48 | #~ msgstr ""
49 |
50 | #~ msgid ""
51 | #~ "A Beginner's guide to microscopy, from"
52 | #~ " sample prep to acquisition, image "
53 | #~ "analysis, and data interpretation. See "
54 | #~ "the related preprint "
55 | #~ "[here](https://doi.org/10.5281/zenodo.7439283)"
56 | #~ msgstr ""
57 |
58 |
--------------------------------------------------------------------------------
/locale/es/LC_MESSAGES/bibliography.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , YEAR.
5 | #
6 | # Translators:
7 | # Beth Cimini, 2023
8 | #
9 | #, fuzzy
10 | msgid ""
11 | msgstr ""
12 | "Project-Id-Version: Python\n"
13 | "Report-Msgid-Bugs-To: \n"
14 | "POT-Creation-Date: 2023-05-02 14:28-0400\n"
15 | "PO-Revision-Date: 2023-05-02 18:49+0000\n"
16 | "Last-Translator: Beth Cimini, 2023\n"
17 | "Language-Team: Spanish (https://app.transifex.com/center-for-open-bioimage-analysis/teams/169123/es/)\n"
18 | "MIME-Version: 1.0\n"
19 | "Content-Type: text/plain; charset=UTF-8\n"
20 | "Content-Transfer-Encoding: 8bit\n"
21 | "Language: es\n"
22 | "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
23 |
24 | #: ../../bibliography.md:1
25 | msgid "Bibliography"
26 | msgstr "Bibliografía"
27 |
--------------------------------------------------------------------------------
/locale/es/LC_MESSAGES/genindex.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , YEAR.
5 | #
6 | # Translators:
7 | # Beth Cimini, 2023
8 | #
9 | #, fuzzy
10 | msgid ""
11 | msgstr ""
12 | "Project-Id-Version: Python\n"
13 | "Report-Msgid-Bugs-To: \n"
14 | "POT-Creation-Date: 2023-05-02 14:28-0400\n"
15 | "PO-Revision-Date: 2023-05-02 18:49+0000\n"
16 | "Last-Translator: Beth Cimini, 2023\n"
17 | "Language-Team: Spanish (https://app.transifex.com/center-for-open-bioimage-analysis/teams/169123/es/)\n"
18 | "MIME-Version: 1.0\n"
19 | "Content-Type: text/plain; charset=UTF-8\n"
20 | "Content-Transfer-Encoding: 8bit\n"
21 | "Language: es\n"
22 | "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
23 |
24 | #: ../../genindex.md:1
25 | msgid "Index"
26 | msgstr "Índice"
27 |
--------------------------------------------------------------------------------
/locale/fi/LC_MESSAGES/QuantitativeBioimaging.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2023-06-28 07:29-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: fi\n"
15 | "Language-Team: fi \n"
16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.12.1\n"
21 |
22 | #: ../../QuantitativeBioimaging.md:1
23 | msgid "Quantitative Bioimaging"
24 | msgstr ""
25 |
26 | #: ../../QuantitativeBioimaging.md:3
27 | msgid "What do we mean by quantitative bioimaging?"
28 | msgstr ""
29 |
30 | #: ../../QuantitativeBioimaging.md:5
31 | msgid ""
32 | "While microscopy was by necessity a qualitative science for most of its "
33 | "history, we now live in an era where microscope images can be used to "
34 | "precisely quantify observable phenotypes."
35 | msgstr ""
36 |
37 | #: ../../QuantitativeBioimaging.md:7
38 | msgid ""
39 | "The ability to draw accurate quantitative answers from these experiments "
40 | "relies on certain best practices being followed. If one can confidently "
41 | "say \"Yes\" to each of the following 4 questions, one is likely to be "
42 | "able to quantify their sample."
43 | msgstr ""
44 |
45 | #: ../../QuantitativeBioimaging.md:9
46 | msgid ""
47 | "Have I prepared my sample in a way that minimizes technical artifacts and"
48 | " lets me understand exactly which molecule(s) I am observing?"
49 | msgstr ""
50 |
51 | #: ../../QuantitativeBioimaging.md:10
52 | msgid ""
53 | "Have I conducted my microscopy so that I minimize technical artifacts and"
54 | " am in the quantitative range of the detector attached to my microscope?"
55 | msgstr ""
56 |
57 | #: ../../QuantitativeBioimaging.md:11
58 | msgid ""
59 | "Have I selected analysis metric(s) that truly answer my biological "
60 | "question and measured them in a way that minimizes technical artifacts?"
61 | msgstr ""
62 |
63 | #: ../../QuantitativeBioimaging.md:12
64 | msgid ""
65 | "Have I chosen appropriate statistical comparisons and data presentation "
66 | "approaches so that the distribution of my metric(s) can be fairly "
67 | "compared across samples, answering my biolgical question?"
68 | msgstr ""
69 |
70 | #: ../../QuantitativeBioimaging.md:14
71 | msgid ""
72 | "Answering each of these questions requires thought, expertise, and often "
73 | "a fair amount of trial and error; it can feel overwhelming to grapple "
74 | "with all the technical aspects and caveats present in a bioimaging "
75 | "experiment. These questions **_can_** be answered, however, though often "
76 | "not in a single pass - [continuous optimization through multiple rounds "
77 | "of answering these questions](qb-decision-cycle) is typically needed for "
78 | "best results."
79 | msgstr ""
80 |
81 | #: ../../QuantitativeBioimaging.md:16
82 | msgid ""
83 | "The resources linked in this guide are designed to help a reader develop "
84 | "skills in each or all of these areas, helping them get the most from "
85 | "their microscopy data."
86 | msgstr ""
87 |
88 | #: ../../QuantitativeBioimaging.md:25
89 | msgid "cycle"
90 | msgstr ""
91 |
92 | #: ../../QuantitativeBioimaging.md:25
93 | msgid ""
94 | "**The decision cycle of quantitative bioimaging {cite}`Senft2023-zy`** "
95 | "Reproduced from Senft and Diaz-Rohrer et al, [**_A biologist’s guide to "
96 | "planning and performing quantitative bioimaging "
97 | "experiments_**](https://doi.org/10.1371/journal.pbio.3002167)."
98 | msgstr ""
99 |
100 |
--------------------------------------------------------------------------------
/locale/fi/LC_MESSAGES/README.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2024-03-29 09:37-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: fi\n"
15 | "Language-Team: fi \n"
16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.13.1\n"
21 |
22 | #: ../../README.md:1
23 | msgid "[](https://zenodo.org/doi/10.5281/zenodo.10675608)"
24 | msgstr ""
25 |
26 | #: ../../README.md:1
27 | msgid "DOI"
28 | msgstr ""
29 |
30 | #: ../../README.md:3
31 | msgid "Microscopy For Beginners Reference Guide"
32 | msgstr ""
33 |
34 | #: ../../README.md:4
35 | msgid "Website :link: :arrow_right: [CLICK HERE](https://bioimagingguide.org)"
36 | msgstr ""
37 |
38 | #: ../../README.md:6
39 | msgid ""
40 | "A Beginner's guide to microscopy, from sample prep to acquisition, image "
41 | "analysis, and data interpretation. See the paper "
42 | "[here](https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.3002167)"
43 | " (original preprint [here](https://doi.org/10.5281/zenodo.7439283))"
44 | msgstr ""
45 |
46 |
--------------------------------------------------------------------------------
/locale/fi/LC_MESSAGES/bibliography.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2023-05-02 14:28-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: fi\n"
15 | "Language-Team: fi \n"
16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.12.1\n"
21 |
22 | #: ../../bibliography.md:1
23 | msgid "Bibliography"
24 | msgstr ""
25 |
26 |
--------------------------------------------------------------------------------
/locale/fi/LC_MESSAGES/community_resources.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2024-03-29 09:37-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: fi\n"
15 | "Language-Team: fi \n"
16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.13.1\n"
21 |
22 | #: ../../community_resources.md:1
23 | msgid "Community resources"
24 | msgstr ""
25 |
26 | #: ../../community_resources.md:3
27 | msgid "Below are globally and locally available community resources"
28 | msgstr ""
29 |
30 | #: ../../community_resources.md:5
31 | msgid "Global and online resources"
32 | msgstr ""
33 |
34 | #: ../../community_resources.md:12 ../../community_resources.md:38
35 | msgid "**Resource Name**"
36 | msgstr ""
37 |
38 | #: ../../community_resources.md:13 ../../community_resources.md:39
39 | msgid "**Link**"
40 | msgstr ""
41 |
42 | #: ../../community_resources.md:14
43 | msgid "**Brief description**"
44 | msgstr ""
45 |
46 | #: ../../community_resources.md:15
47 | msgid "Global BioImaging"
48 | msgstr ""
49 |
50 | #: ../../community_resources.md:16
51 | msgid "[link](https://globalbioimaging.org/)"
52 | msgstr ""
53 |
54 | #: ../../community_resources.md:17
55 | msgid ""
56 | "Training resources, working groups, recommendations for standardization "
57 | "and research reproducibility for global bioimaging efforts"
58 | msgstr ""
59 |
60 | #: ../../community_resources.md:18
61 | msgid "GloBIAS"
62 | msgstr ""
63 |
64 | #: ../../community_resources.md:19
65 | msgid "[link](https://www.globias.org/home)"
66 | msgstr ""
67 |
68 | #: ../../community_resources.md:20
69 | msgid "Connections, training, and more for bioimage analysts across the world"
70 | msgstr ""
71 |
72 | #: ../../community_resources.md:21
73 | msgid "Microforum"
74 | msgstr ""
75 |
76 | #: ../../community_resources.md:22
77 | msgid "[link](https://forum.microlist.org/)"
78 | msgstr ""
79 |
80 | #: ../../community_resources.md:23
81 | msgid "Discussion forum for bioimaging sample preparation and acquisition"
82 | msgstr ""
83 |
84 | #: ../../community_resources.md:24
85 | msgid "Scientific Community Image Forum (Image . sc)"
86 | msgstr ""
87 |
88 | #: ../../community_resources.md:25
89 | msgid "[link](https://forum.image.sc/)"
90 | msgstr ""
91 |
92 | #: ../../community_resources.md:26
93 | msgid "Discussion forum for bioimage analysis software {cite}`Rueden2019-qp`"
94 | msgstr ""
95 |
96 | #: ../../community_resources.md:27
97 | msgid "HMS Nikon Imaging Center \"Favorite References\""
98 | msgstr ""
99 |
100 | #: ../../community_resources.md:28
101 | msgid "[link](https://nic.med.harvard.edu/fav_references/)"
102 | msgstr ""
103 |
104 | #: ../../community_resources.md:29
105 | msgid ""
106 | "A curated list of references related to many aspects of microscopy and "
107 | "image analysis"
108 | msgstr ""
109 |
110 | #: ../../community_resources.md:32
111 | msgid "Local resources"
112 | msgstr ""
113 |
114 | #: ../../community_resources.md:40
115 | msgid "BioImaging North America (BINA)"
116 | msgstr ""
117 |
118 | #: ../../community_resources.md:41
119 | msgid "[link](https://www.bioimagingnorthamerica.org/)"
120 | msgstr ""
121 |
122 | #: ../../community_resources.md:42
123 | msgid "Latin America BioImaging"
124 | msgstr ""
125 |
126 | #: ../../community_resources.md:43
127 | msgid "[link](https://www.latambioimaging.org/ )"
128 | msgstr ""
129 |
130 | #: ../../community_resources.md:44
131 | msgid "African BioImaging Consortium"
132 | msgstr ""
133 |
134 | #: ../../community_resources.md:45
135 | msgid "[link](https://www.africanbioimaging.org/)"
136 | msgstr ""
137 |
138 | #: ../../community_resources.md:46
139 | msgid "South Africa BioImaging"
140 | msgstr ""
141 |
142 | #: ../../community_resources.md:47
143 | msgid "[link](https://www.sabioimaging.org/)"
144 | msgstr ""
145 |
146 | #: ../../community_resources.md:48
147 | msgid "Euro-bioimaging"
148 | msgstr ""
149 |
150 | #: ../../community_resources.md:49
151 | msgid "[link](https://www.eurobioimaging.eu/)"
152 | msgstr ""
153 |
154 | #: ../../community_resources.md:50
155 | msgid "Advanced BioImaging support (Japan)"
156 | msgstr ""
157 |
158 | #: ../../community_resources.md:51
159 | msgid "[link](https://www.nibb.ac.jp/abis/)"
160 | msgstr ""
161 |
162 | #: ../../community_resources.md:52
163 | msgid "Microscopy Australia"
164 | msgstr ""
165 |
166 | #: ../../community_resources.md:53
167 | msgid "[link](https://micro.org.au/)"
168 | msgstr ""
169 |
170 | #: ../../community_resources.md:54
171 | msgid "Canada BioImaging"
172 | msgstr ""
173 |
174 | #: ../../community_resources.md:55
175 | msgid "[link](https://www.canadabioimaging.org/)"
176 | msgstr ""
177 |
178 | #: ../../community_resources.md:56
179 | msgid "Singapore Microscopy Infrastructure Network"
180 | msgstr ""
181 |
182 | #: ../../community_resources.md:57
183 | msgid "[link](https://www.singascope.sg/)"
184 | msgstr ""
185 |
186 |
--------------------------------------------------------------------------------
/locale/fi/LC_MESSAGES/genindex.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2023-05-02 14:28-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: fi\n"
15 | "Language-Team: fi \n"
16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.12.1\n"
21 |
22 | #: ../../genindex.md:1
23 | msgid "Index"
24 | msgstr ""
25 |
26 |
--------------------------------------------------------------------------------
/locale/fr/LC_MESSAGES/QuantitativeBioimaging.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2023-06-28 07:29-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language-Team: LANGUAGE \n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=utf-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "Generated-By: Babel 2.10.3\n"
19 |
20 | #: ../../QuantitativeBioimaging.md:1
21 | msgid "Quantitative Bioimaging"
22 | msgstr ""
23 |
24 | #: ../../QuantitativeBioimaging.md:3
25 | msgid "What do we mean by quantitative bioimaging?"
26 | msgstr ""
27 |
28 | #: ../../QuantitativeBioimaging.md:5
29 | msgid ""
30 | "While microscopy was by necessity a qualitative science for most of its "
31 | "history, we now live in an era where microscope images can be used to "
32 | "precisely quantify observable phenotypes."
33 | msgstr ""
34 |
35 | #: ../../QuantitativeBioimaging.md:7
36 | msgid ""
37 | "The ability to draw accurate quantitative answers from these experiments "
38 | "relies on certain best practices being followed. If one can confidently "
39 | "say \"Yes\" to each of the following 4 questions, one is likely to be "
40 | "able to quantify their sample."
41 | msgstr ""
42 |
43 | #: ../../QuantitativeBioimaging.md:9
44 | msgid ""
45 | "Have I prepared my sample in a way that minimizes technical artifacts and"
46 | " lets me understand exactly which molecule(s) I am observing?"
47 | msgstr ""
48 |
49 | #: ../../QuantitativeBioimaging.md:10
50 | msgid ""
51 | "Have I conducted my microscopy so that I minimize technical artifacts and"
52 | " am in the quantitative range of the detector attached to my microscope?"
53 | msgstr ""
54 |
55 | #: ../../QuantitativeBioimaging.md:11
56 | msgid ""
57 | "Have I selected analysis metric(s) that truly answer my biological "
58 | "question and measured them in a way that minimizes technical artifacts?"
59 | msgstr ""
60 |
61 | #: ../../QuantitativeBioimaging.md:12
62 | msgid ""
63 | "Have I chosen appropriate statistical comparisons and data presentation "
64 | "approaches so that the distribution of my metric(s) can be fairly "
65 | "compared across samples, answering my biolgical question?"
66 | msgstr ""
67 |
68 | #: ../../QuantitativeBioimaging.md:14
69 | msgid ""
70 | "Answering each of these questions requires thought, expertise, and often "
71 | "a fair amount of trial and error; it can feel overwhelming to grapple "
72 | "with all the technical aspects and caveats present in a bioimaging "
73 | "experiment. These questions **_can_** be answered, however, though often "
74 | "not in a single pass - [continuous optimization through multiple rounds "
75 | "of answering these questions](qb-decision-cycle) is typically needed for "
76 | "best results."
77 | msgstr ""
78 |
79 | #: ../../QuantitativeBioimaging.md:16
80 | msgid ""
81 | "The resources linked in this guide are designed to help a reader develop "
82 | "skills in each or all of these areas, helping them get the most from "
83 | "their microscopy data."
84 | msgstr ""
85 |
86 | #: ../../QuantitativeBioimaging.md:25
87 | msgid "cycle"
88 | msgstr ""
89 |
90 | #: ../../QuantitativeBioimaging.md:25
91 | msgid ""
92 | "**The decision cycle of quantitative bioimaging {cite}`Senft2023-zy`** "
93 | "Reproduced from Senft and Diaz-Rohrer et al, [**_A biologist’s guide to "
94 | "planning and performing quantitative bioimaging "
95 | "experiments_**](https://doi.org/10.1371/journal.pbio.3002167)."
96 | msgstr ""
97 |
98 | #~ msgid ""
99 | #~ "**The decision cycle of quantitative "
100 | #~ "bioimaging {cite}`Senft2023-cb`** Reproduced from"
101 | #~ " Senft and Diaz-Rohrer et al, "
102 | #~ "[**_A biologist’s guide to the field "
103 | #~ "of quantitative "
104 | #~ "bioimaging_**](https://doi.org/10.5281/zenodo.7439283)."
105 | #~ msgstr ""
106 |
107 |
--------------------------------------------------------------------------------
/locale/fr/LC_MESSAGES/README.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2024-03-29 09:37-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language-Team: LANGUAGE \n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=utf-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "Generated-By: Babel 2.13.1\n"
19 |
20 | #: ../../README.md:1
21 | msgid "[](https://zenodo.org/doi/10.5281/zenodo.10675608)"
22 | msgstr ""
23 |
24 | #: ../../README.md:1
25 | msgid "DOI"
26 | msgstr ""
27 |
28 | #: ../../README.md:3
29 | msgid "Microscopy For Beginners Reference Guide"
30 | msgstr ""
31 |
32 | #: ../../README.md:4
33 | msgid "Website :link: :arrow_right: [CLICK HERE](https://bioimagingguide.org)"
34 | msgstr ""
35 |
36 | #: ../../README.md:6
37 | msgid ""
38 | "A Beginner's guide to microscopy, from sample prep to acquisition, image "
39 | "analysis, and data interpretation. See the paper "
40 | "[here](https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.3002167)"
41 | " (original preprint [here](https://doi.org/10.5281/zenodo.7439283))"
42 | msgstr ""
43 |
44 | #~ msgid ""
45 | #~ "A Beginner's guide to microscopy, from"
46 | #~ " sample prep to acquisition, image "
47 | #~ "analysis, and data interpretation. See "
48 | #~ "the related preprint "
49 | #~ "[here](https://doi.org/10.5281/zenodo.7439283)"
50 | #~ msgstr ""
51 |
52 |
--------------------------------------------------------------------------------
/locale/fr/LC_MESSAGES/bibliography.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2023-05-02 14:28-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language-Team: LANGUAGE \n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=utf-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "Generated-By: Babel 2.10.3\n"
19 |
20 | #: ../../bibliography.md:1
21 | msgid "Bibliography"
22 | msgstr ""
23 |
24 |
--------------------------------------------------------------------------------
/locale/fr/LC_MESSAGES/community_resources.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2024-03-29 09:37-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language-Team: LANGUAGE \n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=utf-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "Generated-By: Babel 2.13.1\n"
19 |
20 | #: ../../community_resources.md:1
21 | msgid "Community resources"
22 | msgstr ""
23 |
24 | #: ../../community_resources.md:3
25 | msgid "Below are globally and locally available community resources"
26 | msgstr ""
27 |
28 | #: ../../community_resources.md:5
29 | msgid "Global and online resources"
30 | msgstr ""
31 |
32 | #: ../../community_resources.md:12 ../../community_resources.md:38
33 | msgid "**Resource Name**"
34 | msgstr ""
35 |
36 | #: ../../community_resources.md:13 ../../community_resources.md:39
37 | msgid "**Link**"
38 | msgstr ""
39 |
40 | #: ../../community_resources.md:14
41 | msgid "**Brief description**"
42 | msgstr ""
43 |
44 | #: ../../community_resources.md:15
45 | msgid "Global BioImaging"
46 | msgstr ""
47 |
48 | #: ../../community_resources.md:16
49 | msgid "[link](https://globalbioimaging.org/)"
50 | msgstr ""
51 |
52 | #: ../../community_resources.md:17
53 | msgid ""
54 | "Training resources, working groups, recommendations for standardization "
55 | "and research reproducibility for global bioimaging efforts"
56 | msgstr ""
57 |
58 | #: ../../community_resources.md:18
59 | msgid "GloBIAS"
60 | msgstr ""
61 |
62 | #: ../../community_resources.md:19
63 | msgid "[link](https://www.globias.org/home)"
64 | msgstr ""
65 |
66 | #: ../../community_resources.md:20
67 | msgid "Connections, training, and more for bioimage analysts across the world"
68 | msgstr ""
69 |
70 | #: ../../community_resources.md:21
71 | msgid "Microforum"
72 | msgstr ""
73 |
74 | #: ../../community_resources.md:22
75 | msgid "[link](https://forum.microlist.org/)"
76 | msgstr ""
77 |
78 | #: ../../community_resources.md:23
79 | msgid "Discussion forum for bioimaging sample preparation and acquisition"
80 | msgstr ""
81 |
82 | #: ../../community_resources.md:24
83 | msgid "Scientific Community Image Forum (Image . sc)"
84 | msgstr ""
85 |
86 | #: ../../community_resources.md:25
87 | msgid "[link](https://forum.image.sc/)"
88 | msgstr ""
89 |
90 | #: ../../community_resources.md:26
91 | msgid "Discussion forum for bioimage analysis software {cite}`Rueden2019-qp`"
92 | msgstr ""
93 |
94 | #: ../../community_resources.md:27
95 | msgid "HMS Nikon Imaging Center \"Favorite References\""
96 | msgstr ""
97 |
98 | #: ../../community_resources.md:28
99 | msgid "[link](https://nic.med.harvard.edu/fav_references/)"
100 | msgstr ""
101 |
102 | #: ../../community_resources.md:29
103 | msgid ""
104 | "A curated list of references related to many aspects of microscopy and "
105 | "image analysis"
106 | msgstr ""
107 |
108 | #: ../../community_resources.md:32
109 | msgid "Local resources"
110 | msgstr ""
111 |
112 | #: ../../community_resources.md:40
113 | msgid "BioImaging North America (BINA)"
114 | msgstr ""
115 |
116 | #: ../../community_resources.md:41
117 | msgid "[link](https://www.bioimagingnorthamerica.org/)"
118 | msgstr ""
119 |
120 | #: ../../community_resources.md:42
121 | msgid "Latin America BioImaging"
122 | msgstr ""
123 |
124 | #: ../../community_resources.md:43
125 | msgid "[link](https://www.latambioimaging.org/ )"
126 | msgstr ""
127 |
128 | #: ../../community_resources.md:44
129 | msgid "African BioImaging Consortium"
130 | msgstr ""
131 |
132 | #: ../../community_resources.md:45
133 | msgid "[link](https://www.africanbioimaging.org/)"
134 | msgstr ""
135 |
136 | #: ../../community_resources.md:46
137 | msgid "South Africa BioImaging"
138 | msgstr ""
139 |
140 | #: ../../community_resources.md:47
141 | msgid "[link](https://www.sabioimaging.org/)"
142 | msgstr ""
143 |
144 | #: ../../community_resources.md:48
145 | msgid "Euro-bioimaging"
146 | msgstr ""
147 |
148 | #: ../../community_resources.md:49
149 | msgid "[link](https://www.eurobioimaging.eu/)"
150 | msgstr ""
151 |
152 | #: ../../community_resources.md:50
153 | msgid "Advanced BioImaging support (Japan)"
154 | msgstr ""
155 |
156 | #: ../../community_resources.md:51
157 | msgid "[link](https://www.nibb.ac.jp/abis/)"
158 | msgstr ""
159 |
160 | #: ../../community_resources.md:52
161 | msgid "Microscopy Australia"
162 | msgstr ""
163 |
164 | #: ../../community_resources.md:53
165 | msgid "[link](https://micro.org.au/)"
166 | msgstr ""
167 |
168 | #: ../../community_resources.md:54
169 | msgid "Canada BioImaging"
170 | msgstr ""
171 |
172 | #: ../../community_resources.md:55
173 | msgid "[link](https://www.canadabioimaging.org/)"
174 | msgstr ""
175 |
176 | #: ../../community_resources.md:56
177 | msgid "Singapore Microscopy Infrastructure Network"
178 | msgstr ""
179 |
180 | #: ../../community_resources.md:57
181 | msgid "[link](https://www.singascope.sg/)"
182 | msgstr ""
183 |
184 |
--------------------------------------------------------------------------------
/locale/fr/LC_MESSAGES/genindex.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2023-05-02 14:28-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language-Team: LANGUAGE \n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=utf-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "Generated-By: Babel 2.10.3\n"
19 |
20 | #: ../../genindex.md:1
21 | msgid "Index"
22 | msgstr ""
23 |
24 |
--------------------------------------------------------------------------------
/locale/it/LC_MESSAGES/QuantitativeBioimaging.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2023-06-28 07:29-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: it\n"
15 | "Language-Team: it \n"
16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.12.1\n"
21 |
22 | #: ../../QuantitativeBioimaging.md:1
23 | msgid "Quantitative Bioimaging"
24 | msgstr ""
25 |
26 | #: ../../QuantitativeBioimaging.md:3
27 | msgid "What do we mean by quantitative bioimaging?"
28 | msgstr ""
29 |
30 | #: ../../QuantitativeBioimaging.md:5
31 | msgid ""
32 | "While microscopy was by necessity a qualitative science for most of its "
33 | "history, we now live in an era where microscope images can be used to "
34 | "precisely quantify observable phenotypes."
35 | msgstr ""
36 |
37 | #: ../../QuantitativeBioimaging.md:7
38 | msgid ""
39 | "The ability to draw accurate quantitative answers from these experiments "
40 | "relies on certain best practices being followed. If one can confidently "
41 | "say \"Yes\" to each of the following 4 questions, one is likely to be "
42 | "able to quantify their sample."
43 | msgstr ""
44 |
45 | #: ../../QuantitativeBioimaging.md:9
46 | msgid ""
47 | "Have I prepared my sample in a way that minimizes technical artifacts and"
48 | " lets me understand exactly which molecule(s) I am observing?"
49 | msgstr ""
50 |
51 | #: ../../QuantitativeBioimaging.md:10
52 | msgid ""
53 | "Have I conducted my microscopy so that I minimize technical artifacts and"
54 | " am in the quantitative range of the detector attached to my microscope?"
55 | msgstr ""
56 |
57 | #: ../../QuantitativeBioimaging.md:11
58 | msgid ""
59 | "Have I selected analysis metric(s) that truly answer my biological "
60 | "question and measured them in a way that minimizes technical artifacts?"
61 | msgstr ""
62 |
63 | #: ../../QuantitativeBioimaging.md:12
64 | msgid ""
65 | "Have I chosen appropriate statistical comparisons and data presentation "
66 | "approaches so that the distribution of my metric(s) can be fairly "
67 | "compared across samples, answering my biolgical question?"
68 | msgstr ""
69 |
70 | #: ../../QuantitativeBioimaging.md:14
71 | msgid ""
72 | "Answering each of these questions requires thought, expertise, and often "
73 | "a fair amount of trial and error; it can feel overwhelming to grapple "
74 | "with all the technical aspects and caveats present in a bioimaging "
75 | "experiment. These questions **_can_** be answered, however, though often "
76 | "not in a single pass - [continuous optimization through multiple rounds "
77 | "of answering these questions](qb-decision-cycle) is typically needed for "
78 | "best results."
79 | msgstr ""
80 |
81 | #: ../../QuantitativeBioimaging.md:16
82 | msgid ""
83 | "The resources linked in this guide are designed to help a reader develop "
84 | "skills in each or all of these areas, helping them get the most from "
85 | "their microscopy data."
86 | msgstr ""
87 |
88 | #: ../../QuantitativeBioimaging.md:25
89 | msgid "cycle"
90 | msgstr ""
91 |
92 | #: ../../QuantitativeBioimaging.md:25
93 | msgid ""
94 | "**The decision cycle of quantitative bioimaging {cite}`Senft2023-zy`** "
95 | "Reproduced from Senft and Diaz-Rohrer et al, [**_A biologist’s guide to "
96 | "planning and performing quantitative bioimaging "
97 | "experiments_**](https://doi.org/10.1371/journal.pbio.3002167)."
98 | msgstr ""
99 |
100 |
--------------------------------------------------------------------------------
/locale/it/LC_MESSAGES/README.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2024-03-29 09:37-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: it\n"
15 | "Language-Team: it \n"
16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.13.1\n"
21 |
22 | #: ../../README.md:1
23 | msgid "[](https://zenodo.org/doi/10.5281/zenodo.10675608)"
24 | msgstr ""
25 |
26 | #: ../../README.md:1
27 | msgid "DOI"
28 | msgstr ""
29 |
30 | #: ../../README.md:3
31 | msgid "Microscopy For Beginners Reference Guide"
32 | msgstr ""
33 |
34 | #: ../../README.md:4
35 | msgid "Website :link: :arrow_right: [CLICK HERE](https://bioimagingguide.org)"
36 | msgstr ""
37 |
38 | #: ../../README.md:6
39 | msgid ""
40 | "A Beginner's guide to microscopy, from sample prep to acquisition, image "
41 | "analysis, and data interpretation. See the paper "
42 | "[here](https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.3002167)"
43 | " (original preprint [here](https://doi.org/10.5281/zenodo.7439283))"
44 | msgstr ""
45 |
46 |
--------------------------------------------------------------------------------
/locale/it/LC_MESSAGES/bibliography.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2023-05-02 14:28-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: it\n"
15 | "Language-Team: it \n"
16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.12.1\n"
21 |
22 | #: ../../bibliography.md:1
23 | msgid "Bibliography"
24 | msgstr ""
25 |
26 |
--------------------------------------------------------------------------------
/locale/it/LC_MESSAGES/community_resources.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2024-03-29 09:37-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: it\n"
15 | "Language-Team: it \n"
16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.13.1\n"
21 |
22 | #: ../../community_resources.md:1
23 | msgid "Community resources"
24 | msgstr ""
25 |
26 | #: ../../community_resources.md:3
27 | msgid "Below are globally and locally available community resources"
28 | msgstr ""
29 |
30 | #: ../../community_resources.md:5
31 | msgid "Global and online resources"
32 | msgstr ""
33 |
34 | #: ../../community_resources.md:12 ../../community_resources.md:38
35 | msgid "**Resource Name**"
36 | msgstr ""
37 |
38 | #: ../../community_resources.md:13 ../../community_resources.md:39
39 | msgid "**Link**"
40 | msgstr ""
41 |
42 | #: ../../community_resources.md:14
43 | msgid "**Brief description**"
44 | msgstr ""
45 |
46 | #: ../../community_resources.md:15
47 | msgid "Global BioImaging"
48 | msgstr ""
49 |
50 | #: ../../community_resources.md:16
51 | msgid "[link](https://globalbioimaging.org/)"
52 | msgstr ""
53 |
54 | #: ../../community_resources.md:17
55 | msgid ""
56 | "Training resources, working groups, recommendations for standardization "
57 | "and research reproducibility for global bioimaging efforts"
58 | msgstr ""
59 |
60 | #: ../../community_resources.md:18
61 | msgid "GloBIAS"
62 | msgstr ""
63 |
64 | #: ../../community_resources.md:19
65 | msgid "[link](https://www.globias.org/home)"
66 | msgstr ""
67 |
68 | #: ../../community_resources.md:20
69 | msgid "Connections, training, and more for bioimage analysts across the world"
70 | msgstr ""
71 |
72 | #: ../../community_resources.md:21
73 | msgid "Microforum"
74 | msgstr ""
75 |
76 | #: ../../community_resources.md:22
77 | msgid "[link](https://forum.microlist.org/)"
78 | msgstr ""
79 |
80 | #: ../../community_resources.md:23
81 | msgid "Discussion forum for bioimaging sample preparation and acquisition"
82 | msgstr ""
83 |
84 | #: ../../community_resources.md:24
85 | msgid "Scientific Community Image Forum (Image . sc)"
86 | msgstr ""
87 |
88 | #: ../../community_resources.md:25
89 | msgid "[link](https://forum.image.sc/)"
90 | msgstr ""
91 |
92 | #: ../../community_resources.md:26
93 | msgid "Discussion forum for bioimage analysis software {cite}`Rueden2019-qp`"
94 | msgstr ""
95 |
96 | #: ../../community_resources.md:27
97 | msgid "HMS Nikon Imaging Center \"Favorite References\""
98 | msgstr ""
99 |
100 | #: ../../community_resources.md:28
101 | msgid "[link](https://nic.med.harvard.edu/fav_references/)"
102 | msgstr ""
103 |
104 | #: ../../community_resources.md:29
105 | msgid ""
106 | "A curated list of references related to many aspects of microscopy and "
107 | "image analysis"
108 | msgstr ""
109 |
110 | #: ../../community_resources.md:32
111 | msgid "Local resources"
112 | msgstr ""
113 |
114 | #: ../../community_resources.md:40
115 | msgid "BioImaging North America (BINA)"
116 | msgstr ""
117 |
118 | #: ../../community_resources.md:41
119 | msgid "[link](https://www.bioimagingnorthamerica.org/)"
120 | msgstr ""
121 |
122 | #: ../../community_resources.md:42
123 | msgid "Latin America BioImaging"
124 | msgstr ""
125 |
126 | #: ../../community_resources.md:43
127 | msgid "[link](https://www.latambioimaging.org/ )"
128 | msgstr ""
129 |
130 | #: ../../community_resources.md:44
131 | msgid "African BioImaging Consortium"
132 | msgstr ""
133 |
134 | #: ../../community_resources.md:45
135 | msgid "[link](https://www.africanbioimaging.org/)"
136 | msgstr ""
137 |
138 | #: ../../community_resources.md:46
139 | msgid "South Africa BioImaging"
140 | msgstr ""
141 |
142 | #: ../../community_resources.md:47
143 | msgid "[link](https://www.sabioimaging.org/)"
144 | msgstr ""
145 |
146 | #: ../../community_resources.md:48
147 | msgid "Euro-bioimaging"
148 | msgstr ""
149 |
150 | #: ../../community_resources.md:49
151 | msgid "[link](https://www.eurobioimaging.eu/)"
152 | msgstr ""
153 |
154 | #: ../../community_resources.md:50
155 | msgid "Advanced BioImaging support (Japan)"
156 | msgstr ""
157 |
158 | #: ../../community_resources.md:51
159 | msgid "[link](https://www.nibb.ac.jp/abis/)"
160 | msgstr ""
161 |
162 | #: ../../community_resources.md:52
163 | msgid "Microscopy Australia"
164 | msgstr ""
165 |
166 | #: ../../community_resources.md:53
167 | msgid "[link](https://micro.org.au/)"
168 | msgstr ""
169 |
170 | #: ../../community_resources.md:54
171 | msgid "Canada BioImaging"
172 | msgstr ""
173 |
174 | #: ../../community_resources.md:55
175 | msgid "[link](https://www.canadabioimaging.org/)"
176 | msgstr ""
177 |
178 | #: ../../community_resources.md:56
179 | msgid "Singapore Microscopy Infrastructure Network"
180 | msgstr ""
181 |
182 | #: ../../community_resources.md:57
183 | msgid "[link](https://www.singascope.sg/)"
184 | msgstr ""
185 |
186 |
--------------------------------------------------------------------------------
/locale/it/LC_MESSAGES/contributors.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2024-03-29 15:22+0000\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: it\n"
15 | "Language-Team: it \n"
16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.14.0\n"
21 |
22 | #: ../../contributors.md:1
23 | msgid "Contributing to this guide"
24 | msgstr ""
25 |
26 | #: ../../contributors.md:3
27 | msgid "Contributors"
28 | msgstr ""
29 |
30 | #: ../../contributors.md:5
31 | msgid ""
32 | "The original material for this book was created as part of the paper "
33 | "\"[**_A biologist’s guide to planning and performing quantitative "
34 | "bioimaging "
35 | "experiments_**](https://doi.org/10.1371/journal.pbio.3002167)\" "
36 | "{cite}`Senft2023-zy`. by Rebecca A. Senft*, Barbara Diaz-Rohrer*, Pina "
37 | "Colarusso, Lucy Swift, Nasim Jamali, Helena Jambor, Thomas Pengo, Craig "
38 | "Brideau, Paula Montero Llopis, Virginie Uhlmann, Jason Kirk, Kevin Andrew"
39 | " Gonzales, Peter Bankhead, Edward L. Evans III, Kevin W Eliceiri and Beth"
40 | " A. Cimini."
41 | msgstr ""
42 |
43 | #: ../../contributors.md:7
44 | msgid ""
45 | "This project was initiated by the [Center for Open Bioimage "
46 | "Analysis](https://openbioimageanalysis.org/) .We are grateful to "
47 | "[Bioimaging North America](https://www.bioimagingnorthamerica.org/) "
48 | "(especially its [Image "
49 | "Informatics](https://www.bioimagingnorthamerica.org/image-informatics-"
50 | "wg/) and [Training and Education](https://www.bioimagingnorthamerica.org"
51 | "/te-wg/) Working Groups) for both initial and ongoing support of this "
52 | "project."
53 | msgstr ""
54 |
55 | #: ../../contributors.md:9
56 | msgid ""
57 | "Since this guide has become available, we gratefully acknowledge "
58 | "contributions from the following members of the microscopy and bioimage "
59 | "analysis community!"
60 | msgstr ""
61 |
62 | #: ../../contributors.md:10
63 | msgid "William Giang"
64 | msgstr ""
65 |
66 | #: ../../contributors.md:11
67 | msgid "Robert Haase"
68 | msgstr ""
69 |
70 | #: ../../contributors.md:13
71 | msgid ""
72 | "Improvements to the build and maintenance system for this book have come "
73 | "from"
74 | msgstr ""
75 |
76 | #: ../../contributors.md:14
77 | msgid "Pete Bankhead"
78 | msgstr ""
79 |
80 | #: ../../contributors.md:16
81 | msgid "How can I become a contributor?"
82 | msgstr ""
83 |
84 | #: ../../contributors.md:18
85 | msgid ""
86 | "Please feel free to open an "
87 | "[issue](https://github.com/broadinstitute/MicroscopyForBeginnersReferenceGuide/issues)"
88 | " or pull request to contribute! We hope for this to be a living document "
89 | "reflecting the best practices and resources available."
90 | msgstr ""
91 |
92 | #: ../../contributors.md:20
93 | msgid ""
94 | "We currently also offer a [Google "
95 | "Form](https://docs.google.com/forms/d/e/1FAIpQLScWQbemviI2OkvVkeTKUOozAzKNndcZpXIB_nE0qFMl72lqvQ/viewform)"
96 | " for contributions, though note these may be responded to more slowly "
97 | "than direct contributions to the GitHub repository."
98 | msgstr ""
99 |
100 | #: ../../contributors.md:23
101 | msgid "Translation"
102 | msgstr ""
103 |
104 | #: ../../contributors.md:25
105 | msgid ""
106 | "This guide is available in [English](https://www.bioimagingguide.org) as "
107 | "well as [Czech](https://cs.bioimagingguide.org), "
108 | "[Portuguese](https://pt.bioimagingguide.org), and "
109 | "[Spanish](https://es.bioimagingguide.org)."
110 | msgstr ""
111 |
112 | #: ../../contributors.md:27
113 | msgid ""
114 | "Work is underway to translate this guide into other languages - "
115 | "translation is planned or has begun in French, German, Finnish, Italian, "
116 | "Japanese, Polish, and Farsi. To help translate into one of these "
117 | "languages, or another language not listed here, please contact bcimini AT"
118 | " broadinstitute DOT org."
119 | msgstr ""
120 |
121 | #: ../../contributors.md:29
122 | msgid "Translations are gratefully acknowledged from:"
123 | msgstr ""
124 |
125 | #: ../../contributors.md:31
126 | msgid "Czech : Martin Schätz"
127 | msgstr ""
128 |
129 | #: ../../contributors.md:32
130 | msgid "Portuguese: Mario Costa Cruz"
131 | msgstr ""
132 |
133 | #: ../../contributors.md:33
134 | msgid "Spanish: Mariana De Niz"
135 | msgstr ""
136 |
137 | #~ msgid ""
138 | #~ "This guide is available in "
139 | #~ "[English](https://www.bioimagingguide.org) as well "
140 | #~ "as [Czech](https://cs.bioimagingguide.org)."
141 | #~ msgstr ""
142 |
143 | #~ msgid ""
144 | #~ "Work is underway to translate this "
145 | #~ "guide into other languages - translation"
146 | #~ " is planned or has begun in "
147 | #~ "French, Spanish, Portuguese, German, Finnish,"
148 | #~ " and Polish. To help translate into"
149 | #~ " one of these languages, or another"
150 | #~ " language not listed here, please "
151 | #~ "contact bcimini AT broadinstitute DOT "
152 | #~ "org."
153 | #~ msgstr ""
154 |
155 |
--------------------------------------------------------------------------------
/locale/it/LC_MESSAGES/genindex.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2023-05-02 14:28-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: it\n"
15 | "Language-Team: it \n"
16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.12.1\n"
21 |
22 | #: ../../genindex.md:1
23 | msgid "Index"
24 | msgstr ""
25 |
26 |
--------------------------------------------------------------------------------
/locale/ja/LC_MESSAGES/QuantitativeBioimaging.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2023-06-28 07:29-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: ja\n"
15 | "Language-Team: ja \n"
16 | "Plural-Forms: nplurals=1; plural=0;\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.12.1\n"
21 |
22 | #: ../../QuantitativeBioimaging.md:1
23 | msgid "Quantitative Bioimaging"
24 | msgstr ""
25 |
26 | #: ../../QuantitativeBioimaging.md:3
27 | msgid "What do we mean by quantitative bioimaging?"
28 | msgstr ""
29 |
30 | #: ../../QuantitativeBioimaging.md:5
31 | msgid ""
32 | "While microscopy was by necessity a qualitative science for most of its "
33 | "history, we now live in an era where microscope images can be used to "
34 | "precisely quantify observable phenotypes."
35 | msgstr ""
36 |
37 | #: ../../QuantitativeBioimaging.md:7
38 | msgid ""
39 | "The ability to draw accurate quantitative answers from these experiments "
40 | "relies on certain best practices being followed. If one can confidently "
41 | "say \"Yes\" to each of the following 4 questions, one is likely to be "
42 | "able to quantify their sample."
43 | msgstr ""
44 |
45 | #: ../../QuantitativeBioimaging.md:9
46 | msgid ""
47 | "Have I prepared my sample in a way that minimizes technical artifacts and"
48 | " lets me understand exactly which molecule(s) I am observing?"
49 | msgstr ""
50 |
51 | #: ../../QuantitativeBioimaging.md:10
52 | msgid ""
53 | "Have I conducted my microscopy so that I minimize technical artifacts and"
54 | " am in the quantitative range of the detector attached to my microscope?"
55 | msgstr ""
56 |
57 | #: ../../QuantitativeBioimaging.md:11
58 | msgid ""
59 | "Have I selected analysis metric(s) that truly answer my biological "
60 | "question and measured them in a way that minimizes technical artifacts?"
61 | msgstr ""
62 |
63 | #: ../../QuantitativeBioimaging.md:12
64 | msgid ""
65 | "Have I chosen appropriate statistical comparisons and data presentation "
66 | "approaches so that the distribution of my metric(s) can be fairly "
67 | "compared across samples, answering my biolgical question?"
68 | msgstr ""
69 |
70 | #: ../../QuantitativeBioimaging.md:14
71 | msgid ""
72 | "Answering each of these questions requires thought, expertise, and often "
73 | "a fair amount of trial and error; it can feel overwhelming to grapple "
74 | "with all the technical aspects and caveats present in a bioimaging "
75 | "experiment. These questions **_can_** be answered, however, though often "
76 | "not in a single pass - [continuous optimization through multiple rounds "
77 | "of answering these questions](qb-decision-cycle) is typically needed for "
78 | "best results."
79 | msgstr ""
80 |
81 | #: ../../QuantitativeBioimaging.md:16
82 | msgid ""
83 | "The resources linked in this guide are designed to help a reader develop "
84 | "skills in each or all of these areas, helping them get the most from "
85 | "their microscopy data."
86 | msgstr ""
87 |
88 | #: ../../QuantitativeBioimaging.md:25
89 | msgid "cycle"
90 | msgstr ""
91 |
92 | #: ../../QuantitativeBioimaging.md:25
93 | msgid ""
94 | "**The decision cycle of quantitative bioimaging {cite}`Senft2023-zy`** "
95 | "Reproduced from Senft and Diaz-Rohrer et al, [**_A biologist’s guide to "
96 | "planning and performing quantitative bioimaging "
97 | "experiments_**](https://doi.org/10.1371/journal.pbio.3002167)."
98 | msgstr ""
99 |
100 |
--------------------------------------------------------------------------------
/locale/ja/LC_MESSAGES/README.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2024-03-29 09:37-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: ja\n"
15 | "Language-Team: ja \n"
16 | "Plural-Forms: nplurals=1; plural=0;\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.13.1\n"
21 |
22 | #: ../../README.md:1
23 | msgid "[](https://zenodo.org/doi/10.5281/zenodo.10675608)"
24 | msgstr ""
25 |
26 | #: ../../README.md:1
27 | msgid "DOI"
28 | msgstr ""
29 |
30 | #: ../../README.md:3
31 | msgid "Microscopy For Beginners Reference Guide"
32 | msgstr ""
33 |
34 | #: ../../README.md:4
35 | msgid "Website :link: :arrow_right: [CLICK HERE](https://bioimagingguide.org)"
36 | msgstr ""
37 |
38 | #: ../../README.md:6
39 | msgid ""
40 | "A Beginner's guide to microscopy, from sample prep to acquisition, image "
41 | "analysis, and data interpretation. See the paper "
42 | "[here](https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.3002167)"
43 | " (original preprint [here](https://doi.org/10.5281/zenodo.7439283))"
44 | msgstr ""
45 |
46 |
--------------------------------------------------------------------------------
/locale/ja/LC_MESSAGES/bibliography.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2023-05-02 14:28-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: ja\n"
15 | "Language-Team: ja \n"
16 | "Plural-Forms: nplurals=1; plural=0;\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.12.1\n"
21 |
22 | #: ../../bibliography.md:1
23 | msgid "Bibliography"
24 | msgstr ""
25 |
26 |
--------------------------------------------------------------------------------
/locale/ja/LC_MESSAGES/community_resources.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2024-03-29 09:37-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: ja\n"
15 | "Language-Team: ja \n"
16 | "Plural-Forms: nplurals=1; plural=0;\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.13.1\n"
21 |
22 | #: ../../community_resources.md:1
23 | msgid "Community resources"
24 | msgstr ""
25 |
26 | #: ../../community_resources.md:3
27 | msgid "Below are globally and locally available community resources"
28 | msgstr ""
29 |
30 | #: ../../community_resources.md:5
31 | msgid "Global and online resources"
32 | msgstr ""
33 |
34 | #: ../../community_resources.md:12 ../../community_resources.md:38
35 | msgid "**Resource Name**"
36 | msgstr ""
37 |
38 | #: ../../community_resources.md:13 ../../community_resources.md:39
39 | msgid "**Link**"
40 | msgstr ""
41 |
42 | #: ../../community_resources.md:14
43 | msgid "**Brief description**"
44 | msgstr ""
45 |
46 | #: ../../community_resources.md:15
47 | msgid "Global BioImaging"
48 | msgstr ""
49 |
50 | #: ../../community_resources.md:16
51 | msgid "[link](https://globalbioimaging.org/)"
52 | msgstr ""
53 |
54 | #: ../../community_resources.md:17
55 | msgid ""
56 | "Training resources, working groups, recommendations for standardization "
57 | "and research reproducibility for global bioimaging efforts"
58 | msgstr ""
59 |
60 | #: ../../community_resources.md:18
61 | msgid "GloBIAS"
62 | msgstr ""
63 |
64 | #: ../../community_resources.md:19
65 | msgid "[link](https://www.globias.org/home)"
66 | msgstr ""
67 |
68 | #: ../../community_resources.md:20
69 | msgid "Connections, training, and more for bioimage analysts across the world"
70 | msgstr ""
71 |
72 | #: ../../community_resources.md:21
73 | msgid "Microforum"
74 | msgstr ""
75 |
76 | #: ../../community_resources.md:22
77 | msgid "[link](https://forum.microlist.org/)"
78 | msgstr ""
79 |
80 | #: ../../community_resources.md:23
81 | msgid "Discussion forum for bioimaging sample preparation and acquisition"
82 | msgstr ""
83 |
84 | #: ../../community_resources.md:24
85 | msgid "Scientific Community Image Forum (Image . sc)"
86 | msgstr ""
87 |
88 | #: ../../community_resources.md:25
89 | msgid "[link](https://forum.image.sc/)"
90 | msgstr ""
91 |
92 | #: ../../community_resources.md:26
93 | msgid "Discussion forum for bioimage analysis software {cite}`Rueden2019-qp`"
94 | msgstr ""
95 |
96 | #: ../../community_resources.md:27
97 | msgid "HMS Nikon Imaging Center \"Favorite References\""
98 | msgstr ""
99 |
100 | #: ../../community_resources.md:28
101 | msgid "[link](https://nic.med.harvard.edu/fav_references/)"
102 | msgstr ""
103 |
104 | #: ../../community_resources.md:29
105 | msgid ""
106 | "A curated list of references related to many aspects of microscopy and "
107 | "image analysis"
108 | msgstr ""
109 |
110 | #: ../../community_resources.md:32
111 | msgid "Local resources"
112 | msgstr ""
113 |
114 | #: ../../community_resources.md:40
115 | msgid "BioImaging North America (BINA)"
116 | msgstr ""
117 |
118 | #: ../../community_resources.md:41
119 | msgid "[link](https://www.bioimagingnorthamerica.org/)"
120 | msgstr ""
121 |
122 | #: ../../community_resources.md:42
123 | msgid "Latin America BioImaging"
124 | msgstr ""
125 |
126 | #: ../../community_resources.md:43
127 | msgid "[link](https://www.latambioimaging.org/ )"
128 | msgstr ""
129 |
130 | #: ../../community_resources.md:44
131 | msgid "African BioImaging Consortium"
132 | msgstr ""
133 |
134 | #: ../../community_resources.md:45
135 | msgid "[link](https://www.africanbioimaging.org/)"
136 | msgstr ""
137 |
138 | #: ../../community_resources.md:46
139 | msgid "South Africa BioImaging"
140 | msgstr ""
141 |
142 | #: ../../community_resources.md:47
143 | msgid "[link](https://www.sabioimaging.org/)"
144 | msgstr ""
145 |
146 | #: ../../community_resources.md:48
147 | msgid "Euro-bioimaging"
148 | msgstr ""
149 |
150 | #: ../../community_resources.md:49
151 | msgid "[link](https://www.eurobioimaging.eu/)"
152 | msgstr ""
153 |
154 | #: ../../community_resources.md:50
155 | msgid "Advanced BioImaging support (Japan)"
156 | msgstr ""
157 |
158 | #: ../../community_resources.md:51
159 | msgid "[link](https://www.nibb.ac.jp/abis/)"
160 | msgstr ""
161 |
162 | #: ../../community_resources.md:52
163 | msgid "Microscopy Australia"
164 | msgstr ""
165 |
166 | #: ../../community_resources.md:53
167 | msgid "[link](https://micro.org.au/)"
168 | msgstr ""
169 |
170 | #: ../../community_resources.md:54
171 | msgid "Canada BioImaging"
172 | msgstr ""
173 |
174 | #: ../../community_resources.md:55
175 | msgid "[link](https://www.canadabioimaging.org/)"
176 | msgstr ""
177 |
178 | #: ../../community_resources.md:56
179 | msgid "Singapore Microscopy Infrastructure Network"
180 | msgstr ""
181 |
182 | #: ../../community_resources.md:57
183 | msgid "[link](https://www.singascope.sg/)"
184 | msgstr ""
185 |
186 |
--------------------------------------------------------------------------------
/locale/ja/LC_MESSAGES/contributors.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2024-03-29 15:22+0000\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: ja\n"
15 | "Language-Team: ja \n"
16 | "Plural-Forms: nplurals=1; plural=0;\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.14.0\n"
21 |
22 | #: ../../contributors.md:1
23 | msgid "Contributing to this guide"
24 | msgstr ""
25 |
26 | #: ../../contributors.md:3
27 | msgid "Contributors"
28 | msgstr ""
29 |
30 | #: ../../contributors.md:5
31 | msgid ""
32 | "The original material for this book was created as part of the paper "
33 | "\"[**_A biologist’s guide to planning and performing quantitative "
34 | "bioimaging "
35 | "experiments_**](https://doi.org/10.1371/journal.pbio.3002167)\" "
36 | "{cite}`Senft2023-zy`. by Rebecca A. Senft*, Barbara Diaz-Rohrer*, Pina "
37 | "Colarusso, Lucy Swift, Nasim Jamali, Helena Jambor, Thomas Pengo, Craig "
38 | "Brideau, Paula Montero Llopis, Virginie Uhlmann, Jason Kirk, Kevin Andrew"
39 | " Gonzales, Peter Bankhead, Edward L. Evans III, Kevin W Eliceiri and Beth"
40 | " A. Cimini."
41 | msgstr ""
42 |
43 | #: ../../contributors.md:7
44 | msgid ""
45 | "This project was initiated by the [Center for Open Bioimage "
46 | "Analysis](https://openbioimageanalysis.org/) .We are grateful to "
47 | "[Bioimaging North America](https://www.bioimagingnorthamerica.org/) "
48 | "(especially its [Image "
49 | "Informatics](https://www.bioimagingnorthamerica.org/image-informatics-"
50 | "wg/) and [Training and Education](https://www.bioimagingnorthamerica.org"
51 | "/te-wg/) Working Groups) for both initial and ongoing support of this "
52 | "project."
53 | msgstr ""
54 |
55 | #: ../../contributors.md:9
56 | msgid ""
57 | "Since this guide has become available, we gratefully acknowledge "
58 | "contributions from the following members of the microscopy and bioimage "
59 | "analysis community!"
60 | msgstr ""
61 |
62 | #: ../../contributors.md:10
63 | msgid "William Giang"
64 | msgstr ""
65 |
66 | #: ../../contributors.md:11
67 | msgid "Robert Haase"
68 | msgstr ""
69 |
70 | #: ../../contributors.md:13
71 | msgid ""
72 | "Improvements to the build and maintenance system for this book have come "
73 | "from"
74 | msgstr ""
75 |
76 | #: ../../contributors.md:14
77 | msgid "Pete Bankhead"
78 | msgstr ""
79 |
80 | #: ../../contributors.md:16
81 | msgid "How can I become a contributor?"
82 | msgstr ""
83 |
84 | #: ../../contributors.md:18
85 | msgid ""
86 | "Please feel free to open an "
87 | "[issue](https://github.com/broadinstitute/MicroscopyForBeginnersReferenceGuide/issues)"
88 | " or pull request to contribute! We hope for this to be a living document "
89 | "reflecting the best practices and resources available."
90 | msgstr ""
91 |
92 | #: ../../contributors.md:20
93 | msgid ""
94 | "We currently also offer a [Google "
95 | "Form](https://docs.google.com/forms/d/e/1FAIpQLScWQbemviI2OkvVkeTKUOozAzKNndcZpXIB_nE0qFMl72lqvQ/viewform)"
96 | " for contributions, though note these may be responded to more slowly "
97 | "than direct contributions to the GitHub repository."
98 | msgstr ""
99 |
100 | #: ../../contributors.md:23
101 | msgid "Translation"
102 | msgstr ""
103 |
104 | #: ../../contributors.md:25
105 | msgid ""
106 | "This guide is available in [English](https://www.bioimagingguide.org) as "
107 | "well as [Czech](https://cs.bioimagingguide.org), "
108 | "[Portuguese](https://pt.bioimagingguide.org), and "
109 | "[Spanish](https://es.bioimagingguide.org)."
110 | msgstr ""
111 |
112 | #: ../../contributors.md:27
113 | msgid ""
114 | "Work is underway to translate this guide into other languages - "
115 | "translation is planned or has begun in French, German, Finnish, Italian, "
116 | "Japanese, Polish, and Farsi. To help translate into one of these "
117 | "languages, or another language not listed here, please contact bcimini AT"
118 | " broadinstitute DOT org."
119 | msgstr ""
120 |
121 | #: ../../contributors.md:29
122 | msgid "Translations are gratefully acknowledged from:"
123 | msgstr ""
124 |
125 | #: ../../contributors.md:31
126 | msgid "Czech : Martin Schätz"
127 | msgstr ""
128 |
129 | #: ../../contributors.md:32
130 | msgid "Portuguese: Mario Costa Cruz"
131 | msgstr ""
132 |
133 | #: ../../contributors.md:33
134 | msgid "Spanish: Mariana De Niz"
135 | msgstr ""
136 |
137 | #~ msgid ""
138 | #~ "This guide is available in "
139 | #~ "[English](https://www.bioimagingguide.org) as well "
140 | #~ "as [Czech](https://cs.bioimagingguide.org)."
141 | #~ msgstr ""
142 |
143 | #~ msgid ""
144 | #~ "Work is underway to translate this "
145 | #~ "guide into other languages - translation"
146 | #~ " is planned or has begun in "
147 | #~ "French, Spanish, Portuguese, German, Finnish,"
148 | #~ " and Polish. To help translate into"
149 | #~ " one of these languages, or another"
150 | #~ " language not listed here, please "
151 | #~ "contact bcimini AT broadinstitute DOT "
152 | #~ "org."
153 | #~ msgstr ""
154 |
155 |
--------------------------------------------------------------------------------
/locale/ja/LC_MESSAGES/genindex.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2023-05-02 14:28-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: ja\n"
15 | "Language-Team: ja \n"
16 | "Plural-Forms: nplurals=1; plural=0;\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.12.1\n"
21 |
22 | #: ../../genindex.md:1
23 | msgid "Index"
24 | msgstr ""
25 |
26 |
--------------------------------------------------------------------------------
/locale/ja/LC_MESSAGES/welcome.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2023-06-28 07:29-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language: ja\n"
15 | "Language-Team: ja \n"
16 | "Plural-Forms: nplurals=1; plural=0;\n"
17 | "MIME-Version: 1.0\n"
18 | "Content-Type: text/plain; charset=utf-8\n"
19 | "Content-Transfer-Encoding: 8bit\n"
20 | "Generated-By: Babel 2.12.1\n"
21 |
22 | #: ../../welcome.md:1
23 | msgid "Sample Preparation"
24 | msgstr ""
25 |
26 | #: ../../welcome.md:1
27 | msgid "Sample Acquisition"
28 | msgstr ""
29 |
30 | #: ../../welcome.md:1
31 | msgid "Image Analysis and Data Handling"
32 | msgstr ""
33 |
34 | #: ../../welcome.md:1
35 | msgid "Data Interpretation"
36 | msgstr ""
37 |
38 | #: ../../welcome.md:1
39 | msgid "Additional Resources"
40 | msgstr ""
41 |
42 | #: ../../welcome.md:1
43 | msgid "Welcome"
44 | msgstr ""
45 |
46 | #: ../../welcome.md:3
47 | msgid "Welcome to the world of bioimaging and bioimage analysis! 🎉"
48 | msgstr ""
49 |
50 | #: ../../welcome.md:11
51 | msgid "BBBC image montage"
52 | msgstr ""
53 |
54 | #: ../../welcome.md:11
55 | msgid ""
56 | "**Montage of fluorescence microscopy images from "
57 | "[BBBC](https://bbbc.broadinstitute.org/) {cite}`Ljosa2012-fr` (Broad "
58 | "Institute).** Images shown are from experiments BBBC007, BBBC008, "
59 | "BBBC034, BBBC038, BBBC039, and BBBC020 from left to right, top to bottom."
60 | msgstr ""
61 |
62 | #: ../../welcome.md:13
63 | msgid "What is this book?"
64 | msgstr ""
65 |
66 | #: ../../welcome.md:15
67 | msgid ""
68 | "This book is a companion website to our paper \"[**_A biologist’s guide "
69 | "to planning and performing quantitative bioimaging "
70 | "experiments_**](https://doi.org/10.1371/journal.pbio.3002167)\" "
71 | "{cite}`Senft2023-zy`. Our goal is to provide recommendations and a "
72 | "curated set of resources for biologists looking to understand the factors"
73 | " that impact their fluorescence microscopy experiments."
74 | msgstr ""
75 |
76 | #: ../../welcome.md:17
77 | msgid ""
78 | "This book is a collaborative effort from experts in biology, imaging, "
79 | "image analysis, and data management, interpretation, and presentation. "
80 | "Our tips and recommendations come from real experiences training and "
81 | "working with biologists who are beginners to bioimaging and bioimage "
82 | "analysis. When starting out in a new field, you often don't know what you"
83 | " don't know. Here we provide context, tips for avoiding common beginner "
84 | "errors, and a focused list of high-quality, open source resources (full "
85 | "list available [here](bibliography)). We use icons to indicate the type "
86 | "of resource:"
87 | msgstr ""
88 |
89 | #: ../../welcome.md:39
90 | msgid "What **isn't** this book?"
91 | msgstr ""
92 |
93 | #: ../../welcome.md:41
94 | msgid ""
95 | "This book is **not** meant to be an exhaustive list of all resources. "
96 | "Many others have curated excellent such resources(see "
97 | "[here](https://febs.onlinelibrary.wiley.com/doi/10.1002/1873-3468.14451) "
98 | "{cite}`Haase2022-ad` and [here](https://www.bioimagingnorthamerica.org"
99 | "/training-education-resources/) and [here](https://biii.eu/) {cite}`Paul-"
100 | "Gilloteaux2021-vw`). Our goal is to create a more streamlined, beginner-"
101 | "accessible guide."
102 | msgstr ""
103 |
104 | #: ../../welcome.md:42
105 | msgid ""
106 | "This book is **not** a protocol or step by step guide, though certain "
107 | "resources we link to might be. Each subsection from sample prep to data "
108 | "interpretation are massive topics that we can't exhaustively cover in a "
109 | "guide for beginners."
110 | msgstr ""
111 |
112 | #: ../../welcome.md:45
113 | msgid "How to use this book:"
114 | msgstr ""
115 |
116 | #: ../../welcome.md:46
117 | msgid ""
118 | "Please select a section using the navigation panel on the left to get "
119 | "started or begin with sample preparation by clicking the \"Next\" button "
120 | "below ↘️."
121 | msgstr ""
122 |
123 | #: ../../welcome.md:48
124 | msgid ""
125 | "Most sections will guide you through individual subtopics using some or "
126 | "all of the following list of questions:"
127 | msgstr ""
128 |
129 | #: ../../welcome.md:49
130 | msgid "What is it?"
131 | msgstr ""
132 |
133 | #: ../../welcome.md:50
134 | msgid "What are my options?"
135 | msgstr ""
136 |
137 | #: ../../welcome.md:51
138 | msgid "How do I do it?"
139 | msgstr ""
140 |
141 | #: ../../welcome.md:52
142 | msgid "Where can things go wrong?"
143 | msgstr ""
144 |
145 | #: ../../welcome.md:53
146 | msgid "Where can I learn more? (links to resources)"
147 | msgstr ""
148 |
149 | #: ../../welcome.md:55
150 | msgid ""
151 | "Which questions are used and the exact phrasing may vary by section, but "
152 | "we hope this structure helps guide users to a deeper understanding of "
153 | "each subtopic."
154 | msgstr ""
155 |
156 | #: ../../welcome.md:57
157 | msgid "What if my resource/topic is not included?"
158 | msgstr ""
159 |
160 | #: ../../welcome.md:58
161 | msgid ""
162 | "Please feel free to open an "
163 | "[issue](https://github.com/broadinstitute/MicroscopyForBeginnersReferenceGuide/issues)"
164 | " or pull request to contribute! We hope for this to be a living document "
165 | "reflecting the best practices and resources available."
166 | msgstr ""
167 |
168 |
--------------------------------------------------------------------------------
/locale/pl/LC_MESSAGES/QuantitativeBioimaging.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2023-06-28 07:29-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language-Team: LANGUAGE \n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=utf-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "Generated-By: Babel 2.10.3\n"
19 |
20 | #: ../../QuantitativeBioimaging.md:1
21 | msgid "Quantitative Bioimaging"
22 | msgstr ""
23 |
24 | #: ../../QuantitativeBioimaging.md:3
25 | msgid "What do we mean by quantitative bioimaging?"
26 | msgstr ""
27 |
28 | #: ../../QuantitativeBioimaging.md:5
29 | msgid ""
30 | "While microscopy was by necessity a qualitative science for most of its "
31 | "history, we now live in an era where microscope images can be used to "
32 | "precisely quantify observable phenotypes."
33 | msgstr ""
34 |
35 | #: ../../QuantitativeBioimaging.md:7
36 | msgid ""
37 | "The ability to draw accurate quantitative answers from these experiments "
38 | "relies on certain best practices being followed. If one can confidently "
39 | "say \"Yes\" to each of the following 4 questions, one is likely to be "
40 | "able to quantify their sample."
41 | msgstr ""
42 |
43 | #: ../../QuantitativeBioimaging.md:9
44 | msgid ""
45 | "Have I prepared my sample in a way that minimizes technical artifacts and"
46 | " lets me understand exactly which molecule(s) I am observing?"
47 | msgstr ""
48 |
49 | #: ../../QuantitativeBioimaging.md:10
50 | msgid ""
51 | "Have I conducted my microscopy so that I minimize technical artifacts and"
52 | " am in the quantitative range of the detector attached to my microscope?"
53 | msgstr ""
54 |
55 | #: ../../QuantitativeBioimaging.md:11
56 | msgid ""
57 | "Have I selected analysis metric(s) that truly answer my biological "
58 | "question and measured them in a way that minimizes technical artifacts?"
59 | msgstr ""
60 |
61 | #: ../../QuantitativeBioimaging.md:12
62 | msgid ""
63 | "Have I chosen appropriate statistical comparisons and data presentation "
64 | "approaches so that the distribution of my metric(s) can be fairly "
65 | "compared across samples, answering my biolgical question?"
66 | msgstr ""
67 |
68 | #: ../../QuantitativeBioimaging.md:14
69 | msgid ""
70 | "Answering each of these questions requires thought, expertise, and often "
71 | "a fair amount of trial and error; it can feel overwhelming to grapple "
72 | "with all the technical aspects and caveats present in a bioimaging "
73 | "experiment. These questions **_can_** be answered, however, though often "
74 | "not in a single pass - [continuous optimization through multiple rounds "
75 | "of answering these questions](qb-decision-cycle) is typically needed for "
76 | "best results."
77 | msgstr ""
78 |
79 | #: ../../QuantitativeBioimaging.md:16
80 | msgid ""
81 | "The resources linked in this guide are designed to help a reader develop "
82 | "skills in each or all of these areas, helping them get the most from "
83 | "their microscopy data."
84 | msgstr ""
85 |
86 | #: ../../QuantitativeBioimaging.md:25
87 | msgid "cycle"
88 | msgstr ""
89 |
90 | #: ../../QuantitativeBioimaging.md:25
91 | msgid ""
92 | "**The decision cycle of quantitative bioimaging {cite}`Senft2023-zy`** "
93 | "Reproduced from Senft and Diaz-Rohrer et al, [**_A biologist’s guide to "
94 | "planning and performing quantitative bioimaging "
95 | "experiments_**](https://doi.org/10.1371/journal.pbio.3002167)."
96 | msgstr ""
97 |
98 |
--------------------------------------------------------------------------------
/locale/pl/LC_MESSAGES/README.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2024-03-29 09:37-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language-Team: LANGUAGE \n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=utf-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "Generated-By: Babel 2.13.1\n"
19 |
20 | #: ../../README.md:1
21 | msgid "[](https://zenodo.org/doi/10.5281/zenodo.10675608)"
22 | msgstr ""
23 |
24 | #: ../../README.md:1
25 | msgid "DOI"
26 | msgstr ""
27 |
28 | #: ../../README.md:3
29 | msgid "Microscopy For Beginners Reference Guide"
30 | msgstr ""
31 |
32 | #: ../../README.md:4
33 | msgid "Website :link: :arrow_right: [CLICK HERE](https://bioimagingguide.org)"
34 | msgstr ""
35 |
36 | #: ../../README.md:6
37 | msgid ""
38 | "A Beginner's guide to microscopy, from sample prep to acquisition, image "
39 | "analysis, and data interpretation. See the paper "
40 | "[here](https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.3002167)"
41 | " (original preprint [here](https://doi.org/10.5281/zenodo.7439283))"
42 | msgstr ""
43 |
44 | #~ msgid ""
45 | #~ "A Beginner's guide to microscopy, from"
46 | #~ " sample prep to acquisition, image "
47 | #~ "analysis, and data interpretation. See "
48 | #~ "the related preprint "
49 | #~ "[here](https://doi.org/10.5281/zenodo.7439283)"
50 | #~ msgstr ""
51 |
52 |
--------------------------------------------------------------------------------
/locale/pl/LC_MESSAGES/bibliography.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2023-05-02 14:28-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language-Team: LANGUAGE \n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=utf-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "Generated-By: Babel 2.10.3\n"
19 |
20 | #: ../../bibliography.md:1
21 | msgid "Bibliography"
22 | msgstr ""
23 |
24 |
--------------------------------------------------------------------------------
/locale/pl/LC_MESSAGES/community_resources.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2024-03-29 09:37-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language-Team: LANGUAGE \n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=utf-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "Generated-By: Babel 2.13.1\n"
19 |
20 | #: ../../community_resources.md:1
21 | msgid "Community resources"
22 | msgstr ""
23 |
24 | #: ../../community_resources.md:3
25 | msgid "Below are globally and locally available community resources"
26 | msgstr ""
27 |
28 | #: ../../community_resources.md:5
29 | msgid "Global and online resources"
30 | msgstr ""
31 |
32 | #: ../../community_resources.md:12 ../../community_resources.md:38
33 | msgid "**Resource Name**"
34 | msgstr ""
35 |
36 | #: ../../community_resources.md:13 ../../community_resources.md:39
37 | msgid "**Link**"
38 | msgstr ""
39 |
40 | #: ../../community_resources.md:14
41 | msgid "**Brief description**"
42 | msgstr ""
43 |
44 | #: ../../community_resources.md:15
45 | msgid "Global BioImaging"
46 | msgstr ""
47 |
48 | #: ../../community_resources.md:16
49 | msgid "[link](https://globalbioimaging.org/)"
50 | msgstr ""
51 |
52 | #: ../../community_resources.md:17
53 | msgid ""
54 | "Training resources, working groups, recommendations for standardization "
55 | "and research reproducibility for global bioimaging efforts"
56 | msgstr ""
57 |
58 | #: ../../community_resources.md:18
59 | msgid "GloBIAS"
60 | msgstr ""
61 |
62 | #: ../../community_resources.md:19
63 | msgid "[link](https://www.globias.org/home)"
64 | msgstr ""
65 |
66 | #: ../../community_resources.md:20
67 | msgid "Connections, training, and more for bioimage analysts across the world"
68 | msgstr ""
69 |
70 | #: ../../community_resources.md:21
71 | msgid "Microforum"
72 | msgstr ""
73 |
74 | #: ../../community_resources.md:22
75 | msgid "[link](https://forum.microlist.org/)"
76 | msgstr ""
77 |
78 | #: ../../community_resources.md:23
79 | msgid "Discussion forum for bioimaging sample preparation and acquisition"
80 | msgstr ""
81 |
82 | #: ../../community_resources.md:24
83 | msgid "Scientific Community Image Forum (Image . sc)"
84 | msgstr ""
85 |
86 | #: ../../community_resources.md:25
87 | msgid "[link](https://forum.image.sc/)"
88 | msgstr ""
89 |
90 | #: ../../community_resources.md:26
91 | msgid "Discussion forum for bioimage analysis software {cite}`Rueden2019-qp`"
92 | msgstr ""
93 |
94 | #: ../../community_resources.md:27
95 | msgid "HMS Nikon Imaging Center \"Favorite References\""
96 | msgstr ""
97 |
98 | #: ../../community_resources.md:28
99 | msgid "[link](https://nic.med.harvard.edu/fav_references/)"
100 | msgstr ""
101 |
102 | #: ../../community_resources.md:29
103 | msgid ""
104 | "A curated list of references related to many aspects of microscopy and "
105 | "image analysis"
106 | msgstr ""
107 |
108 | #: ../../community_resources.md:32
109 | msgid "Local resources"
110 | msgstr ""
111 |
112 | #: ../../community_resources.md:40
113 | msgid "BioImaging North America (BINA)"
114 | msgstr ""
115 |
116 | #: ../../community_resources.md:41
117 | msgid "[link](https://www.bioimagingnorthamerica.org/)"
118 | msgstr ""
119 |
120 | #: ../../community_resources.md:42
121 | msgid "Latin America BioImaging"
122 | msgstr ""
123 |
124 | #: ../../community_resources.md:43
125 | msgid "[link](https://www.latambioimaging.org/ )"
126 | msgstr ""
127 |
128 | #: ../../community_resources.md:44
129 | msgid "African BioImaging Consortium"
130 | msgstr ""
131 |
132 | #: ../../community_resources.md:45
133 | msgid "[link](https://www.africanbioimaging.org/)"
134 | msgstr ""
135 |
136 | #: ../../community_resources.md:46
137 | msgid "South Africa BioImaging"
138 | msgstr ""
139 |
140 | #: ../../community_resources.md:47
141 | msgid "[link](https://www.sabioimaging.org/)"
142 | msgstr ""
143 |
144 | #: ../../community_resources.md:48
145 | msgid "Euro-bioimaging"
146 | msgstr ""
147 |
148 | #: ../../community_resources.md:49
149 | msgid "[link](https://www.eurobioimaging.eu/)"
150 | msgstr ""
151 |
152 | #: ../../community_resources.md:50
153 | msgid "Advanced BioImaging support (Japan)"
154 | msgstr ""
155 |
156 | #: ../../community_resources.md:51
157 | msgid "[link](https://www.nibb.ac.jp/abis/)"
158 | msgstr ""
159 |
160 | #: ../../community_resources.md:52
161 | msgid "Microscopy Australia"
162 | msgstr ""
163 |
164 | #: ../../community_resources.md:53
165 | msgid "[link](https://micro.org.au/)"
166 | msgstr ""
167 |
168 | #: ../../community_resources.md:54
169 | msgid "Canada BioImaging"
170 | msgstr ""
171 |
172 | #: ../../community_resources.md:55
173 | msgid "[link](https://www.canadabioimaging.org/)"
174 | msgstr ""
175 |
176 | #: ../../community_resources.md:56
177 | msgid "Singapore Microscopy Infrastructure Network"
178 | msgstr ""
179 |
180 | #: ../../community_resources.md:57
181 | msgid "[link](https://www.singascope.sg/)"
182 | msgstr ""
183 |
184 |
--------------------------------------------------------------------------------
/locale/pl/LC_MESSAGES/genindex.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2023-05-02 14:28-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language-Team: LANGUAGE \n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=utf-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "Generated-By: Babel 2.10.3\n"
19 |
20 | #: ../../genindex.md:1
21 | msgid "Index"
22 | msgstr ""
23 |
24 |
--------------------------------------------------------------------------------
/locale/pl/LC_MESSAGES/welcome.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2023-06-28 07:29-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language-Team: LANGUAGE \n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=utf-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "Generated-By: Babel 2.10.3\n"
19 |
20 | #: ../../welcome.md:1
21 | msgid "Sample Preparation"
22 | msgstr ""
23 |
24 | #: ../../welcome.md:1
25 | msgid "Sample Acquisition"
26 | msgstr ""
27 |
28 | #: ../../welcome.md:1
29 | msgid "Image Analysis and Data Handling"
30 | msgstr ""
31 |
32 | #: ../../welcome.md:1
33 | msgid "Data Interpretation"
34 | msgstr ""
35 |
36 | #: ../../welcome.md:1
37 | msgid "Additional Resources"
38 | msgstr ""
39 |
40 | #: ../../welcome.md:1
41 | msgid "Welcome"
42 | msgstr ""
43 |
44 | #: ../../welcome.md:3
45 | msgid "Welcome to the world of bioimaging and bioimage analysis! 🎉"
46 | msgstr ""
47 |
48 | #: ../../welcome.md:11
49 | msgid "BBBC image montage"
50 | msgstr ""
51 |
52 | #: ../../welcome.md:11
53 | msgid ""
54 | "**Montage of fluorescence microscopy images from "
55 | "[BBBC](https://bbbc.broadinstitute.org/) {cite}`Ljosa2012-fr` (Broad "
56 | "Institute).** Images shown are from experiments BBBC007, BBBC008, "
57 | "BBBC034, BBBC038, BBBC039, and BBBC020 from left to right, top to bottom."
58 | msgstr ""
59 |
60 | #: ../../welcome.md:13
61 | msgid "What is this book?"
62 | msgstr ""
63 |
64 | #: ../../welcome.md:15
65 | msgid ""
66 | "This book is a companion website to our paper \"[**_A biologist’s guide "
67 | "to planning and performing quantitative bioimaging "
68 | "experiments_**](https://doi.org/10.1371/journal.pbio.3002167)\" "
69 | "{cite}`Senft2023-zy`. Our goal is to provide recommendations and a "
70 | "curated set of resources for biologists looking to understand the factors"
71 | " that impact their fluorescence microscopy experiments."
72 | msgstr ""
73 |
74 | #: ../../welcome.md:17
75 | msgid ""
76 | "This book is a collaborative effort from experts in biology, imaging, "
77 | "image analysis, and data management, interpretation, and presentation. "
78 | "Our tips and recommendations come from real experiences training and "
79 | "working with biologists who are beginners to bioimaging and bioimage "
80 | "analysis. When starting out in a new field, you often don't know what you"
81 | " don't know. Here we provide context, tips for avoiding common beginner "
82 | "errors, and a focused list of high-quality, open source resources (full "
83 | "list available [here](bibliography)). We use icons to indicate the type "
84 | "of resource:"
85 | msgstr ""
86 |
87 | #: ../../welcome.md:39
88 | msgid "What **isn't** this book?"
89 | msgstr ""
90 |
91 | #: ../../welcome.md:41
92 | msgid ""
93 | "This book is **not** meant to be an exhaustive list of all resources. "
94 | "Many others have curated excellent such resources(see "
95 | "[here](https://febs.onlinelibrary.wiley.com/doi/10.1002/1873-3468.14451) "
96 | "{cite}`Haase2022-ad` and [here](https://www.bioimagingnorthamerica.org"
97 | "/training-education-resources/) and [here](https://biii.eu/) {cite}`Paul-"
98 | "Gilloteaux2021-vw`). Our goal is to create a more streamlined, beginner-"
99 | "accessible guide."
100 | msgstr ""
101 |
102 | #: ../../welcome.md:42
103 | msgid ""
104 | "This book is **not** a protocol or step by step guide, though certain "
105 | "resources we link to might be. Each subsection from sample prep to data "
106 | "interpretation are massive topics that we can't exhaustively cover in a "
107 | "guide for beginners."
108 | msgstr ""
109 |
110 | #: ../../welcome.md:45
111 | msgid "How to use this book:"
112 | msgstr ""
113 |
114 | #: ../../welcome.md:46
115 | msgid ""
116 | "Please select a section using the navigation panel on the left to get "
117 | "started or begin with sample preparation by clicking the \"Next\" button "
118 | "below ↘️."
119 | msgstr ""
120 |
121 | #: ../../welcome.md:48
122 | msgid ""
123 | "Most sections will guide you through individual subtopics using some or "
124 | "all of the following list of questions:"
125 | msgstr ""
126 |
127 | #: ../../welcome.md:49
128 | msgid "What is it?"
129 | msgstr ""
130 |
131 | #: ../../welcome.md:50
132 | msgid "What are my options?"
133 | msgstr ""
134 |
135 | #: ../../welcome.md:51
136 | msgid "How do I do it?"
137 | msgstr ""
138 |
139 | #: ../../welcome.md:52
140 | msgid "Where can things go wrong?"
141 | msgstr ""
142 |
143 | #: ../../welcome.md:53
144 | msgid "Where can I learn more? (links to resources)"
145 | msgstr ""
146 |
147 | #: ../../welcome.md:55
148 | msgid ""
149 | "Which questions are used and the exact phrasing may vary by section, but "
150 | "we hope this structure helps guide users to a deeper understanding of "
151 | "each subtopic."
152 | msgstr ""
153 |
154 | #: ../../welcome.md:57
155 | msgid "What if my resource/topic is not included?"
156 | msgstr ""
157 |
158 | #: ../../welcome.md:58
159 | msgid ""
160 | "Please feel free to open an "
161 | "[issue](https://github.com/broadinstitute/MicroscopyForBeginnersReferenceGuide/issues)"
162 | " or pull request to contribute! We hope for this to be a living document "
163 | "reflecting the best practices and resources available."
164 | msgstr ""
165 |
166 |
--------------------------------------------------------------------------------
/locale/pt/LC_MESSAGES/README.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , 2023.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: Python \n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2024-03-29 09:37-0400\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language-Team: LANGUAGE \n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=utf-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "Generated-By: Babel 2.13.1\n"
19 |
20 | #: ../../README.md:1
21 | msgid "[](https://zenodo.org/doi/10.5281/zenodo.10675608)"
22 | msgstr ""
23 |
24 | #: ../../README.md:1
25 | msgid "DOI"
26 | msgstr ""
27 |
28 | #: ../../README.md:3
29 | msgid "Microscopy For Beginners Reference Guide"
30 | msgstr ""
31 |
32 | #: ../../README.md:4
33 | msgid "Website :link: :arrow_right: [CLICK HERE](https://bioimagingguide.org)"
34 | msgstr ""
35 |
36 | #: ../../README.md:6
37 | msgid ""
38 | "A Beginner's guide to microscopy, from sample prep to acquisition, image "
39 | "analysis, and data interpretation. See the paper "
40 | "[here](https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.3002167)"
41 | " (original preprint [here](https://doi.org/10.5281/zenodo.7439283))"
42 | msgstr ""
43 |
44 | #~ msgid ""
45 | #~ "A Beginner's guide to microscopy, from"
46 | #~ " sample prep to acquisition, image "
47 | #~ "analysis, and data interpretation. See "
48 | #~ "the related preprint "
49 | #~ "[here](https://doi.org/10.5281/zenodo.7439283)"
50 | #~ msgstr ""
51 |
52 |
--------------------------------------------------------------------------------
/locale/pt/LC_MESSAGES/bibliography.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , YEAR.
5 | #
6 | # Translators:
7 | # Beth Cimini, 2023
8 | #
9 | #, fuzzy
10 | msgid ""
11 | msgstr ""
12 | "Project-Id-Version: Python\n"
13 | "Report-Msgid-Bugs-To: \n"
14 | "POT-Creation-Date: 2023-05-02 14:28-0400\n"
15 | "PO-Revision-Date: 2023-05-02 18:49+0000\n"
16 | "Last-Translator: Beth Cimini, 2023\n"
17 | "Language-Team: Portuguese (https://app.transifex.com/center-for-open-bioimage-analysis/teams/169123/pt/)\n"
18 | "MIME-Version: 1.0\n"
19 | "Content-Type: text/plain; charset=UTF-8\n"
20 | "Content-Transfer-Encoding: 8bit\n"
21 | "Language: pt\n"
22 | "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
23 |
24 | #: ../../bibliography.md:1
25 | msgid "Bibliography"
26 | msgstr "Bibliografia"
27 |
--------------------------------------------------------------------------------
/locale/pt/LC_MESSAGES/genindex.po:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) 2023
3 | # This file is distributed under the same license as the Python package.
4 | # FIRST AUTHOR , YEAR.
5 | #
6 | # Translators:
7 | # Beth Cimini, 2023
8 | #
9 | #, fuzzy
10 | msgid ""
11 | msgstr ""
12 | "Project-Id-Version: Python\n"
13 | "Report-Msgid-Bugs-To: \n"
14 | "POT-Creation-Date: 2023-05-02 14:28-0400\n"
15 | "PO-Revision-Date: 2023-05-02 18:49+0000\n"
16 | "Last-Translator: Beth Cimini, 2023\n"
17 | "Language-Team: Portuguese (https://app.transifex.com/center-for-open-bioimage-analysis/teams/169123/pt/)\n"
18 | "MIME-Version: 1.0\n"
19 | "Content-Type: text/plain; charset=UTF-8\n"
20 | "Content-Transfer-Encoding: 8bit\n"
21 | "Language: pt\n"
22 | "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
23 |
24 | #: ../../genindex.md:1
25 | msgid "Index"
26 | msgstr "Índice"
27 |
--------------------------------------------------------------------------------
/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/COBA-NIH/MicroscopyForBeginnersReferenceGuide/76e48826ded54fdd505832e7328b78c31f1c3f07/logo.png
--------------------------------------------------------------------------------
/requirements.txt:
--------------------------------------------------------------------------------
1 | jupyter-book
2 | jupytext
3 | git+https://github.com/brownsarahm/sphinxcontrib-mermaid@cdnupdate
4 |
--------------------------------------------------------------------------------
/transifex.yml:
--------------------------------------------------------------------------------
1 | git:
2 | filters:
3 | - filter_type: dir
4 | file_format: PO
5 | source_file_extension: pot
6 | source_language: en
7 | source_file_dir: _build/gettext
8 | translation_files_expression: 'locale//LC_MESSAGES'
9 | ignore_files:
10 | - _build/gettext/README.pot
11 |
--------------------------------------------------------------------------------
/welcome.md:
--------------------------------------------------------------------------------
1 | # Welcome
2 |
3 | Welcome to the world of bioimaging and bioimage analysis! 🎉
4 | ```{figure} ./BBBC_montage.png
5 | ---
6 | alt: BBBC image montage
7 | width: 80%
8 | align: center
9 | name: BBBC-montage
10 | ---
11 | **Montage of fluorescence microscopy images from [BBBC](https://bbbc.broadinstitute.org/) {cite}`Ljosa2012-fr` (Broad Institute).** Images shown are from experiments BBBC007, BBBC008, BBBC034, BBBC038, BBBC039, and BBBC020 from left to right, top to bottom.
12 | ```
13 | ## What is this book?
14 |
15 | This book is a companion website to our paper "[**_A biologist’s guide to planning and performing quantitative bioimaging experiments_**](https://doi.org/10.1371/journal.pbio.3002167)" {cite}`Senft2023-zy`. Our goal is to provide recommendations and a curated set of resources for biologists looking to understand the factors that impact their fluorescence microscopy experiments.
16 |
17 | This book is a collaborative effort from experts in biology, imaging, image analysis, and data management, interpretation, and presentation. Our tips and recommendations come from real experiences training and working with biologists who are beginners to bioimaging and bioimage analysis. When starting out in a new field, you often don't know what you don't know. Here we provide context, tips for avoiding common beginner errors, and a focused list of high-quality, open source resources (full list available [here](bibliography)). We use icons to indicate the type of resource:
18 |
19 | ::::{grid}
20 | :::{grid-item}
21 | :columns: 3
22 | :::
23 | :::{grid-item}
24 | :columns: 6
25 |
26 | | **Icon** | **Resource type** |
27 | |:--------:|----------------------------|
28 | | 📖 | Textbook (free online) |
29 | | 📄 | Scientific paper |
30 | | 💻 | Software or software notes |
31 | | 🌐 | Website |
32 | | 🎓 | Lecture notes or slides |
33 | | 🎥 | Video |
34 | | 🔢 | Math-heavy theory |
35 |
36 | :::
37 | ::::
38 |
39 | ## What **isn't** this book?
40 |
41 | * This book is **not** meant to be an exhaustive list of all resources. Many others have curated excellent such resources(see [here](https://febs.onlinelibrary.wiley.com/doi/10.1002/1873-3468.14451) {cite}`Haase2022-ad` and [here](https://www.bioimagingnorthamerica.org/training-education-resources/) and [here](https://biii.eu/) {cite}`Paul-Gilloteaux2021-vw`). Our goal is to create a more streamlined, beginner-accessible guide.
42 | * This book is **not** a protocol or step by step guide, though certain resources we link to might be. Each subsection from sample prep to data interpretation are massive topics that we can't exhaustively cover in a guide for beginners.
43 |
44 |
45 | ## How to use this book:
46 | Please select a section using the navigation panel on the left to get started or begin with sample preparation by clicking the "Next" button below ↘️.
47 |
48 | Most sections will guide you through individual subtopics using some or all of the following list of questions:
49 | * What is it?
50 | * What are my options?
51 | * How do I do it?
52 | * Where can things go wrong?
53 | * Where can I learn more? (links to resources)
54 |
55 | Which questions are used and the exact phrasing may vary by section, but we hope this structure helps guide users to a deeper understanding of each subtopic.
56 |
57 | ## What if my resource/topic is not included?
58 | Please feel free to open an [issue](https://github.com/broadinstitute/MicroscopyForBeginnersReferenceGuide/issues) or pull request to contribute! We hope for this to be a living document reflecting the best practices and resources available.
59 |
--------------------------------------------------------------------------------