https://github.com/52north/ows-11-social-media-harvester
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.1%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: 52North
- License: other
- Language: Java
- Default Branch: master
- Size: 71.3 KB
Statistics
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 2
- Releases: 0
Archived
Created over 11 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
License
README.md
ARCHIVED
This project is no longer maintained and will not receive any further updates. If you plan to continue using it, please be aware that future security issues will not be addressed.
OGC Testbed-11 Social Media Harvester API
This project has been developed within the Testbed-11 of the Open Geospatial Consortium (OGC). It provides a Java API and workflow framework for accessing Social Media platform data and storing these accordingly.
Owner
- Name: 52°North Spatial Information Research GmbH
- Login: 52North
- Kind: organization
- Email: info@52north.org
- Location: Münster
- Website: https://52north.org/
- Twitter: fivetwon
- Repositories: 261
- Profile: https://github.com/52North
Advancing spatial information infrastructures to foster open science
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 1
- Total pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: about 8 hours
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.33
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- EHJ-52n (1)
Pull Request Authors
- EHJ-52n (3)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels
bug (3)
enhancement (2)
Dependencies
api/pom.xml
maven
- ch.qos.logback:logback-classic
- com.fasterxml.jackson.core:jackson-annotations
- com.fasterxml.jackson.core:jackson-core
- com.fasterxml.jackson.core:jackson-databind
- joda-time:joda-time
- org.apache.httpcomponents:httpclient
- org.hamcrest:hamcrest-core
- org.mockito:mockito-all
- org.slf4j:jcl-over-slf4j
- org.slf4j:jul-to-slf4j
- org.slf4j:log4j-over-slf4j
- org.slf4j:slf4j-api
- junit:junit test
pom.xml
maven
- ch.qos.logback:logback-classic 1.1.2
- com.fasterxml.jackson.core:jackson-annotations 2.1.4
- com.fasterxml.jackson.core:jackson-core 2.1.4
- com.fasterxml.jackson.core:jackson-databind 2.1.4
- joda-time:joda-time 2.1
- junit:junit 4.8.1
- org.apache.httpcomponents:httpclient 4.4
- org.hamcrest:hamcrest-core 1.3
- org.mockito:mockito-all 1.9.5
- org.n52.socialmedia:harvester-api 1.0.0-SNAPSHOT
- org.n52:instagram-api 1.0.0-SNAPSHOT
- org.slf4j:jcl-over-slf4j 1.7.6
- org.slf4j:jul-to-slf4j 1.7.6
- org.slf4j:log4j-over-slf4j 1.7.6
- org.slf4j:slf4j-api 1.7.6
webapp/pom.xml
maven
- ${project.groupId}:harvester-api
- ch.qos.logback:logback-classic
- joda-time:joda-time
- org.apache.httpcomponents:httpclient
- org.hamcrest:hamcrest-core
- org.mockito:mockito-all
- org.n52:instagram-api
- org.n52:twitter-api 1.0.0-SNAPSHOT
- org.slf4j:jcl-over-slf4j
- org.slf4j:jul-to-slf4j
- org.slf4j:log4j-over-slf4j
- org.slf4j:slf4j-api
- junit:junit test