Skip to content

Commit

Permalink
update danes resources
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalPasts committed Nov 13, 2023
1 parent 98efeae commit 8666024
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 14 deletions.
3 changes: 2 additions & 1 deletion _site/assets/js/fetch_spreadsheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async function fetchAndDisplayData() {
for (let index = 0; index < items.length; index++) {
const row = items[index];

const [resourceType, resourceTitle, abbreviation, fields, url, dataType, summary, initiators, numSources, isDownloadable, downloadTips, citation, contributors, comments] = row;
const [resourceType, resourceTitle, abbreviation, fields, url, dataType, summary, initiators, numSources, isDownloadable, downloadTips, copyrights, copyrightsURL, citation, contributors, comments] = row;

const item = document.createElement('div');

Expand All @@ -89,6 +89,7 @@ async function fetchAndDisplayData() {
<p>Initiator(s): ${initiators}</p>
${numSources ? `<p>Number of sources: ${numSources}</p>` : ''}
<p>Is downloadable: ${isDownloadable}${downloadTips ? `; ${downloadTips}` : ''}
${copyrights ? `<p>Copyright: <a href="${copyrightsURL}" target="_blank">${copyrights}</a></p>` : ''}
${citation ? `<p>Citation: ${citation}</p>` : ''}
${contributors ? `<p>This entry was contributed by: ${contributors}</p>` : ''}
`;
Expand Down
2 changes: 1 addition & 1 deletion _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h3>Contact us</h3>
<p>Hosted on
<a href="https://github.com/DigitalPasts/openDANES" target="_blank">Github Pages</a>
</p>
<p>Last updated on October 25, 2023</p>
<p>Last updated on November 13, 2023</p>
</div>

</footer>
Expand Down
2 changes: 1 addition & 1 deletion _site/nav/DANES-resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h3>Contact us</h3>
<p>Hosted on
<a href="https://github.com/DigitalPasts/openDANES" target="_blank">Github Pages</a>
</p>
<p>Last updated on October 25, 2023</p>
<p>Last updated on November 13, 2023</p>
</div>

</footer>
Expand Down
2 changes: 1 addition & 1 deletion _site/nav/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h3>Contact us</h3>
<p>Hosted on
<a href="https://github.com/DigitalPasts/openDANES" target="_blank">Github Pages</a>
</p>
<p>Last updated on October 25, 2023</p>
<p>Last updated on November 13, 2023</p>
</div>

</footer>
Expand Down
2 changes: 1 addition & 1 deletion _site/nav/posters.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ <h3>Contact us</h3>
<p>Hosted on
<a href="https://github.com/DigitalPasts/openDANES" target="_blank">Github Pages</a>
</p>
<p>Last updated on October 25, 2023</p>
<p>Last updated on November 13, 2023</p>
</div>

</footer>
Expand Down
2 changes: 1 addition & 1 deletion _site/nav/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h3>Contact us</h3>
<p>Hosted on
<a href="https://github.com/DigitalPasts/openDANES" target="_blank">Github Pages</a>
</p>
<p>Last updated on October 25, 2023</p>
<p>Last updated on November 13, 2023</p>
</div>

</footer>
Expand Down
2 changes: 1 addition & 1 deletion _site/nav/submission-guidelines.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ <h3>Contact us</h3>
<p>Hosted on
<a href="https://github.com/DigitalPasts/openDANES" target="_blank">Github Pages</a>
</p>
<p>Last updated on October 25, 2023</p>
<p>Last updated on November 13, 2023</p>
</div>

</footer>
Expand Down
2 changes: 1 addition & 1 deletion _site/nav/tutorials.html
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ <h3>Contact us</h3>
<p>Hosted on
<a href="https://github.com/DigitalPasts/openDANES" target="_blank">Github Pages</a>
</p>
<p>Last updated on October 25, 2023</p>
<p>Last updated on November 13, 2023</p>
</div>

</footer>
Expand Down
2 changes: 1 addition & 1 deletion _site/nav/white-papers.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ <h3>Contact us</h3>
<p>Hosted on
<a href="https://github.com/DigitalPasts/openDANES" target="_blank">Github Pages</a>
</p>
<p>Last updated on October 25, 2023</p>
<p>Last updated on November 13, 2023</p>
</div>

</footer>
Expand Down
2 changes: 1 addition & 1 deletion _site/pages/How to Annotate Cuneiform Texts.html
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ <h3>Contact us</h3>
<p>Hosted on
<a href="https://github.com/DigitalPasts/openDANES" target="_blank">Github Pages</a>
</p>
<p>Last updated on October 25, 2023</p>
<p>Last updated on November 13, 2023</p>
</div>

</footer>
Expand Down
2 changes: 1 addition & 1 deletion _site/pages/paper1.html
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ <h3>Contact us</h3>
<p>Hosted on
<a href="https://github.com/DigitalPasts/openDANES" target="_blank">Github Pages</a>
</p>
<p>Last updated on October 25, 2023</p>
<p>Last updated on November 13, 2023</p>
</div>

</footer>
Expand Down
2 changes: 1 addition & 1 deletion _site/pages/submission_markdown_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ <h3>Contact us</h3>
<p>Hosted on
<a href="https://github.com/DigitalPasts/openDANES" target="_blank">Github Pages</a>
</p>
<p>Last updated on October 25, 2023</p>
<p>Last updated on November 13, 2023</p>
</div>

</footer>
Expand Down
2 changes: 1 addition & 1 deletion _site/pages/tutorial1.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ <h3>Contact us</h3>
<p>Hosted on
<a href="https://github.com/DigitalPasts/openDANES" target="_blank">Github Pages</a>
</p>
<p>Last updated on October 25, 2023</p>
<p>Last updated on November 13, 2023</p>
</div>

</footer>
Expand Down
3 changes: 2 additions & 1 deletion assets/js/fetch_spreadsheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async function fetchAndDisplayData() {
for (let index = 0; index < items.length; index++) {
const row = items[index];

const [resourceType, resourceTitle, abbreviation, fields, url, dataType, summary, initiators, numSources, isDownloadable, downloadTips, citation, contributors, comments] = row;
const [resourceType, resourceTitle, abbreviation, fields, url, dataType, summary, initiators, numSources, isDownloadable, downloadTips, copyrights, copyrightsURL, citation, contributors, comments] = row;

const item = document.createElement('div');

Expand All @@ -89,6 +89,7 @@ async function fetchAndDisplayData() {
<p>Initiator(s): ${initiators}</p>
${numSources ? `<p>Number of sources: ${numSources}</p>` : ''}
<p>Is downloadable: ${isDownloadable}${downloadTips ? `; ${downloadTips}` : ''}
${copyrights ? `<p>Copyright: <a href="${copyrightsURL}" target="_blank">${copyrights}</a></p>` : ''}
${citation ? `<p>Citation: ${citation}</p>` : ''}
${contributors ? `<p>This entry was contributed by: ${contributors}</p>` : ''}
`;
Expand Down

0 comments on commit 8666024

Please sign in to comment.