-
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.
fix: updated download page, removed bg pattern and other minor updates
- Loading branch information
Showing
4 changed files
with
56 additions
and
3 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
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
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 |
---|---|---|
@@ -1,3 +1,51 @@ | ||
<div> | ||
{{-- The best athlete wants his opponent at his best. --}} | ||
<div class="mt-8 min-h-screen border-b py-16 isolate"> | ||
<div class="mx-auto mt-12 max-w-6xl px-6 lg:px-8"> | ||
<div class="mx-auto max-w-2xl lg:mx-0 lg:max-w-none"> | ||
<h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl"> | ||
Download | ||
</h2> | ||
<p class="mt-1 text-sm leading-6 text-gray-500">Version: August 2024</p> | ||
<div class="mt-6 flex flex-col gap-x-8 gap-y-20 lg:flex-row"> | ||
<div class="lg:w-full lg:max-w-2xl lg:flex-auto"> | ||
<div> | ||
<h2 class="text-base font-semibold leading-7 text-gray-900"></h2> | ||
<p class="mt-1 text-sm leading-6 text-gray-500">The data is released under the Creative | ||
Commons CC0 license, allowing for free use, modification, and distribution without any | ||
restrictions. No attribution is required when utilizing this data.</p> | ||
|
||
<dl class="mt-6 space-y-6 divide-y divide-gray-100 border-t border-gray-200 text-sm leading-6"> | ||
<div class="pt-6 sm:flex"> | ||
<dt class="font-medium text-gray-900 sm:w-64 sm:flex-none sm:pr-6">Download Natural | ||
Products Structures in SDF</dt> | ||
<dd class="mt-1 flex justify-between gap-x-6 sm:mt-0 sm:flex-auto"> | ||
<div class="text-gray-900"> </div> | ||
<button type="button" | ||
class="font-semibold text-indigo-600 hover:text-indigo-500">Download (coming soon)</button> | ||
</dd> | ||
</div> | ||
<div class="pt-6 sm:flex"> | ||
<dt class="font-medium text-gray-900 sm:w-64 sm:flex-none sm:pr-6">Download the complete | ||
COCONUT dataset as a PostgreSQL dump | ||
</dt> | ||
<dd class="mt-1 flex justify-between gap-x-6 sm:mt-0 sm:flex-auto"> | ||
<div class="text-gray-900"> </div> | ||
<a href="https://coconut.s3.uni-jena.de/prod/downloads/coconut-08-2024.sql" type="button" | ||
class="font-semibold text-indigo-600 hover:text-indigo-500">Download</a> | ||
</dd> | ||
</div> | ||
<div class="pt-6 sm:flex"> | ||
<dt class="font-medium text-gray-900 sm:w-64 sm:flex-none sm:pr-6">Download Natural | ||
Products Structures in CSV format</dt> | ||
<dd class="mt-1 flex justify-between gap-x-6 sm:mt-0 sm:flex-auto"> | ||
<div class="text-gray-900"> </div> | ||
<a href="https://coconut.s3.uni-jena.de/prod/downloads/coconut-08-2024.csv" type="button" | ||
class="font-semibold text-indigo-600 hover:text-indigo-500">Download</a> | ||
</dd> | ||
</div> | ||
</dl> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
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