<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FL CARES Digital Discovery Ecosystem</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 20px;
background-color: #f4f4f4;
color: #333;
}
.container {
max-width: 900px;
margin: auto;
background: #fff;
padding: 40px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1, h2 {
color: #1a5276;
}
h1 {
text-align: center;
border-bottom: 2px solid #ddd;
padding-bottom: 10px;
}
.intro {
text-align: center;
font-size: 1.1em;
margin-bottom: 30px;
}
.fair-list {
list-style-type: none;
padding: 0;
display: flex;
justify-content: space-around;
text-align: center;
margin-top: 20px;
}
.fair-item {
flex: 1;
margin: 0 10px;
padding: 15px;
background-color: #e8f5e9;
border-radius: 8px;
}
.fair-item h3 {
margin-top: 0;
color: #2e7d32;
}
</style>
</head>
<body>
<div class="container">
<header>
<h1>FL CARES Digital Discovery Ecosystem</h1>
<p class="intro">
Accelerating collaborative computational cancer research across Florida.
</p>
</header>
<section>
<h2>About the Network</h2>
<p>
The proposed **Florida CARES Network** and its associated **Platform for Accelerating Collaborative Computational Cancer Research (PAC3R)** are designed to create a unified administrative and bioinformatics infrastructure. This powerful network will enable cancer researchers at leading institutions to seamlessly share resources, knowledge, and data. By fostering a collaborative environment, we aim to eliminate research silos and accelerate the pace of scientific discovery.
</p>
</section>
<section>
<h2>Empowering Research Through Shared Resources</h2>
<p>
The FL CARES Network is built on a foundation of open collaboration. Researchers will benefit from a wealth of shared resources, including:
</p>
<ul>
<li>**Shared Datasets:** Curated, deeply annotated, and reliable data that conforms to established network standards.</li>
<li>**Shared Bioinformatics Tools:** A common suite of tools to analyze data, helping researchers to make new discoveries faster.</li>
<li>**A Collaborative Platform:** An infrastructure designed to connect researchers and facilitate the exchange of ideas and resources.</li>
</ul>
</section>
<section>
<h2>Our Commitment to FAIR Principles</h2>
<p>
All shared data and tools within our network will be **FAIR**—a commitment to ensuring our resources are:
</p>
<div class="fair-list">
<div class="fair-item">
<h3>Findable</h3>
<p>Easy for researchers to locate within our network.</p>
</div>
<div class="fair-item">
<h3>Accessible</h3>
<p>Available to authorized users with clear access protocols.</p>
</div>
<div class="fair-item">
<h3>Interoperable</h3>
<p>Designed to work seamlessly with different tools and systems.</p>
</div>
<div class="fair-item">
<h3>Reusable</h3>
<p>Annotated with rich metadata, allowing them to be used for future research.</p>
</div>
</div>
</section>
<section>
<h2>Join Our Mission</h2>
<p>
The FL CARES Digital Discovery Ecosystem is paving the way for a new era of cancer research in Florida. By enabling unprecedented collaboration, we can move closer to finding cures and improving patient outcomes.
</p>
<p>
To learn more about how to become a member of the Florida CARES Network, please contact us.
</p>
</section>
</div>
</body>
</html>