@@ -35,36 +35,16 @@ export default function Info() {
3535 } ,
3636 ] ;
3737
38- // const collaboratorsList = [
39- // {
40- // name: `Zicheng Hu (UCSF)`,
41- // id: `Zicheng-Hu-UCSF`,
42- // href: `https://profiles.ucsf.edu/zicheng.hu`,
43- // image: `https://researcherprofiles.org/profile/Modules/CustomViewPersonGeneralInfo/PhotoHandler.ashx?NodeID=189905&cachekey=d77aea77-c8d0-4a86-be9a-12da9da39113`,
44- // type: `person`,
45- // },
46- // {
47- // name: `The Butte Lab`,
48- // id: `The-Butte-Lab`,
49- // href: `https://buttelab.ucsf.edu/`,
50- // image: `/images/collaborators/ucsf-logo.png`,
51- // type: `lab`,
52- // },
53- // {
54- // name: `The Jagannathan Lab`,
55- // id: `The-Jagannathan-Lab`,
56- // href: `https://med.stanford.edu/jagannathan-lab.html`,
57- // image: `/images/collaborators/stanford-medicine-logo.png`,
58- // type: `lab`,
59- // },
60- // {
61- // name: `Dr. Greenhouse Lab`,
62- // id: `Dr-Greenhouse-Lab`,
63- // href: `https://profiles.ucsf.edu/bryan.greenhouse#toc-id2`,
64- // image: `/images/collaborators/ucsf-logo.png`,
65- // type: `lab`,
66- // },
67- // ];
38+ const collaboratorsList = [
39+ {
40+ image : `/images/collaborators/uw.png` ,
41+ href : `https://www.washington.edu/` ,
42+ caption : `University of Washington` ,
43+ type : `organization` ,
44+ name : `University of Washington` ,
45+ id : `UW` ,
46+ } ,
47+ ] ;
6848
6949 return (
7050 < div >
@@ -78,9 +58,9 @@ export default function Info() {
7858 < div className = "flex w-full flex-col justify-between sm:flex-row" >
7959 < div className = "mb-10 pr-10 sm:mb-5" >
8060 < p className = "w-full font-asap text-lg text-black" >
81- All software and tools from the Eye ACT's project,
82- including the Envision Portal, are developed using an
83- open-source approach. This allows for transparency and
61+ All software and tools developed by our team for the Eye ACT
62+ project, including the Envision Portal, are developed using
63+ an open-source approach. This allows for transparency and
8464 collaboration with the open source community.
8565 </ p >
8666 < div className = "mt-2 flex md:mt-1" >
@@ -134,7 +114,7 @@ export default function Info() {
134114 </ div >
135115 </ div >
136116 </ section >
137- { /* <section>
117+ < section >
138118 < div className = "mx-auto px-5 sm:px-10 sm:pt-2" >
139119 < div className = "mx-auto flex max-w-screen-lg flex-col" >
140120 < h1 className = "py-5 text-left text-4xl font-black md:mr-8 md:py-0" >
@@ -144,13 +124,13 @@ export default function Info() {
144124 < div className = "flex w-full flex-col justify-between sm:flex-row" >
145125 < div className = "mb-10 pr-10 sm:mb-5" >
146126 < p className = "w-full font-asap text-lg text-black" >
147- FAIRshare is funded through a supplemental award from the
148- National Institute of Allergy and Infectious Diseases
149- (NIAID) .
127+ Our contribution to this project is funded through a subward
128+ from the National Institute of Aging (NIA) grant
129+ R01AG060942 .
150130 </ p >
151131 < div className = "mt-2 flex md:mt-1" >
152132 < a
153- href="https://reporter.nih.gov/project-details/10377989 "
133+ href = "https://reporter.nih.gov/search/r6rgy87TCUSjNLj7AgSDsg/ project-details/10976376 "
154134 target = "_blank"
155135 className = "text-url hover-underline-animation"
156136 data-umami-event = "Funding link"
@@ -178,7 +158,7 @@ export default function Info() {
178158 </ div >
179159 </ div >
180160 </ div >
181- </section> */ }
161+ </ section >
182162 < section >
183163 < div className = "mx-auto px-5 sm:px-10 sm:pt-2" >
184164 < div className = "mx-auto flex max-w-screen-lg flex-col" >
@@ -239,7 +219,7 @@ export default function Info() {
239219 </ div >
240220 </ div >
241221 </ section >
242- { /* <section>
222+ < section >
243223 < div className = "mx-auto px-5 sm:px-10 sm:pt-2" >
244224 < div className = "mx-auto flex max-w-screen-lg flex-col" >
245225 < h1 className = "pb-5 text-left text-4xl font-black md:mr-8" >
@@ -249,15 +229,9 @@ export default function Info() {
249229 < div className = "flex w-full flex-col justify-between sm:flex-row" >
250230 < div className = "mb-10 pr-10 sm:mb-5" >
251231 < p className = "w-full font-asap text-lg text-black" >
252- The first phase of development of FAIRshare is focused on
253- supporting COVID-19 and other infectious diseases data and
254- software. FAIRshare is developed in collaboration with Dr.
255- Zicheng Hu (UCSF) and his colleagues at University of
256- California, San Francisco and Stanford University who are
257- conducting a clinical trial for a novel treatment approach
258- for COVID-19. They will be providing overall guidance on the
259- applicable FAIR guidelines as well as conducting beta
260- testing of the software.
232+ We are collaborating on this project with Dr. Cecilia
233+ Lee's team at the Computational Ophthalmology Lab
234+ (University of Washington).
261235 </ p >
262236 </ div >
263237 </ div >
@@ -311,7 +285,7 @@ export default function Info() {
311285 </ div >
312286 </ div >
313287 </ div >
314- </section> */ }
288+ </ section >
315289 </ div >
316290 ) ;
317291}
0 commit comments