layout | title | permalink | tags | exclude_from_search | redirect_from | faq_category_1 | faq_category_2 | faq_category_3 | faq_category_4 | faq_category_5 | faq_category_6 | faq_category_7 | faq_category_8 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
single_section |
FAQ |
/faq/ |
FAQ |
true |
|
|
|
|
|
|
|
|
|
This is the FAQ from the 1000 Genomes Project. This list of questions is not exhaustive. If you have any other questions you can't find the answer to please email [email protected] to ask.
{% assign sorted_faq = (site.faq | sort: 'title') %}
-
{% for faq in sorted_faq %}
{% for title_in_category in page.faq_category_1 %}
{% if faq.title contains title_in_category %}
- {{faq.title}} {% endif %}{% endfor %}{% endfor %}
-
{% for faq in sorted_faq %}
{% for title_in_category in page.faq_category_2 %}
{% if faq.title contains title_in_category %}
- {{faq.title}} {% endif %}{% endfor %}{% endfor %}
-
{% for faq in sorted_faq %}
{% for title_in_category in page.faq_category_3 %}
{% if faq.title contains title_in_category %}
- {{faq.title}} {% endif %}{% endfor %}{% endfor %}
-
{% for faq in sorted_faq %}
{% for title_in_category in page.faq_category_4 %}
{% if faq.title contains title_in_category %}
- {{faq.title}} {% endif %}{% endfor %}{% endfor %}
-
{% for faq in sorted_faq %}
{% for title_in_category in page.faq_category_5 %}
{% if faq.title contains title_in_category %}
- {{faq.title}} {% endif %}{% endfor %}{% endfor %}
-
{% for faq in sorted_faq %}
{% for title_in_category in page.faq_category_6 %}
{% if faq.title contains title_in_category %}
- {{faq.title}} {% endif %}{% endfor %}{% endfor %}
-
{% for faq in sorted_faq %}
{% for title_in_category in page.faq_category_7 %}
{% if faq.title contains title_in_category %}
- {{faq.title}} {% endif %}{% endfor %}{% endfor %}
-
{% for faq in sorted_faq %}
{% for title_in_category in page.faq_category_8 %}
{% if faq.title contains title_in_category %}
- {{faq.title}} {% endif %}{% endfor %}{% endfor %}