https://github.com/biigle/largo

:m: BIIGLE module to review image annotations in a regular grid

https://github.com/biigle/largo

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

biigle biigle-module

Keywords from Contributors

labels
Last synced: 10 months ago · JSON representation

Repository

:m: BIIGLE module to review image annotations in a regular grid

Basic Info
  • Host: GitHub
  • Owner: biigle
  • License: gpl-3.0
  • Language: PHP
  • Default Branch: master
  • Homepage:
  • Size: 3.51 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 150
Archived
Topics
biigle biigle-module
Created about 10 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

BIIGLE Largo Module

⚠️ This module has been merged into biigle/core.

Test status

This is the BIIGLE module to review image annotations in a regular grid.

Installation

This module is already included in biigle/biigle.

  1. Run composer require biigle/largo.
  2. Install the Python dependencies with pip install -r requirements.txt.
  3. Add Biigle\Modules\Largo\LargoServiceProvider::class to the providers array in config/app.php.
  4. Run php artisan vendor:publish --tag=public to publish the public assets of this module.
  5. Configure a storage disk for the Largo annotation patches and set the LARGO_PATCH_STORAGE_DISK variable to the name of this storage disk in the .env file. 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 link storage -> ../storage/app/public in the public directory.

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

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 Email 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
bug (26) MI2 (2) discuss (2) cooperation (2) 2021 (1) good first issue (1)
Pull Request Labels
dependencies (39) javascript (16) python (4)

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
  • Versions: 164
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 9,707 Total
Rankings
Dependent packages count: 9.7%
Downloads: 12.9%
Average: 21.7%
Dependent repos count: 21.9%
Forks count: 27.0%
Stargazers count: 37.0%
Maintainers (1)
Funding
Last synced: 11 months ago

Dependencies

package-lock.json npm
  • 794 dependencies
package.json npm
  • @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
composer.json packagist
  • 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
.github/workflows/lint.yml actions
  • actions/checkout v1 composite
.github/workflows/test.yml actions
  • actions/checkout v1 composite