{% extends '@syndexAcademic/main_layout.html.twig' %} {% trans_default_domain "Academia" %} {% set locale = app.request.locale %} {% block og_title %} {% if research.arabicFullTitle is not null %} {{ research.arabicFullTitle }} {% else %} {{ research.englishFullTitle }} {% endif %} {% endblock %} {% block og_url %}{{ app.request.scheme ~'://' ~ app.request.httpHost ~ path(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')) }}{% endblock %} {% block og_description %}{{ research.arabicAbstract[0:200] }}{% endblock %} {% block title %} {% if research.arabicFullTitle is not null %} {{ research.arabicFullTitle }} {% else %} {{ research.englishFullTitle }} {% endif %} {% endblock %} {% block css %} {% endblock %} {% block body %} {{ parent() }}
{# External Document Badge #} مصدر خارجي {# Title #}

{{ research.arabicFullTitle }}

{% if research.englishFullTitle %}

{{ research.englishFullTitle }}

{% endif %}
{# Authors #} {% if research.textualPublisher %}
الباحثون: {% if research.textualPublisher is iterable %} {% for author in research.textualPublisher %} {{ author }} {% endfor %} {% else %} {{ research.textualPublisher }} {% endif %}
{% endif %} {# Metadata #}
{% if research.arabicCategoryName %} {{ research.arabicCategoryName }} | {% endif %} {% if research.arabicPublisherName %} {{ research.arabicPublisherName }} | {% endif %} {% if research.publicationDate %} {{ research.publicationDate }} {% endif %}
{# Fields/Topics #} {% if research.arabicFieldNames|length > 0 %}
المجالات: {% for field in research.arabicFieldNames %} {{ field }} {% endfor %}
{% endif %} {# Source Links #}

الوصول للمصدر الأصلي

هذا البحث متوفر من مصدر خارجي. اضغط على الرابط أدناه للوصول إلى النص الكامل.

{% if research.sourceUrl %} عرض في المصدر الأصلي {% endif %} {% if research.pdfUrl %} تحميل PDF {% endif %} {% if research.sourceDomain %}

المصدر: {{ research.sourceDomain }}

{% endif %} {% if research.doi %}

DOI: {{ research.doi }}

{% endif %}
{# Abstract #} {% if research.arabicAbstract %}

الملخص

{{ research.arabicAbstract }}

{% endif %} {% if research.englishAbstract %}

Abstract

{{ research.englishAbstract }}

{% endif %} {# Keywords #} {% if research.tags is defined and research.tags|length > 0 %}
الكلمات المفتاحية: {% for tag in research.tags %} {{ tag.context }} {% endfor %}
{% endif %}
{# Sidebar #}

معلومات البحث

الحالة: مصدر خارجي

{% if research.arabicCategoryName %}

النوع: {{ research.arabicCategoryName }}

{% endif %} {% if research.arabicPublisherName %}

الناشر: {{ research.arabicPublisherName }}

{% endif %} {% if research.publicationDate %}

تاريخ النشر: {{ research.publicationDate }}

{% endif %}

هذا البحث مفهرس من مصدر خارجي. للحصول على النص الكامل، يرجى زيارة المصدر الأصلي.

{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}