|
2 | 2 |
|
3 | 3 | {% block body %} |
4 | 4 | <div class="container py-5"> |
5 | | - <h2 class="mb-3 text-center">Welcome to the microbial ARC isolate database!</h2> |
| 5 | + <h2 class="mb-3 text-center">Welcome to the Microbial ARchive and Cryo-collection!</h2> |
6 | 6 | <p> |
7 | | - This initiative within the umbrella of Center for Microbial Medicine aims to |
8 | | - sequence the genome of every clinically relevant isolate collected at |
9 | | - Children’s Hospital of Philadelphia. The database currently holds, {{ isolate_count }} isolates from |
10 | | - {{ patient_count }} patients. |
| 7 | + The microbial ARchive and Cryo-collection (microbialARC) at the Children’s Hospital of Philadelphia is a |
| 8 | + biorepository and research platform dedicated to preserving and studying both pathogenic and commensal microorganisms. We are building a meticulously curated strain library that advances the field of microbial genomics by integrating advanced cryo-preservation with genomic and phenotypic characterization. |
11 | 9 | </p> |
| 10 | + <p> |
| 11 | + We collaborate closely with clinicians and basic researchers to collect, culture, and sequence microorganisms that shape human health and disease. Through the systematic preservation and genomic characterization of these isolates, microbialARC supports precision surveillance for infection prevention, outbreak response, and mechanistic studies of the microbiome. |
| 12 | + </p> |
| 13 | + <p> |
| 14 | + Our mission is to transform microbial collections into a dynamic resource for discovery—bridging clinical microbiology, genomics, and bioinformatics to accelerate the development of innovative live biotherapeutics and next-generation tools for understanding microbial evolution and antibiotic resistance. By linking clinical, environmental, and genomic data, microbialARC empowers precision medicine and global health initiatives aimed at improving outcomes for children and communities worldwide. |
| 15 | + </p> |
| 16 | + <p> |
| 17 | + The database currently holds {{ isolate_count }} isolates from {{ patient_count }} patients. |
| 18 | + </p> |
| 19 | + |
12 | 20 | <p>The efforts to curate the isolates include:</p> |
13 | | - <ol> |
| 21 | + <ul class="list-unstyled"> |
14 | 22 | {% for collection, val in special_collection_counts.items() %} |
15 | | - <li>{{ collection }} ({{ val[0] }} isolates) {% if val[1] %} - {{ val[1] }} {% endif %}</li> |
| 23 | + <li class="mb-2"><strong>{{ collection }}</strong> ({{ val[0] }} isolates){% if val[1] %} - {{ val[1] }}{% endif %}</li> |
16 | 24 | {% endfor %} |
17 | | - </ol> |
18 | | - <p> |
19 | | - Searching through the database you will find information on the specimens |
20 | | - the bacteria were isolated from, clinical information on subjects, assembled |
21 | | - genomes and their annotations. |
22 | | - </p> |
| 25 | + </ul> |
| 26 | + |
| 27 | + <div class="row g-4 mt-5"> |
| 28 | + <div class="col-md-6 text-center"> |
| 29 | + <img |
| 30 | + src="{{ url_for('static', filename='CHOP_Center_for_Microbial_Medicine.jpg') }}" |
| 31 | + class="img-fluid rounded shadow-sm" |
| 32 | + style="width: 100%; height: 220px; object-fit: cover;" |
| 33 | + alt="Center for Microbial Medicine banner" |
| 34 | + > |
| 35 | + </div> |
| 36 | + <div class="col-md-6 text-center"> |
| 37 | + <img |
| 38 | + src="{{ url_for('static', filename='CHOP_Microbiome_Center.jpg') }}" |
| 39 | + class="img-fluid rounded shadow-sm" |
| 40 | + style="width: 100%; height: 220px; object-fit: cover;" |
| 41 | + alt="CHOP Microbiome Center banner" |
| 42 | + > |
| 43 | + </div> |
| 44 | + </div> |
23 | 45 | </div> |
24 | 46 |
|
25 | 47 | <div> |
|
0 commit comments