{% extends "dashboard/base.html" %} {% block dashboard %}
{% if platforms %}
{% csrf_token %}

Search the query using currently activated platforms

an example of query in scopus: ALL("machine learning in self-adaptive systems"), same example in IEEE: "machine learning in self-adaptive systems"

{% for platform in platforms %}
{% endfor %}
{% else %}

No activated Query Platform is found. Please ask the system admin to add query platforms by using the admin panel at new query platform

{% endif %}

{% if publications %}
{% csrf_token %}
Add Publications to Lists
{% include "mapping/forms/select.html" %}
{% include "publication/web_publications.html" %}
{% endif %} {% endblock %}