pest-quest
Science Score: 44.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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (0.2%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: nathanhollows
- License: mit
- Language: HTML
- Default Branch: main
- Size: 17.7 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 4 years ago
· Last pushed almost 4 years ago
Metadata Files
Readme
License
Citation
README.md
hedge-men-ltd
They're not evil. Just misunderstood.
Owner
- Name: Nathan Hollows
- Login: nathanhollows
- Kind: user
- Location: New Zealand
- Website: nathanhollows.com
- Repositories: 6
- Profile: https://github.com/nathanhollows
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Hollows" given-names: "Nathan" orcid: "https://orcid.org/0000-0002-1825-5410" title: "hedge-men-ltd" version: 0.0.1 date-released: 2022-06-05 url: "https://github.com/nathanhollows/hedge-men-ltd"
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 3 years ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total 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
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
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
proxy.golang.org: github.com/nathanhollows/pest-quest
Argon is a QR code based education platform
- Homepage: https://github.com/nathanhollows/pest-quest
- Documentation: https://pkg.go.dev/github.com/nathanhollows/pest-quest#section-documentation
- License: MIT
-
Latest release: v0.0.0-20220809112531-51a7bb602fdd
published almost 4 years ago
Rankings
Dependent packages count: 7.0%
Forks count: 9.0%
Average: 9.0%
Dependent repos count: 9.3%
Stargazers count: 10.9%
Last synced:
12 months ago
Dependencies
go.mod
go
- github.com/aaronarduino/goqrsvg v0.0.0-20170617203649-603647895681
- github.com/ajstarks/svgo v0.0.0-20210406150507-75cfd577ce75
- github.com/boombuler/barcode v1.0.1
- github.com/go-chi/chi v1.5.1
- github.com/go-yaml/yaml v2.1.0+incompatible
- github.com/google/uuid v1.3.0
- github.com/gorilla/securecookie v1.1.1
- github.com/gorilla/sessions v1.2.1
- github.com/jinzhu/inflection v1.0.0
- github.com/jinzhu/now v1.1.2
- github.com/kelseyhightower/envconfig v1.4.0
- github.com/mattn/go-sqlite3 v1.14.7
- gitlab.com/golang-commonmark/html v0.0.0-20191124015941-a22733972181
- gitlab.com/golang-commonmark/linkify v0.0.0-20200225224916-64bca66f6ad3
- gitlab.com/golang-commonmark/markdown v0.0.0-20191127184510-91b5b3c99c19
- gitlab.com/golang-commonmark/mdurl v0.0.0-20191124015652-932350d1cb84
- gitlab.com/golang-commonmark/puny v0.0.0-20191124015043-9f83538fa04f
- golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
- golang.org/x/text v0.3.7
- gopkg.in/yaml.v3 v3.0.1
- gorm.io/driver/sqlite v1.1.4
- gorm.io/gorm v1.21.11
go.sum
go
- github.com/aaronarduino/goqrsvg v0.0.0-20170617203649-603647895681
- github.com/ajstarks/svgo v0.0.0-20210406150507-75cfd577ce75
- github.com/boombuler/barcode v1.0.1
- github.com/go-chi/chi v1.5.1
- github.com/go-yaml/yaml v2.1.0+incompatible
- github.com/google/uuid v1.3.0
- github.com/gorilla/securecookie v1.1.1
- github.com/gorilla/sessions v1.2.1
- github.com/jinzhu/inflection v1.0.0
- github.com/jinzhu/now v1.1.1
- github.com/jinzhu/now v1.1.2
- github.com/kelseyhightower/envconfig v1.4.0
- github.com/mattn/go-sqlite3 v1.14.5
- github.com/mattn/go-sqlite3 v1.14.7
- github.com/russross/blackfriday v2.0.0+incompatible
- github.com/shurcooL/sanitized_anchor_name v1.0.0
- gitlab.com/golang-commonmark/html v0.0.0-20191124015941-a22733972181
- gitlab.com/golang-commonmark/linkify v0.0.0-20191026162114-a0c2df6c8f82
- gitlab.com/golang-commonmark/linkify v0.0.0-20200225224916-64bca66f6ad3
- gitlab.com/golang-commonmark/markdown v0.0.0-20191127184510-91b5b3c99c19
- gitlab.com/golang-commonmark/mdurl v0.0.0-20191124015652-932350d1cb84
- gitlab.com/golang-commonmark/puny v0.0.0-20191124015043-9f83538fa04f
- gitlab.com/opennota/wd v0.0.0-20180912061657-c5d65f63c638
- golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
- golang.org/x/text v0.3.2
- golang.org/x/text v0.3.7
- golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v3 v3.0.1
- gorm.io/driver/sqlite v1.1.4
- gorm.io/gorm v1.20.7
- gorm.io/gorm v1.21.11