Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samcrow/jrbpsurvey
Navigation and data entry for the Jasper Ridge Biological Preserve (https://jrbp.stanford.edu/) ant survey
https://github.com/samcrow/jrbpsurvey
Last synced: 3 months ago
JSON representation
Navigation and data entry for the Jasper Ridge Biological Preserve (https://jrbp.stanford.edu/) ant survey
- Host: GitHub
- URL: https://github.com/samcrow/jrbpsurvey
- Owner: samcrow
- Created: 2016-03-27T00:14:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-01T02:14:08.000Z (7 months ago)
- Last Synced: 2024-06-01T03:25:25.814Z (7 months ago)
- Language: Java
- Homepage:
- Size: 72.8 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JRBP Survey #
The [Jasper Ridge Biological Preserve](https://jrbp.stanford.edu/) regularly
[surveys](https://jrbp.stanford.edu/research/jrbp-ant-survey) ant species
found on the preserve. This Android application is intended to make the survey more efficient by
allowing people to easily navigate and enter data.# Downloading and using #
[Download the application from the Google Play store](https://play.google.com/store/apps/details?id=org.samcrow.jrbpsurvey)
# Where to get uploaded data #
The current version uploads data to the spreadsheet at .
## Licensing ##
Documentation files (in the `doc` folder) are licensed under the GNU Free Documentation License,
version 1.3 ([GFDL.txt](GFDL.txt)).Other files in the project are licensed under the GNU General Public
License, version 3.0 or (at your option) any later version ([GPL.txt](GPL.txt)).The source code of this project is available at
[https://github.com/samcrow/JRBPSurvey](https://github.com/samcrow/JRBPSurvey).### Third-party components ###
OpenStreetMap map data (app/src/main/res/raw/jasper_ridge_map.map) is © OpenStreetMap contributors.
It is licensed by the [OpenStreetMap Foundation](http://osmfoundation.org/) under the
[Open Data Commons Open Database License](http://opendatacommons.org/licenses/odbl/).This software uses the [Google Material icons](https://design.google.com/icons/),
which are licensed under the [Creative Commons Attribution 4.0 International license](https://creativecommons.org/licenses/by/4.0/).This software uses the [Joda-Time](http://www.joda.org/joda-time/) library, which is licensed
under the [Apache License, version 2.0](http://www.joda.org/joda-time/license.html).This software uses the [Mapsforge](https://github.com/mapsforge/mapsforge) library, which is
licensed under the [GNU Lesser General Public License, version 3](https://www.gnu.org/copyleft/lesser.html).This software uses the [AndroidSVG](https://bigbadaboom.github.io/androidsvg/) library, which is
licensed under the [Apache License, version 2.0](http://www.joda.org/joda-time/license.html).This software uses the [Apache Commons IO](https://commons.apache.org/proper/commons-io/) library,
which is licensed under the [Apache License, version 2.0](http://www.joda.org/joda-time/license.html).This software uses the [Jcoord](http://www.jstott.me.uk/jcoord/) library, which is licensed under
the [GNU General Public License, version 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html).