-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ feat: add faq questions and update contact form (#52)
* ✨ feat: add faq questions * 🐛 fix: update faq link * 🐛 fix: update contact form page link * 🐛 fix: update contact form page link * 🐛 fix: update faq text
- Loading branch information
1 parent
4e002d5
commit be7dda7
Showing
2 changed files
with
91 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,19 @@ export default function ContactUs() { | |
first - the answer to your question could be there! | ||
</p> | ||
|
||
<p className='mb-7 text-center text-sm font-normal text-slate-400'> | ||
<p className='my-2 w-full rounded-lg bg-blue-50 p-2 text-center text-base font-normal text-slate-600'> | ||
For questions or issues related to data access or download | ||
please send an email to the{' '} | ||
<UnderlineLink | ||
href='mailto:[email protected]' | ||
className='text-sky-600' | ||
> | ||
AI-READI Data Access Committee | ||
</UnderlineLink> | ||
. | ||
</p> | ||
|
||
<p className='my-2 w-full rounded-lg bg-emerald-50 p-2 text-center text-base font-normal text-slate-600'> | ||
Note that we are mostly looking for feedback at this moment but | ||
will try our best to answer questions. Please use an | ||
institutional email for faster response and preventing your | ||
|
@@ -50,7 +62,7 @@ export default function ContactUs() { | |
width='100%' | ||
height='276' | ||
title='AI-READI Contact Form' | ||
></iframe> | ||
/> | ||
</div> | ||
</section> | ||
</main> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,19 +84,92 @@ export default function ContactUs() { | |
<p className=''> | ||
You should receive the link typically within 2 weeks if not | ||
sooner depending on the number of requests we receive during | ||
that time. If you have not received it after 3 weeks, please | ||
reach out to us through our{' '} | ||
that time. If you have any issues or questions regarding | ||
your data download request, please contact | ||
<UnderlineLink | ||
href='https://aireadi.org/contact' | ||
href='mailto:aireadi[email protected]' | ||
className='text-sky-600' | ||
> | ||
contact form | ||
AI-READI Data Access Committee | ||
</UnderlineLink> | ||
. | ||
</p> | ||
</dd> | ||
</div> | ||
|
||
<div className='grid-cols-12 gap-10 border-t py-10 lg:grid'> | ||
<dt className='col-span-5 text-xl font-medium'> | ||
Does the dataset include EHR data or patient visit summaries? | ||
Will there be a version with PHI data? | ||
</dt> | ||
<dd className='col-span-7 mt-2 text-lg md:mt-0'> | ||
<p className=''> | ||
Currently, the dataset does not include EHR data, but this | ||
may be added in future releases. Patient visit summaries are | ||
not planned to be shared. A version of the dataset with PHI | ||
data is under consideration, but details and a release | ||
timeline are not yet available. | ||
</p> | ||
</dd> | ||
</div> | ||
|
||
<div className='grid-cols-12 gap-10 border-t py-10 lg:grid'> | ||
<dt className='col-span-5 text-xl font-medium'> | ||
Can we access diabetes medication information to aid our | ||
analysis? | ||
</dt> | ||
<dd className='col-span-7 mt-2 text-lg md:mt-0'> | ||
<p className=''> | ||
Medication data, including diabetes medications, is part of | ||
the protected dataset and is not currently available for | ||
general access. | ||
</p> | ||
</dd> | ||
</div> | ||
|
||
<div className='grid-cols-12 gap-10 border-t py-10 lg:grid'> | ||
<dt className='col-span-5 text-xl font-medium'> | ||
Does the dataset include image grading data or labels? | ||
</dt> | ||
<dd className='col-span-7 mt-2 text-lg md:mt-0'> | ||
<p className=''> | ||
The dataset does not include grading data for images, but | ||
the images themselves are available for analysis. | ||
</p> | ||
</dd> | ||
</div> | ||
|
||
<div className='grid-cols-12 gap-10 border-t py-10 lg:grid'> | ||
<dt className='col-span-5 text-xl font-medium'> | ||
What is the structure and composition of the dataset? Does it | ||
include longitudinal data? | ||
</dt> | ||
<dd className='col-span-7 mt-2 text-lg md:mt-0'> | ||
<p className=''> | ||
The dataset includes information on the number of | ||
participants and various data points. Details about the | ||
dataset's structure and any available longitudinal data can | ||
be found in the documentation. | ||
</p> | ||
</dd> | ||
</div> | ||
|
||
<div className='grid-cols-12 gap-10 border-t py-10 lg:grid'> | ||
<dt className='col-span-5 text-xl font-medium'> | ||
Were participants asked to fast before blood tests, and is | ||
fasting duration data available? | ||
</dt> | ||
<dd className='col-span-7 mt-2 text-lg md:mt-0'> | ||
<p className=''> | ||
Participants were not required to fast before their blood | ||
tests due to practical and health considerations. However, | ||
they were asked to report how long it had been since their | ||
last meal before the blood draw, and this information is | ||
included in the dataset. | ||
</p> | ||
</dd> | ||
</div> | ||
|
||
{/* <p className='my-12 hidden w-full rounded-lg bg-yellow-50 p-10 text-center text-xl font-normal text-slate-600 sm:mb-8'> | ||
We are not taking any queries at this time. <br /> We hope you | ||
can find all the necessary information on our website. | ||
|