Skip to content

Commit

Permalink
Revise help message
Browse files Browse the repository at this point in the history
  • Loading branch information
josephburkhart committed Apr 28, 2024
1 parent 4aafabb commit 49ad79a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/css/thesis.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
background-size: contain;
margin-bottom: 3px;
}
#sticky-toc-button[class*="activated"], #help-button[class*="active"] {
#sticky-toc-button[class*="activated"], #help-button[class*="activated"] {
background-color: lightgray;
box-shadow: none;
}
Expand Down
12 changes: 6 additions & 6 deletions docs/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<h1 style="text-align: center; margin-top:40px">The Byrsa Archive</h1>

<h2 id="introduction">Introduction</h2>
<p>This page presents the actively updated dataset that was originally created as part of my master&#39;s thesis, <a href="https://open.library.ubc.ca/soa/cIRcle/collections/ubctheses/24/items/1.0401823">Burkhart 2021</a>. The document shown in the pane on the left is an interactive version of the original thesis, while the map in the pane on the right displays the geospatial dataset contained in the actively maintained <a href="https://github.com/josephburkhart/Byrsa-Archive-Active">Byrsa Archive</a>.</p>
<p>This page presents the actively updated dataset that was originally created as part of my master&#39;s thesis, <a href="https://open.library.ubc.ca/soa/cIRcle/collections/ubctheses/24/items/1.0401823">Burkhart 2021</a>. The pane on the left displays an interactive version of my thesis, while the pane on the right displays the geospatial dataset contained in the actively maintained <a href="https://github.com/josephburkhart/Byrsa-Archive-Active">Byrsa Archive</a>.</p>

<p>The archaeological features shown in this map have been digitized from maps, figures, and schematic drawings from numerous publications. The features are linked to these publications through identifier codes in the feature metadata. Sometimes, assumptions had to be made to overcome a gap in the published data: these assumptions are encoded in auxiliary features called &quot;axes of reconstruction&quot;. In the sections below, an overview will be given of these different data types, as well as how you can navigate between them using the map&#39;s interface.</p>

<p><em><strong>Note: the text of the thesis is identical to the original text&mdash;no corrections or alterations have been made, not even for basic typos. In contrast, the map represents a dataset that is periodically updated.</strong></em></p>
<p><em><strong>Note: the text of the interactive document is identical to the original text of my thesis&mdash;no corrections or alterations have been made, not even for basic typos. In contrast, the map represents a dataset that is periodically updated.</strong></em></p>



Expand Down Expand Up @@ -41,10 +41,10 @@ <h3 id="feature-info-box">Document-Map Links</h3>
</ul>

<h3>Page Numbers</h3>
<p>All page numbers from the original thesis text have been included in the interactive document. Page breaks are indicated by <a style="font-size:x-small; color:black; text-decoration:none;" href="">##</a> | <a style="font-size:x-small; color:black; text-decoration:none;" href="">##</a>. Each ## is a clickable link to the page number in the original thesis PDF.</p>
<p>All page numbers from the original thesis text have been included in the interactive document. Page breaks are indicated by <a style="font-size:x-small; color:black; text-decoration:none;" href="">##</a> | <a style="font-size:x-small; color:black; text-decoration:none;" href="">##</a>. Each ## is a clickable link to the corresponding page in the original thesis PDF.</p>

<h3>Table of Contents</h3>
<p>In the upper-left corner of the document, there is a table of contents that can be used to quickly navigate to specific sections.</p>
<p>In the upper-left corner of the document, there is a table of contents that can be used to quickly navigate between sections.</p>

<h3 id="archaeological-features">Archaeological Features</h3>

Expand All @@ -69,7 +69,7 @@ <h2 id="attributions-and-acknowledgements">Attributions and Acknowledgements</h2

<h3 id="the-code">The Code</h3>

<p>This map was built using Leaflet, a free and open-source JavaScript package for lightweight interactive web mapping. The measuring tool I implemented was adapted from Göker Tanrısever&#39;s <a href="https://github.com/gokertanrisever/leaflet-ruler">leaflet-ruler</a> plugin, which is published under the MIT license. The legend I implemented was adapted from the Conservation Biology Institute&#39;s <a href="https://github.com/consbio/Leaflet.HtmlLegend">Leaflet.HtmlLegend</a> plugin, which is published under the ISC license. Some snippets of my code were developed with assistance from GPT-4.0 Turbo—where this is the case, I have indicated it with a comment in the source code. Aside from these instances, all code should be regarded as my own work.</p>
<p>The map was built using Leaflet, a free and open-source JavaScript package for lightweight interactive web mapping. The measuring tool I implemented was adapted from Göker Tanrısever&#39;s <a href="https://github.com/gokertanrisever/leaflet-ruler">leaflet-ruler</a> plugin, which is published under the MIT license. The legend I implemented was adapted from the Conservation Biology Institute&#39;s <a href="https://github.com/consbio/Leaflet.HtmlLegend">Leaflet.HtmlLegend</a> plugin, which is published under the ISC license. Some snippets of my code were developed with assistance from GPT-4.0 Turbo—where this is the case, I have indicated it with a comment in the source code. Aside from these instances, all code should be regarded as my own work.</p>

<p>The interactive thesis document was originally exported as XHTML from LyX, and then heavily modified to suit my needs. The sticky table of contents was made using Tim Scanlin's <a href="https://github.com/tscanlin/tocbot">ToCBot</a>, which is published under the MIT license. The resizeable document-map split (including the resize-pane icon) was achieved using Nathan Cahill's <a href="https://github.com/nathancahill/split">Split</a>, which is also published under the MIT license.</p>

Expand All @@ -80,5 +80,5 @@ <h3 id="the-data">The Data</h3>
<h3 id="other-acknowledgements">Other Acknowledgements</h3>

<p>Digitization, collation, and initial publication of the data originally published in Burkhart 2021 was supported by SSHRC grants #895-2018-1015 and #435-2018-0463. Academic guidance was provided by Prof. Kevin Fisher and Prof. Matt McCarty. Guidance on copyright and permissions was provided by Stephanie Savage. Additional professional guidance was provided by Evan Thornberry, Paul Lesack, Keith Bunnell, and Prof. Alison Wylie.</p>
<p>This web map and interactive document were developed as a series of projecets for SI-649: Information Visualization, at The University of Michigan. A final thanks go to the professor of this course, <a href="https://dallascard.github.io/">Dr. Dallas Card</a>, for encouraging and supporting this work.</p>
<p>The web map and interactive document were developed as a series of projecets for SI-649: Information Visualization, at The University of Michigan. A final thanks go to the professor of this course, <a href="https://dallascard.github.io/">Dr. Dallas Card</a>, for encouraging and supporting this work.</p>
<p style="text-align: center; color: #a6a6a6"><em>click the help button again to remove this message</em></p>
2 changes: 2 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32910,8 +32910,10 @@ <h2 class="section" id="Section-D-3"><span
helpButton.addEventListener("click", function() {
if (helpElement.style.display === "none") {
helpElement.style.display = "block";
helpButton.classList.toggle("activated");
} else {
helpElement.style.display = "none";
helpButton.classList.toggle("activated");
}
});
</script>
Expand Down

0 comments on commit 49ad79a

Please sign in to comment.