Skip to content

Latest commit

 

History

History
76 lines (66 loc) · 4.01 KB

test.md

File metadata and controls

76 lines (66 loc) · 4.01 KB
permalink
/test/
[People](#people)     [Goals](#goals)     [Results](#results)

Team Members

Principal Investigators

{% for pi in site.data.people.pi %} {% if pi.homepage %} {{pi.name}} ({{pi.role}}) {% else %} {{pi.name}} ({{pi.role}}) {% endif %}   |   {% endfor %}

Research Fellows

{% for fellow in site.data.people.fellows %} {{fellow.name}}   |   {% endfor %}

Students

{% for student in site.data.people.student %} {{student.name}}   |   {% endfor %}

Major Goals

The objective of the project is to develop deep-learning based multimodal retinal image registration methods to help the ophthalmologist to quickly detect and diagnose retinal diseases. Four major goals: (1). Collect and prepare a wide range of retina images/data to support algorithm development and testing; (2). Develop algorithm to align ultra-widefield, color fundus and multicolor images to help with early diagnosis of cardiovascular diseases, (3). Develop segmentation algorithm for OCT volumes with the help of motion correction, and (4). Evaluate and assess the ability of goals 2 and 3 in diagnosis evaluation using human experts (clinical specialist).

Results (Publications)

{% assign papers_by_year=site.data.papers.papers | group_by: "year" | sort:"name" | reverse %}

{% for paper_this_year in papers_by_year %}

{{paper_this_year.name}}

{% for paper in paper_this_year.items %}

{% if paper.type=="engineering" %} Engineering {% else %} Clinical {% endif %}   {% if paper.journal %} Journal {% else %} Conference {% endif %}
**{{paper.title}}**
{{paper.authors}}
{% if paper.journal %} *{{paper.journal}}*, {{paper.year}}. {% elsif paper.conference %} *{{paper.conference}}*, {{paper.year}}. {% endif %}
{% if paper.doi %} **\[[Paper \(link\)]({{paper.doi}})\]**   {% endif %} {% if paper.supplementary %} **\[[Supplementary]({{paper.supplementary}})\]**   {% endif %} {% if paper.code %} **\[[Code]({{paper.code}})\]**   {% endif %} {% if paper.abstract %}
Abstract {{paper.abstract}}
{% endif %}
{% if paper.image_bar %}

{% endif %}

{% endfor %} {% endfor %}