Skip to content

Commit 3b458c0

Browse files
committed
use consent crafter and compliai on home page
1 parent cf6176d commit 3b458c0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

client/index.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ <h1 class="text-center h3 mb-5 text-primary">Get Started</h1>
4444
<div class="row">
4545
<div class="col-md">
4646
<a
47-
class="card mb-4 h-100 border-0 shadow-hover text-decoration-none"
48-
href="/analysis"
47+
class="card mb-4 h-100 border-0 shadow-hover text-decoration-none opacity-50"
48+
4949
rel="noopener noreferrer">
5050
<div class="card-body text-center">
5151
<svg xmlns="http://www.w3.org/2000/svg" class="mt-2 mb-4" height="60" fill="steelblue" viewBox="0 0 576 512">
@@ -57,9 +57,9 @@ <h1 class="text-center h3 mb-5 text-primary">Get Started</h1>
5757
class="text-secondary"
5858
d="M294.4 44.8c6-8.1 15.5-12.8 25.6-12.8l224 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L336 96 249.6 211.2c-6 8.1-15.5 12.8-25.6 12.8L32 224c-17.7 0-32-14.3-32-32s14.3-32 32-32l176 0L294.4 44.8z" />
5959
</svg>
60-
<h5 class="card-title mb-3 text-primary">Analysis</h5>
60+
<h5 class="card-title mb-3 text-primary">ConsentCrafter<br><small style="font-size: 0.8rem">(under construction)</small></h5>
6161
<p class="card-text fw-normal">
62-
Access environments and custom research pipelines to explore and analyze your data.
62+
Process and translate protocols and consent forms.
6363
</p>
6464
</div>
6565
</a>
@@ -76,15 +76,15 @@ <h5 class="card-title mb-3 text-primary">Analysis</h5>
7676
class="text-primary"
7777
d="M512 160L352 0l0 128c0 17.7 14.3 32 32 32l128 0zM297 215c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l39 39L24 288c-13.3 0-24 10.7-24 24s10.7 24 24 24l278.1 0-39 39c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9l-80-80z" />
7878
</svg>
79-
<h5 class="card-title mb-3 text-primary">Documents</h5>
79+
<h5 class="card-title mb-3 text-primary">Workspaces</h5>
8080
<p class="card-text fw-normal">
8181
Process biomedical documents to produce formats that meet the needs of various audiences.
8282
</p>
8383
</div>
8484
</a>
8585
</div>
8686
<div class="col-md">
87-
<a class="card mb-4 h-100 border-0 shadow-hover text-decoration-none" href="/agents">
87+
<a class="card mb-4 h-100 border-0 shadow-hover text-decoration-none" href="/agents/compliai">
8888
<div class="card-body text-center">
8989
<svg xmlns="http://www.w3.org/2000/svg" class="mt-2 mb-4" height="60" fill="#0d2648" viewBox="0 0 640 512">
9090
<path
@@ -95,9 +95,9 @@ <h5 class="card-title mb-3 text-primary">Documents</h5>
9595
class="text-primary"
9696
d="M134.7 124c0-25.8 20.9-46.7 46.7-46.7l47.4 0c29.1 0 52.6 23.6 52.6 52.6c0 18.8-10.1 36.3-26.4 45.6L228 191l0 6.3 0 20-40 0 0-20 0-17.9 0-11.6 10-5.8L235 140.9c3.9-2.3 6.3-6.4 6.3-10.9c0-7-5.7-12.6-12.6-12.6l-47.4 0c-3.7 0-6.7 3-6.7 6.7l0 5.5-40 0 0-5.5zM188 250.7l40 0 0 40-40 0 0-40zM432 512c-95.6 0-176.2-54.6-200.5-129C348.9 372.9 448 288.3 448 176c0-5.2-.2-10.4-.6-15.5C555.1 167.1 640 243.2 640 336c0 37.5-13.9 72.3-37.6 100.9L640 512 531.9 490.4C502.3 504.2 468.2 512 432 512zM566.1 318.1L580.3 304 552 275.7l-14.1 14.1L472 355.7l-25.9-25.9L432 315.7 403.7 344l14.1 14.1 40 40L472 412.3l14.1-14.1 80-80z" />
9797
</svg>
98-
<h5 class="card-title mb-3 text-primary">Agents</h5>
98+
<h5 class="card-title mb-3 text-primary">CompliAI</h5>
9999
<p class="card-text fw-normal">
100-
Use interactive agents and APIs to support research inquiries, data searches, and analysis.
100+
Access real-time guidance on federal policies.
101101
</p>
102102
</div>
103103
</a>

0 commit comments

Comments
 (0)