Skip to content

Commit

Permalink
Merge pull request #38 from UW-xDD/dev/change_metrics_source
Browse files Browse the repository at this point in the history
Remove geodeepdive calls and references to deprecated routes
  • Loading branch information
iross authored Aug 2, 2024
2 parents 673faa2 + 526316a commit e641d7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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

0 comments on commit e641d7e

Please sign in to comment.