Files
2020-01-30 16:24:26 +01:00

39 lines
2.3 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_home.ascx.cs" Inherits="WebLCP.WUC.mod_home" %>
<div class="card">
<div class="card-header bg-dark text-light">
<div class="row">
<div class="col-9">
<h2>The dark side of APOE:</h2>
<h4>unravelling amyloid-independent effects in Alzheimers Diesease (AD)</h4>
</div>
<div class="col-3 text-right p-0">
<img src="../Images/brain.png" class="img-fluid" width="128" />
</div>
</div>
</div>
<div class="card-body">
<div class="titoloViola">
</div>
<br />
<p>
This project will be carried out by the Laboratory of Alzheimers Neuroimaging and Epidemiolog (LANE) and the Unit of Statistics of the IRCCS Fatebenefratelli in Brescia, Italy. The two units have a well-established expertise in AD biomarkers scientific investigation and analyses.
The project aims at detecting the presence of any cut-offs in AD biomarkers distribution that allows to classify subject/patients in terms of prognostic evaluation.
</p>
This tool:
<ul>
<li>provides finite Gaussian mixture model output: i.e. identify sub-populations and cut-off values for each biomarker distribution taking or not into account the genetic and demographic variables effects;</li>
<li>handles several jobs (i.e. input data file) simultaneously for each user (the jobs are processed in batch and an email is sent to the user when the execution of jobs is completed);</li>
<li>produces two different output file for each job (Results file with model estimation text output; Results plot with output plots -densities and scatterplots- of unadjusted and adjusted cut-offs);</li>
<li>allows to display and export simultaneously selected output plot of different jobs.</li>
</ul>
<hr />
<h4>Hot to use this tool?</h4>
Please proceed to <asp:HyperLink runat="server" NavigateUrl="~/RegisterUser" class="btn btn-sm btn-success">Login Page »</asp:HyperLink>
</div>
<div class="card-footer">
<b>How to cite:</b>
<div>Marizzoni M., Ferrari C., et al. CSF cut-offs for MCI due to AD depend on APOEε4 carrier status Neurobiology of Aging, 2019 <a target="_blank" href="https://doi.org/10.1016/j.neurobiolaging.2019.12.019">https://doi.org/10.1016/j.neurobiolaging.2019.12.019</a></div>
</div>
</div>