forked from GenomicsStandardsConsortium/GSC22-Moorea
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.index.html
More file actions
62 lines (59 loc) · 3.65 KB
/
home.index.html
File metadata and controls
62 lines (59 loc) · 3.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
title: The 23rd Genomics Standards Consortium Workshop
layout: page
slide_id: 0
---
<div class="card-block bg-faded">
<div class="container">
<div class="col text-muted">
<br>
<center>
<p style="font-size:20px">The GSC23-Bangkok meeting
</p>
<div class="text-info"><h5>Genomic Standards for Precision Medicine, Agriculture, Comparative Genomics, and Metabolomics</h5></div>
<br>
<br></center>
<p>The Genomic Standards Consortium will convene its 23rd meeting in Bangkok, Thailand (GSC23-Bangkok) on August 7-11, 2023, with the Faculty of Medicine Siriraj Hospital at <a href="https://www2.si.mahidol.ac.th/en/" target=_blank>Mahidol University</a> and the (<a href="https://www.biotec.or.th/home/en/biotec-home-2021-en/" target=_blank>National Center for Genetic Engineering and Biotechnology (BIOTEC/NSTDA)</a>), with a hybrid (in person/remote) agenda. </p>
<br>
<p>This Genomic Standards Consortium Meeting was originally planned as GSC22 to take place in 2020, however as with most things in 2020, it was postponed.</p>
<p>GSC23 sessions will focus on tackling metadata challenges related to the sample collection, processing and genomic sequencing workflow critical for small and large scale datasets within the fields of;
<ul>
<li>Medical genomics</li>
<li>Agriculture</li>
<li>Comparative genomics</li>
<li>Metabolomics</li>
</ul>
Tackling metadata challenges related to the sample collection, processing and genomic sequencing workflow critical for small and large scale datasets. It is our intention to discuss and plan for evolving genomic and laboratory standards to address the needs of the clinical, academic and industry researchers with a focus on precision medicine and agriculture. </p>
<br>
<p>The GSC consists of international delegates working in collaborative groups to provide a forum for implementing community-driven standards and related protocols. Participants in the GSC include biologists, computer scientists, those building genomic databases and conducting large-scale comparative genomic analyses, and those with experience of building community-based standards. Since its founding in 2005, the GSC has had the following goals:</p>
<ul>
<li>The implementation of new genomic standards</li>
<li>Methods of capturing and exchanging metadata</li>
<li>Harmonization of metadata collection and analysis efforts across the wider genomics community</li>
<li>Standardizing critical protocols in all related genomic research</li>
</ul>
<br>
<p>To accomplish these goals, the GSC works closely with leading corporations that develop and supply the technologies used by our members. The GSC invites your partnership in our organisation providing you with an opportunity to put your company’s trademark and products in front of these key industry professionals, who have a vested interest in your products. </p>
</div>
<div>
<div class="card">
<div class="card-header text-white bg-inverse"><strong>Organizing Committee</strong></div>
{% if site.data.conference.program_committees %}
{% for committee in site.data.conference.program_committees %}
<div class="card-block bg-faded committee">
<p><a href="{{ committee.homepage }}"><strong>{{ committee.name }}</strong></a><p>
<p class="card-subtitle text-muted" style="font-size: 90%;">{{ committee.org }}</p>
</div>
{% endfor %}
{% else %}
<div class="card-block bg-faded committee">
<p><strong>TBA</strong><p>
<p class="card-subtitle text-muted" style="font-size: 90%;">TBA</p>
</div>
{% endif %}
</div>
{% include card-important-dates.html %}
</div>
{% include contact-us.html %}
</div>
</div>