Line 2: | Line 2: | ||
<html> | <html> | ||
<textarea id='page'> | <textarea id='page'> | ||
+ | const r = i => h('a', {href: '#ref_' + i}, i); | ||
h(g.Page, {title: 'Description', prev: 'https://2018.igem.org/Team:Austin_LASA/Collaborations', next: 'https://2018.igem.org/Team:Austin_LASA/Design', selector: [2, 0]}, | h(g.Page, {title: 'Description', prev: 'https://2018.igem.org/Team:Austin_LASA/Collaborations', next: 'https://2018.igem.org/Team:Austin_LASA/Design', selector: [2, 0]}, | ||
h(g.Section, {title: 'Why HIV Detection in Infants?'}, | h(g.Section, {title: 'Why HIV Detection in Infants?'}, | ||
− | h('p', null, 'HIV diagnosis of infants in the developing world continues to pose many problems. It is estimated that there are approximately 1500 new cases of HIV infection in children under the age of 15, 90% of which occur in the developing world and contracted HIV at birth ( | + | h('p', null, 'HIV diagnosis of infants in the developing world continues to pose many problems. It is estimated that there are approximately 1500 new cases of HIV infection in children under the age of 15, 90% of which occur in the developing world and contracted HIV at birth [', i(1), ']. Infants often show symptoms of HIV very early on, and in some cases, HIV can rapidly evolve into AIDS [', i(2) ,']. As such, it is imperative that infants with HIV are diagnosed as early as possible.') |
) | ) | ||
); | ); | ||
</textarea> | </textarea> | ||
</html> | </html> |
Revision as of 20:00, 17 October 2018