{% extends 'portal.html' %} {% block title %} {{assessment}} | Literature Review | References | HAWC {% endblock %} {% block breadcrumbs %}
  • {{ assessment }}/
  • Literature Review/
  • Searches & Imports/
  • {% endblock %} {% block content %}

    Included references in literature search/import

    The following references were selected for inclusion and are therefore ready for risk of bias and/or data-extraction. To create a study, which can be used in HAWC to extract data or add risk of bias, from a literature reference which was marked for inclusion in the HAWC, select one from the list below:

    {% if object_list.count > 0 %} {% for object in object_list %} {% endfor %}
    Authors Title Journal Action
    {{object.authors}} {{object.title}} {{object.journal}} Create study from reference
    {% else %}
    Nothing to be done!

    No references have been marked for inclusion which aren't studies already.

    {% endif %} {% endblock %}