Science Score: 13.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
  • DOI references
  • Academic links in README
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Unable to calculate vocabulary similarity
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: joe-herman
  • Language: Java
  • Default Branch: main
  • Size: 83 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 2
Created almost 5 years ago · Last pushed about 3 years ago
Metadata Files
Readme Citation

Owner

  • Name: Joe Herman
  • Login: joe-herman
  • Kind: user
  • Location: Philadelphia but not

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 14
  • Total Committers: 2
  • Avg Commits per committer: 7.0
  • Development Distribution Score (DDS): 0.214
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Joe Herman p****n 11
Joe Herman P****n 3

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 7 minutes
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • 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
Pull Request Authors
  • joe-herman (4)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

java/pom.xml maven
  • org.springframework.boot:spring-boot-starter-web
  • org.springframework.boot:spring-boot-starter-test test
go/go.mod go
  • github.com/labstack/echo/v4 v4.3.0
go/go.sum go
  • github.com/davecgh/go-spew v1.1.0
  • github.com/dgrijalva/jwt-go v3.2.0+incompatible
  • github.com/labstack/echo/v4 v4.3.0
  • github.com/labstack/gommon v0.3.0
  • github.com/mattn/go-colorable v0.1.2
  • github.com/mattn/go-colorable v0.1.8
  • github.com/mattn/go-isatty v0.0.8
  • github.com/mattn/go-isatty v0.0.9
  • github.com/mattn/go-isatty v0.0.12
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.4.0
  • github.com/valyala/bytebufferpool v1.0.0
  • github.com/valyala/fasttemplate v1.0.1
  • github.com/valyala/fasttemplate v1.2.1
  • golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
  • golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
  • golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
  • golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223
  • golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a
  • golang.org/x/sys v0.0.0-20200116001909-b77594299b42
  • golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
  • golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
  • golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44
  • golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57
  • golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
  • golang.org/x/text v0.3.3
  • golang.org/x/text v0.3.6
  • golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
  • golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v2 v2.2.2
python/requirements.txt pypi
  • Flask ==1.1.2
  • Jinja2 ==2.11.3
  • MarkupSafe ==1.1.1
  • Werkzeug ==1.0.1
  • click ==7.1.2
  • itsdangerous ==1.1.0
  • python-dotenv ==0.19.0
  • redis ==3.5.3
  • redlock ==1.2.0
  • regex ==2021.8.3
test/requirements.txt pypi
  • Werkzeug ==2.0.1 test
  • attrs ==21.2.0 test
  • certifi ==2021.5.30 test
  • charset-normalizer ==2.0.4 test
  • idna ==3.2 test
  • iniconfig ==1.1.1 test
  • packaging ==21.0 test
  • pluggy ==0.13.1 test
  • py ==1.10.0 test
  • pyparsing ==2.4.7 test
  • pytest ==6.2.4 test
  • requests ==2.26.0 test
  • toml ==0.10.2 test
  • urllib3 ==1.26.6 test
docker-compose.yml docker
  • redis alpine
python/Dockerfile docker
  • python 3 build
test/Dockerfile docker
  • python 3.10 build
.github/workflows/action.yml actions