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

rename metrics.dataverse.org to dataverse-metrics #5562 #5664

Merged
merged 1 commit into from Mar 20, 2019
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/sphinx-guides/source/admin/reporting-tools.rst
Expand Up @@ -14,3 +14,5 @@ Reporting tools created by members of the Dataverse community.
* Dataverse Web Report (<https://github.com/scholarsportal/Dataverse-Web-Report>): Creates interactive charts showing data extracted from the Dataverse Excel Report

* Dataverse Reports for Texas Digital Library (<https://github.com/TexasDigitalLibrary/dataverse-reports>): A python3-based tool to generate and email statistical reports from Dataverse (https://dataverse.org/) using the native API and database queries.

* dataverse-metrics (<https://github.com/IQSS/dataverse-metrics>): Aggregates and visualizes metrics for installations of Dataverse around the world or a single Dataverse installation.
8 changes: 3 additions & 5 deletions doc/sphinx-guides/source/api/apps.rst
Expand Up @@ -43,12 +43,10 @@ GeoConnect allows Dataverse files to be visualized on http://worldmap.harvard.ed

https://github.com/IQSS/geoconnect

metrics.dataverse.org
~~~~~~~~~~~~~~~~~~~~~

metrics.dataverse.org_ aggregates metrics across multiple Dataverse installations: https://github.com/IQSS/metrics.dataverse.org
dataverse-metrics
~~~~~~~~~~~~~~~~~

.. _metrics.dataverse.org: http://metrics.dataverse.org
dataverse-metrics aggregates and visualizes metrics across multiple Dataverse installations but can also be used with a single installation: https://github.com/IQSS/dataverse-metrics

Java
----
Expand Down
1 change: 1 addition & 0 deletions doc/sphinx-guides/source/developers/intro.rst
Expand Up @@ -56,6 +56,7 @@ As a developer, you also may be interested in these projects related to Datavers
- External Tools - add additional features to Dataverse: See the :doc:`/installation/external-tools` section of the Installation Guide.
- Dataverse API client libraries - use Dataverse APIs from various languages: :doc:`/api/client-libraries`
- DVUploader - a stand-alone command-line Java application that uses the Dataverse API to support upload of files from local disk to a Dataset: https://github.com/IQSS/dataverse-uploader
- dataverse-metrics - aggregate and visualize metrics for installations of Dataverse around the world: https://github.com/IQSS/dataverse-metrics
- Miniverse - expose metrics from a Dataverse database: https://github.com/IQSS/miniverse
- Configuration management scripts - Ansible, Puppet, etc.: See "Advanced Installation" in the :doc:`/installation/prep` section of the Installation Guide.
- :doc:`/developers/unf/index` (Java) - a Universal Numerical Fingerprint: https://github.com/IQSS/UNF
Expand Down