Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove geodeepdive calls and references to deprecated routes #38

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ <h3>Overview</h3>
<ul class="about-p">
<li>Automated, rate-controlled and authenticated original document fetching</li>
<li>Secure original document storage and bibliographic/source metadata management</li>
<li>Automated pre-processing of documents by <a href="https://geodeepdive.org/api/v1/tools?all">multiple software tools</a>; ability to quickly deploy new tools/versions of tools across all documents</li>
<li><a href="https://xdd.wisc.edu/api" target="_blank">API</a> for basic full-text search and discovery capabilities</li>
<li>Ability to pre-index content using external dictionaries (e.g., <a href="https://macrostrat.org/api/v2/defs/lithologies?all" target="_blank">Macrostrat lithologies)</a></li>
<li>Ability to generate fully documented, bibliographically complete testing and development datasets based on user-supplied terms</li>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}

$(document).ready(function() {
$.get("https://geodeepdive.org/api/v1/metrics/basic", function(data) {
$.get("https://xdd.wisc.edu/api/v1/metrics/basic", function(data) {
$('#totalDocs').html(commaize(data.success.data.total))
$('#monthlyDocs').html(commaize(data.success.data.lastMonth))
$('#weeklyDocs').html(commaize(data.success.data.lastWeek))
Expand Down
Loading