{% if locale == 'ar' %}شمرا أكاديميا{% else %}Shamra Academia{% endif %}

{% if isRecentFallback|default(false) %} {% if locale == 'ar' %} أحدث الأبحاث | Latest Research {% else %} Latest Research {% endif %} {% else %} {% if locale == 'ar' %} أبحاث مقترحة لك | Recommended Research {% else %} Recommended Research For You {% endif %} {% endif %}

{% if locale == 'ar' %} مرحباً {{ user.firstName }}, {% else %} Hi {{ user.firstName }}, {% endif %}

{% if isRecentFallback|default(false) %} {% if locale == 'ar' %} إليك أحدث الأبحاث المضافة على منصة شمرا أكاديميا: {% else %} Here are the latest researches added to Shamra Academia: {% endif %} {% else %} {% if locale == 'ar' %} بناءً على قراءاتك الأخيرة، اخترنا لك هذه الأبحاث التي قد تهمك: {% else %} Based on your recent reading, we've selected these researches you might find interesting: {% endif %} {% endif %}

{% for research in recommendations %}
{% if locale == 'ar' %} {{ research.arabic_full_title ?? research.english_full_title ?? 'بحث' }} {% else %} {{ research.english_full_title ?? research.arabic_full_title ?? 'Research' }} {% endif %}
{% if research.arabic_publisher_name|default and locale == 'ar' %} {{ research.arabic_publisher_name }} {% elseif research.english_publisher_name|default %} {{ research.english_publisher_name }} {% endif %} {% if research.publication_date|default %} | {{ research.publication_date|slice(0, 10) }} {% endif %} {% if research.downloads|default(0) > 0 %} | {% if locale == 'ar' %}{{ research.downloads }} تحميل{% else %}{{ research.downloads }} downloads{% endif %} {% endif %}
{% set abstract_text = '' %} {% if locale == 'ar' and research.arabic_abstract|default %} {% set abstract_text = research.arabic_abstract %} {% elseif research.english_abstract|default %} {% set abstract_text = research.english_abstract %} {% elseif research.arabic_abstract|default %} {% set abstract_text = research.arabic_abstract %} {% endif %} {% if abstract_text %}

{{ abstract_text|length > 200 ? abstract_text|slice(0, 200) ~ '...' : abstract_text }}

{% endif %} {% if research.tag|default %}
{% for tag in research.tag|slice(0, 4) %} {{ tag }} {% endfor %}
{% endif %}
{% if locale == 'ar' %}اقرأ المزيد ←{% else %}Read more →{% endif %}
{% endfor %}
{% if locale == 'ar' %}استكشف المزيد من الأبحاث{% else %}Explore More Research{% endif %}

{% if locale == 'ar' %} تلقيت هذا البريد لأنك مسجل في شمرا أكاديميا وفعّلت إشعارات الأبحاث المقترحة. {% else %} You received this email because you're a Shamra Academia member with recommendation notifications enabled. {% endif %}

{% if locale == 'ar' %} إلغاء الاشتراك  |  إدارة الإعدادات {% else %} Unsubscribe  |  Manage Settings {% endif %}

© {{ 'now'|date('Y') }} {% if locale == 'ar' %}شمرا أكاديميا{% else %}Shamra Academia{% endif %} {% if locale == 'ar' %} — أدوات بحث أكاديمي مدعومة بالذكاء الاصطناعي {% else %} — AI-Powered Academic Research Tools {% endif %}