{% extends 'base.html' %} {% load static %} {% block link %} {% endblock %} {% block title %}Home{% endblock %} {% block content %} {% load update_var_tag %} {% load text_split_tag %} {% if user.username is not '' %} {% comment %} Hi {{ user.username }}!

You are not logged in

logout

{% endcomment %}
{% comment %}
{% else %} Your Need To login {% endif %} {% endblock %} {% block script %} {% endblock %} {% comment %} $('#anchor_submit').click(function() { var data = {anchor_id: 'Lee pal kwar',}; $.ajax({ data: data, url: 'getAnchor/', method: 'POST', success: function (data) { console.log(data); d = {"project_name": "t", "project_description": "testproject"} {{infos | update_var}} context_dict = {"infos": [{"project_name": "t", "project_description": "testproject"}], "anchor_data": [{"sample_id": "5ed953a2d98c5b4207f187fa", "sample_body": "A number of public health issues, particularly noncommunicable diseases, significantly contribute to morbidity, mortality, and economic losses in the UAE. In view of the population demographics of the UAE, future national population-based public health initiatives should consider the sociocultural, religious, ethnic, and educational diversity of the UAE in the design, development, and implementation of campaigns, interventions, and strategies. The major public health challenges posed by certain personal, lifestyle, occupational, and environmental factors associated with the development of chronic diseases are not isolated to the UAE; rather, they form part of a global health problem, which requires international collaboration and action.", "sample_title": "Conclusion"}], "candidate_groups": [{"candidate_sample_id": "5ed93d5fd98c5b4207f0b64c", "sample_body": "We identified genetic variability of MERS-CoV S genes among infected persons in South Korea. Samples from 7 patients identified as positive for MERS-CoV were sequenced. These patients were identified by using sequences upstream of the envelope protein gene and open reading frame (ORF) 1a in real-time reverse transcription PCRs (5) ( Table 1) .", "sample_title": "The Study"}]} } }); }); {% endcomment %}