Difference between revisions of "All Teams Info"

Line 63: Line 63:
 
'medal':'Gold',
 
'medal':'Gold',
 
'nominations':'Best Product Design',
 
'nominations':'Best Product Design',
 +
'awards':''
 +
},
 +
 +
{
 +
'team_name':'ACIBADEM ISTANBUL',
 +
'wiki_link':'https://2018.igem.org/Team:ACIBADEM_ISTANBUL',
 +
'location':'Turkey',
 +
'institution':'ACIBADEM UNIVERSITY',
 +
'section':'Undergrad',
 +
'project_title':'LTNF 2.0: Circularized Venom Neutralizing Factor',
 +
'track':'Therapeutics',
 +
'abstract':'The Opossum (Didelphimorphia) is an animal with a very unique characteristic; it displays an outstanding resistance to toxins.. snake venoms in particular. This anti-venom ability is gained through a single protein; the Lethal Toxin Neutralizing Factor (LTNF). We are attempting to produce an improved version of this anti-venom.. LTNF 2.0 if you will.. as a synthetic anti-venom for human use. LTNF 2.0 incorporates the post-translational modification process known as circularization.. a process that comprises of adding cysteine amino acids to both ends of a polypeptide chain; triggering the formation of a disulphide bridge.. ultimately leading to a circular structure.. hence the name circularization. Circularized proteins are known for not only greater stability but also greater efficacy of the protein.. thereby improving its shelf life and lowering the required dosage for treatment.. ultimately providing a more efficient bioproduct.',
 +
'parts_link':'http://parts.igem.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2018&group=ACIBADEM_ISTANBUL',
 +
'medal':'Bronze',
 +
'nominations':'',
 +
'awards':''
 +
},
 +
 +
{
 +
'team_name':'AFCM-Egypt',
 +
'wiki_link':'https://2018.igem.org/Team:AFCM-Egypt',
 +
'location':'Egypt',
 +
'institution':'Armed Forces College of Medicine',
 +
'section':'Overgrad',
 +
'project_title':'Microbiota: Opening Doors to New Horizons in Colorectal Cancer Therapy',
 +
'track':'Therapeutics',
 +
'abstract':'Colorectal cancer (CRC) is considered one of the most common cancers and accounts for almost half a million deaths annually worldwide. Tremendous progress has been made in understanding the role of the immune system in driving the development of cancers.. including CRC. As sensors of cell death and tissue remodeling.. Toll like receptors(TLRs) may have a universal role in cancer. There are different TLRs that respond to a variety of Pathogen associated molecular pattern (PAMPs) such as bacterial lipopolysaccharide . The evidence of existence of relevance between bacterial microbiota and carcinogenesis is increasing. it is suggested that microRNAs act as ligands of TLRs playing a role in epigenetic immune modulation. In this study.. We will assess the therapeutic efficacy of microbiome based approach as novel therapeutic strategy in restoring normal Toll lie receptor signaling in CRC cell line .',
 +
'parts_link':'http://parts.igem.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2018&group=AFCM-Egypt',
 +
'medal':'Silver',
 +
'nominations':'',
 
'awards':''
 
'awards':''
 
}
 
}
 +
 
 
 
];
 
];
Line 72: Line 103:
 
 
 
 
//PRINTING
+
//Place all the team information in the general printing div
for( x=0; x< all_teams_info.length; x++) {
+
 +
for( x=0; x< all_teams_info.length; x++) {
  
$("#general_printing").append("<div class='column half_size'> <h2>" + all_teams_info[x].team_name +  
+
$("#general_printing").append("<div class='column half_size'> <h2>" + all_teams_info[x].team_name +  
  "</h2> <p><b>Region:</b>" +all_teams_info[x].location+","+all_teams_info[x].institution +
+
  "</h2> <p><b>Location:</b>" +all_teams_info[x].location+", "+all_teams_info[x].institution +
  "<br><b>Section:</b>"+all_teams_info[x].section+
+
  "<br><b>Section:</b>"+all_teams_info[x].section+
  "<br><b>Track:</b>"+all_teams_info[x].track+
+
  "<br><b>Track:</b>"+all_teams_info[x].track+
  "</p><p><a href='"+all_teams_info[x].wiki_link+"'>"+all_teams_info[x].project_title+
+
  "</p><p><a href='"+all_teams_info[x].wiki_link+"'>"+all_teams_info[x].project_title+
  "</a></p><p>"+all_teams_info[x].abstract+"</p></div>");
+
  "</a></p><p>"+all_teams_info[x].abstract+"</p></div>");
}
+
 +
//every two divs, clear to create spacing
 +
if( (x%2) != 0 ){
 +
$("#general_printing").append("<div class='clear extra_space'></div>");
 +
}
 +
}
  
 
});
 
});

Revision as of 19:12, 3 September 2019

Loading...

All teams info