sifids
An Android app being developed as part of the Scottish Inshore Fisheries Integrated Data System (SIFIDS) Project
Science Score: 62.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
✓Institutional organization owner
Organization starescomp has institutional domain (www.st-andrews.ac.uk) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.8%) to scientific vocabulary
Keywords
Repository
An Android app being developed as part of the Scottish Inshore Fisheries Integrated Data System (SIFIDS) Project
Basic Info
- Host: GitHub
- Owner: StAResComp
- License: mit
- Language: Java
- Default Branch: master
- Homepage: http://www.masts.ac.uk/research/emff-sifids-project/
- Size: 1.49 MB
Statistics
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 38
- Releases: 20
Topics
Metadata Files
README.md
SIFIDS
An Android app developed as part of the Scottish Inshore Fisheries Integrated Data System (SIFIDS) Project.
Allows fishermen to track their location and record their fishing activity in order to populate a FISH1 Form which can be completed in the app. Completion of the form is eased by the setting of default values for vessel, owner, ports, gear, species etc.
Users can also report observations of a range of protected, endangered and threatened marine wildlife species.
Building from source
This app requires a Google Maps API
key, and
expects to find one in the system resources. Add a file keys.xml in
catch/src/main/res/xml with the following content:
XML
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="google_maps_api_key">your-api-key-goes-here</string>
</resources>
Code available at https://github.com/StAResComp/sifids
Contact research-computing@st-andrews.ac.uk with any queries.
Copyright (c) 2018-2019, University of St Andrews. This project is licensed under the terms of the MIT license.
Owner
- Name: University of St Andrews Research Computing
- Login: StAResComp
- Kind: organization
- Email: research-computing@st-andrews.ac.uk
- Location: University of St Andrews, St Andrews, Fife, UK
- Website: http://www.st-andrews.ac.uk/libraryblog/research-computing/
- Repositories: 11
- Profile: https://github.com/StAResComp
The University of St Andrews Research Computing team carries out software development for researchers across the University.
Citation (CITATION.cff)
# YAML 1.2
---
authors:
-
affiliation: "University of St Andrews"
family-names: McCann
given-names: Patrick
orcid: "https://orcid.org/0000-0002-9324-2775"
cff-version: "1.0.3"
license: MIT
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/StAResComp/sifids"
title: "SIFIDS App"
...
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": " SIFIDS App",
"codeRepository": "https://github.com/StAResComp/sifids",
"programmingLanguage": "Java",
"license": "MIT",
"description": "MIT",
"creator": [
{
"@type": "Person",
"givenName": "Patrick",
"familyName": "McCann",
"id": "https://orcid.org/0000-0002-9324-2775"
}
]
}