{%- if page.collection -%}

{{ page.description }}

{% if page.keywords %} {% endif %} {{ content }} {%- assign projects = site.organization | where: "parentOrganization", page.slug -%} {%- if projects[0] -%}

Projetos de pesquisa

{%- endif -%} =======
  • {{ keyword }}{%- unless forloop.last -%}, {%- endunless -%}
  • {% endfor %} {% endif %} {{ content }} {%- assign projects = site.organization | where: "parentOrganization", page.slug -%} {%- if projects[0] -%}

    Projetos de pesquisa

    {%- endif -%} {% include team.html %} {% include biblio.html %} {%- else -%} {{ content }} {%- assign groups = site.organization | where: "parentOrganization", slug -%} {%- for group in groups %}

    {{ group.title }}

    {% if group.startDate %}

    Ativo {%- if group.endDate -%}: {% else %} desde {% endif %} {{ group.startDate | date: "%-d %B %Y" }} {% if endDate %} a {{ group.endDate | date: "%-d %B %Y" }} {%- endif -%}

    {% endif %} {% if group.description %}

    {{ group.description }}

    {% endif %} {% if group.keywords %} {% endif %} {%- assign projects = site.organization | where: "parentOrganization", group.identifier -%} {%- if projects[0] -%}
    Projetos de pesquisa
    {%- for project in projects -%}
    {{ project.title }}
    {%- endfor -%}
    {%- endif -%} {%- endfor -%} {%- endif %}