Skip to content

Commit

Permalink
Update download links
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell committed Aug 30, 2022
1 parent b503155 commit 07a91a7
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 15 deletions.
12 changes: 6 additions & 6 deletions cd_pdf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"descriptions": [
{
"descriptionType": "Abstract",
"description": "PDF format of version 2.1 of \"The Atlas of Bacterial & Archaeal Cell Structure\" by Catherine M. Oikonomou & Grant J. Jensen"
"description": "PDF format of version 2.3 of \"The Atlas of Bacterial & Archaeal Cell Structure\" by Catherine M. Oikonomou & Grant J. Jensen"
}
],
"relatedIdentifiers": [
{
"relatedIdentifier":
"https://github.com/caltechlibrary/cell-atlas/releases/tag/v2.1",
"https://github.com/caltechlibrary/cell-atlas/releases/tag/v2.3",
"relationType": "IsSupplementTo",
"relatedIdentifierType": "URL"
}
],
"resourceType": {
"resourceTypeGeneral": "Dataset"
"resourceTypeGeneral": "Text"
},
"rightsList": [
{
Expand All @@ -33,19 +33,19 @@
"subject": "Jensen Lab"
}
],
"version": "v2.1",
"version": "v2.3",
"titles": [
{
"title": "PDF version the Atlas of Bacterial and Archaeal Cell Structure"
}
],
"dates": [
{
"date": "2021-12-17",
"date": "2022-08-30",
"dateType": "Issued"
}
],
"publicationYear": "2021",
"publicationYear": "2022",
"publisher": "CaltechDATA",
"creators": [
{
Expand Down
12 changes: 7 additions & 5 deletions download.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ description: Options for downloading the Atlas of Bacterial & Archaeal Cell Stru
If you'd like to download this digital book to read offline (not recommended
for mobile devices), choose one of the options below. The full version (13.5GB)
contains full-resolution 1080p videos; the light version (5.4GB) contains
reduced-size 480p videos. These packages are also available from the Caltech
DATA repository at
[https://doi.org/10.22002/D1.20167](https://doi.org/10.22002/D1.20167). Once the selected package has downloaded, unzip it and open the folder. Double-click the file named "index.html" to start reading the book in your browser (offline).
reduced-size 480p videos. These packages are also available from the CaltechDATA repository at
[https://doi.org/10.22002/D1.20274](https://doi.org/10.22002/D1.20274). Once the selected package has downloaded, unzip it and open the folder.
Double-click the file named "index.html" to start reading the book in your browser (offline).

The PDF version (0.22GB) contains only the text and static images, and we recommend viewing it in a two-page layout. It is also available from the Caltech DATA repository at [https://doi.org/10.22002/D1.2210](https://doi.org/10.22002/D1.2210).
The PDF version (0.23GB) contains only the text and static images, and we recommend viewing it in a two-page layout.
It is also available from the CaltechDATA repository at
[https://doi.org/10.22002/D1.20278](https://doi.org/10.22002/D1.20278).

Note that the offline book won't have any updates that occurred since you downloaded it, so please check back here periodically for new editions.
Note that the offline book won't have any updates that occurred since you downloaded it, so please check back here periodically for new editions.
1 change: 1 addition & 0 deletions img/schematics/10_6.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions preview.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1 viewport-fit=cover">
<title>Atlas of Bacterial and Archaeal Cell Structure</title>
<meta name="author" content="Catherine M. Oikonomou and Grant J. Jensen">
<meta name="description" content="A visual tour of the microbial cell.">
<meta http-equiv="refresh" content="0;URL='https://www.cellstructureatlas.org/'" />
<link rel="icon" type="image/png" href="img/favicon.png">
</head>

<body>
<p>The preview version has been released as the main version at <a href="https://www.cellstructureatlas.org/">https://www.cellstructureatlas.org</a>.</p>
</body>
</html>
6 changes: 3 additions & 3 deletions templates/download-page.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="appendix__body-text">
${body}
</div>
<a download rel="noopener" href="https://data.caltech.edu/tindfiles/serve/e483a23e-e433-4090-b854-6f92ec34ff41/" class="download-btn">Download Edition 2.2 - full version</a>
<a download rel="noopener" href="https://data.caltech.edu/tindfiles/serve/78733d4e-f286-4053-9690-2db105dbd08a/" class="download-btn">Download Edition 2.2 - light version</a>
<a download rel="noopener" href="https://data.caltech.edu/tindfiles/serve/5d9e5b6f-5dc9-4ac2-8fca-07ae8eca9fe6/" class="download-btn">Download Edition 2.1 - PDF version</a>
<a download rel="noopener" href="https://renc.osn.xsede.org/ini210004tommorrell/D1.20274/cell_atlas_offline.zip" class="download-btn">Download Edition 2.3 - full version</a>
<a download rel="noopener" href="https://renc.osn.xsede.org/ini210004tommorrell/D1.20274/cell_atlas_offline_lite.zip" class="download-btn">Download Edition 2.3 - light version</a>
<a download rel="noopener" href="https://renc.osn.xsede.org/ini210004tommorrell/D1.20278/Atlas.pdf" class="download-btn">Download Edition 2.3 - PDF version</a>
2 changes: 1 addition & 1 deletion upload_pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

production = True

response = caltechdata_write(metadata, token, ['AtlasEdition2.1.pdf'], production)
response = caltechdata_write(metadata, token, ['Atlas.pdf'], production)
print(response)

0 comments on commit 07a91a7

Please sign in to comment.