https://github.com/biigle/largo
:m: BIIGLE module to review image annotations in a regular grid
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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.3%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
:m: BIIGLE module to review image annotations in a regular grid
Basic Info
Statistics
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 150
Topics
Metadata Files
README.md
BIIGLE Largo Module
⚠️ This module has been merged into biigle/core.
This is the BIIGLE module to review image annotations in a regular grid.
Installation
This module is already included in biigle/biigle.
- Run
composer require biigle/largo. - Install the Python dependencies with
pip install -r requirements.txt. - Add
Biigle\Modules\Largo\LargoServiceProvider::classto theprovidersarray inconfig/app.php. - Run
php artisan vendor:publish --tag=publicto publish the public assets of this module. - Configure a storage disk for the Largo annotation patches and set the
LARGO_PATCH_STORAGE_DISKvariable to the name of this storage disk in the.envfile. The content of the storage disk should be publicly accessible. Example for a local disk:php 'largo' => [ 'driver' => 'local', 'root' => storage_path('app/public/largo-patches'), 'url' => env('APP_URL').'/storage/largo-patches', 'visibility' => 'public', ],This requires the linkstorage -> ../storage/app/publicin thepublicdirectory.
Developing
Take a look at the development guide of the core repository to get started with the development setup.
Want to develop a new module? Head over to the biigle/module template repository.
Contributions and bug reports
Contributions to BIIGLE are always welcome. Check out the contribution guide to get started.
Owner
- Name: BIIGLE
- Login: biigle
- Kind: organization
- Location: Bielefeld University
- Website: https://biigle.de
- Repositories: 48
- Profile: https://github.com/biigle
GitHub Events
Total
- Create event: 21
- Release event: 5
- Issues event: 13
- Delete event: 14
- Issue comment event: 41
- Push event: 166
- Pull request review event: 44
- Pull request review comment event: 58
- Pull request event: 31
Last Year
- Create event: 21
- Release event: 5
- Issues event: 13
- Delete event: 14
- Issue comment event: 41
- Push event: 166
- Pull request review event: 44
- Pull request review comment event: 58
- Pull request event: 31
Committers
Last synced: over 3 years ago
All Time
- Total Commits: 315
- Total Committers: 4
- Avg Commits per committer: 78.75
- Development Distribution Score (DDS): 0.073
Top Committers
| Name | Commits | |
|---|---|---|
| Martin Zurowietz | m****n@z****e | 292 |
| dependabot[bot] | 4****]@u****m | 9 |
| Martin Zurowietz | m****r@u****m | 9 |
| Daniel Langenkämper | d****k@g****m | 5 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 94
- Total pull requests: 128
- Average time to close issues: 7 months
- Average time to close pull requests: 11 days
- Total issue authors: 6
- Total pull request authors: 8
- Average comments per issue: 1.29
- Average comments per pull request: 0.74
- Merged pull requests: 111
- Bot issues: 0
- Bot pull requests: 33
Past Year
- Issues: 8
- Pull requests: 33
- Average time to close issues: about 1 month
- Average time to close pull requests: 25 days
- Issue authors: 3
- Pull request authors: 6
- Average comments per issue: 1.25
- Average comments per pull request: 1.52
- Merged pull requests: 18
- Bot issues: 0
- Bot pull requests: 14
Top Authors
Issue Authors
- mzur (75)
- dlangenk (13)
- agnanas (2)
- aburfeid (1)
- lehecht (1)
- rjcommanddfo (1)
Pull Request Authors
- mzur (105)
- dependabot[bot] (39)
- lehecht (23)
- anzarbe97 (2)
- aneust (2)
- abezine (2)
- dbrembilla (2)
- dlangenk (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- packagist 9,707 total
- Total dependent packages: 1
- Total dependent repositories: 1
- Total versions: 164
- Total maintainers: 1
packagist.org: biigle/largo
BIIGLE module to review image annotations in a regular grid.
- Homepage: https://biigle.de
- License: GPL-3.0-only
-
Latest release: v3.22.20
published over 2 years ago
Rankings
Maintainers (1)
Funding
Dependencies
- 794 dependencies
- @mzur/laravel-mix-artisan-publish ^1.0.0 development
- cross-env ^5.1 development
- eslint ^7.3.1 development
- eslint-plugin-vue ^7.0.0 development
- laravel-mix ^6.0.13 development
- resolve-url-loader ^5.0.0 development
- sass ^1.15.2 development
- sass-loader ^8.0.0 development
- vue-loader ^15.9.6 development
- vue-template-compiler ^2.6.11 development
- biigle/laravel-file-cache ^2.0 || ^3.0 || ^4.0
- ext-vips *
- jcupitt/vips ^1.0
- php-ffmpeg/php-ffmpeg ^0.14 || ^0.19 || ^1.0
- actions/checkout v1 composite
- actions/checkout v1 composite