Skip to content

Commit

Permalink
fixing links, minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahcd committed Nov 16, 2018
1 parent cc44887 commit 57196b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Movebank API
Description of download interface to build calls to the Movebank database using HTTP/CSV or JSON/JavaScript requests. [Movebank](https://www.movebank.org) is a free, online database of animal tracking data hosted by the Max Planck Institute for Ornithology that helps animal tracking researchers manage, share, protect, analyze, and archive their data. For working in R be sure to check out the [move package](https://cran.r-project.org/web/packages/move/index.html).
Description of download interface to build calls to the Movebank database using HTTP/CSV or JSON/JavaScript requests. [Movebank](https://www.movebank.org/node/2) is a free, online database of animal tracking and other on-animal sensor data hosted by the Max Planck Institute for Ornithology that helps animal tracking researchers manage, share, protect, analyze, and archive their data. For working in R be sure to check out the [move package](https://cran.r-project.org/web/packages/move/index.html).

## Acknowledgements
[Schäuffelhut Berger Software Engineering](https://www.schaeuffelhut-berger.de)

Thank you to [Xianghui Dong](https://github.com/xhdong-umd) for converting the API to markdown!
Thank you to [Xianghui Dong](https://github.com/xhdong-umd) for converting this document to markdown!
6 changes: 3 additions & 3 deletions movebank-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Contents
- [Get descriptions of entities in the database](#get-descriptions-of-entities-in-the-database)
- [Get a list of sensor types](#get-a-list-of-sensor-types)
- [Get a list of studies](#get-a-list-of-studies)
- [Get a list of studies a user is a data manager for](#get-a-list-of-studies-a-user-is-data-manager-for)
- [Get a list of studies a user is data manager for](#get-a-list-of-studies-a-user-is-data-manager-for)
- [Get descriptions of entities in a study](#get-descriptions-of-entities-in-a-study)
- [Get a description about a study](#get-a-description-about-a-study)
- [Get information about tags in a study](#get-tag-reference-information-from-the)
- [Get information about tags in a study](#get-information-about-tags-in-a-study)
- [Get information about animals in a study](#get-information-about-animals-in-a-study)
- [Get information about deployments in a study](#get-information-about-deployments-in-a-study)
- [Get event data from a study](#get-event-data-from-a-study)
Expand Down Expand Up @@ -89,7 +89,7 @@ Result

These results provide the study name (`study`), the study ID (`id`), user-provided study details, and information about your username's access permissions. To determine your access rights, filter the list using `i_am_owner`, `i_can_see_data` and/or `there_are_data_which_i_cannot_see`. Remember that you may have permission to see only the study details, view some or all tracks but not download data, or view and download some or all data. Also, there are studies that you do not have permission to see at all—these studies will not be included in the list. Please ignore the columns with summary statistics about the studies (`number_of_deployments`, `number_of_events`, `number_of_individuals`, `number_of_tags`, `timestamp_end`, `timestamp_start`)—these columns are now obsolete.

#### Get a list of studies a user is a data manager for
#### Get a list of studies a user is data manager for
`https://www.movebank.org/movebank/service/direct-read?entity_type=study&i_am_owner=true`

Results will be the same as in the previous example, but filtered for only the studies for which `i_am_owner` contains `TRUE`.
Expand Down

0 comments on commit 57196b1

Please sign in to comment.