fitz-collection-online
A repository to hold the code for the front end/API of the Fitzwilliam Museum's Collections Explorer
Science Score: 72.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
Links to: zenodo.org -
✓Committers with academic emails
1 of 7 committers (14.3%) from academic institutions -
✓Institutional organization owner
Organization fitzwilliammuseum has institutional domain (fitzmuseum.cam.ac.uk) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.8%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
A repository to hold the code for the front end/API of the Fitzwilliam Museum's Collections Explorer
Basic Info
- Host: GitHub
- Owner: FitzwilliamMuseum
- License: gpl-3.0
- Language: PHP
- Default Branch: master
- Homepage: https://data.fitzmuseum.cam.ac.uk
- Size: 8.72 MB
Statistics
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 7
- Releases: 4
Topics
Metadata Files
README.md
Fitzwilliam Museum Collection front end
This repository contains the code base for a Laravel based front end for the production version of the Fitzwilliam Museum collection application.
This is very much a minimum viable product and to run and install your environment would need to be whitelisted for our solr, axiell, directus, shopify and elastic api instances.
This system is built with the latest versions of Bootstrap and Laravel and uses webpack/npm.
Requirements
PHP 8.1 Node 18.17.0
Installation
- Install php on your development environment
- Install composer
- Install Node and NPM
- Then run:
$ git clone https://github.com/FitzwilliamMuseum/fitz-collection-online
$ cd fitz-collection-online
$ composer install
$ npm install
$ npm run production
$ cp .env.example .env
You should now have all the source code installed, and you will then need to edit the .env file to hold all the values required. If you work for the Fitz, you will need to grab this from our Bitwarden vault.
Once you are set up, to run locally:
$ php artisan serve
License
This project's code is licensed under GPL V3
Contributors
Daniel Pett @portableant
Cite this repository
APA style
Pett, D. The Fitzwilliam Museum Collections and API Website Framework [Computer software]. https://github.com/FitzwilliamMuseum/fitz-collection-online
Bibtex style
@software{PettTheFitzwilliam_Museum, author = {Pett, Daniel}, license = {AGPL-3.0}, title = {{The Fitzwilliam Museum Collections and API Website Framework}}, url = {https://github.com/FitzwilliamMuseum/fitz-collection-online} }
Owner
- Name: The Fitzwilliam Museum
- Login: FitzwilliamMuseum
- Kind: organization
- Email: itoffice@fitzmuseum.cam.ac.uk
- Location: Cambridge
- Website: https://fitzmuseum.cam.ac.uk
- Twitter: fitzmuseum_uk
- Repositories: 62
- Profile: https://github.com/FitzwilliamMuseum
The Fitzwilliam Museum Digital and IT team's code and tricks
Citation (CITATION.cff)
cff-version: 1.2.0
title: The Fitzwilliam Museum Collections and API Website Framework
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Daniel
family-names: Pett
email: dejp3@cam.ac.uk
affiliation: 'St Edmund''s College, University of Cambridge'
orcid: 'https://orcid.org/0000-0002-0246-2335'
identifiers:
- type: doi
value: 10.5281/zenodo.6802649
description: Zenodo issued DOI
repository-code: >-
https://github.com/FitzwilliamMuseum/fitz-collection-online
url: 'https://data.fitzmuseum.cam.ac.uk'
abstract: >-
This repository holds the Laravel 9 framework for
the front end build of the Fitzwilliam Museum's collection
website and API.
keywords:
- laravel
- museum
- open-source
license: AGPL-3.0
GitHub Events
Total
- Delete event: 14
- Issue comment event: 34
- Push event: 7
- Pull request event: 43
- Create event: 18
Last Year
- Delete event: 14
- Issue comment event: 34
- Push event: 7
- Pull request event: 43
- Create event: 18
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Daniel Pett | d****3@c****k | 666 |
| dependabot[bot] | 4****] | 18 |
| JamieC24 | j****e@s****t | 3 |
| Alan Isaacson | 3****n | 3 |
| Sean Dunwoody | s****n@s****t | 3 |
| snyk-bot | s****t@s****o | 1 |
| Gareth Trinkwon | g****h@s****t | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 26
- Total pull requests: 203
- Average time to close issues: 14 days
- Average time to close pull requests: about 1 month
- Total issue authors: 1
- Total pull request authors: 7
- Average comments per issue: 0.38
- Average comments per pull request: 0.67
- Merged pull requests: 89
- Bot issues: 0
- Bot pull requests: 79
Past Year
- Issues: 0
- Pull requests: 39
- Average time to close issues: N/A
- Average time to close pull requests: 2 months
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.9
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 26
Top Authors
Issue Authors
- portableant (26)
- dependabot[bot] (1)
Pull Request Authors
- portableant (115)
- dependabot[bot] (96)
- snyk-bot (10)
- AlanJIsaacson (3)
- JamieC24 (2)
- sean-dunwoody (2)
- gtrinkwon (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- 1109 dependencies
- @popperjs/core ^2.11.5 development
- @tailwindcss/forms ^0.5.2 development
- @xmldom/xmldom ^0.8.2 development
- alpinejs ^3.10.2 development
- autoprefixer ^10.4.7 development
- axios ^0.27.2 development
- bootstrap ^5.1.3 development
- cross-env ^7.0.3 development
- glob-parent ^6.0.2 development
- is-svg ^4.3.2 development
- laravel-mix ^6.0.49 development
- laravel-mix-purgecss ^6.0.0 development
- lodash ^4.17.21 development
- nth-check ^2.1.1 development
- object-path >=0.11.8 development
- postcss ^8.4.14 development
- resolve-url-loader ^5.0.0 development
- sass ^1.53.0 development
- sass-loader ^13.0.1 development
- ssri ^9.0.1 development
- url-parse >=1.5.10 development
- vue-template-compiler ^2.6.14 development
- @popperjs/core ^2.11.5
- @xmldom/xmldom ^0.8.2
- async ^3.2.4
- autoprefixer ^10.4.7
- clean-css ^5.3.0
- node-forge ^1.3.1
- super-tiny-icons ^0.4.0
- universalviewer ^4.0.1
- vanilla-cookieconsent ^2.8.0
- barryvdh/laravel-ide-helper ^2.12 development
- fakerphp/faker ^1.19.0 development
- mockery/mockery ^1.5.0 development
- nunomaduro/collision ^6.2.1 development
- phpunit/phpunit ^9.5.21 development
- spatie/laravel-ignition ^1.3.1 development
- wnx/laravel-stats ^2.9 development
- arcanedev/laravel-markdown ^6.0
- codeat3/blade-fluentui-system-icons ^1.26.1
- darkaonline/l5-swagger ^8.3
- elasticsearch/elasticsearch ^7.17.0
- ext-dom *
- fitzwilliammuseum/maps master
- fruitcake/laravel-cors ^2.2.0
- geocoder-php/cache-provider ^4.3.0
- geocoder-php/nominatim-provider ^5.5.1
- guzzlehttp/guzzle ^7.4.5
- imliam/laravel-blade-helper ^1.4.3
- ksubileau/color-thief-php ^1.4.1
- laravel/fortify ^1.7
- laravel/framework ^9.0
- laravel/sanctum ^2.15
- laravel/tinker ^2.7.2
- laravelcollective/html ^6.3
- league/csv ^9.8
- matchory/elasticsearch ^2.6
- mews/purifier ^3.3.7
- miljar/php-exif ^0.6.5
- olssonm/l5-very-basic-auth ^6.7
- owenvoke/blade-fontawesome ^2.0
- php ^8.0|^8.1
- php-http/guzzle7-adapter ^1.0
- predis/predis ^1.1.10
- simplesoftwareio/simple-qrcode ~4.2.0
- solarium/solarium ^6.2.3
- spatie/array-to-xml ^2.16.0
- spatie/laravel-googletagmanager ^2.6.6
- spatie/laravel-responsecache ^7.3.1
- spatie/laravel-validation-rules ^3.2
- symfony/cache ^6.1.2
- symfony/http-kernel ^6.2.x-dev
- timehunter/laravel-google-recaptcha-v3 ~2.5.2
- toin0u/geocoder-laravel ^4.5.1
- upthemedia/xss-protection ^0.0.8
- 181 dependencies
- actions/checkout v2 composite
- shivammathur/setup-php 15c43e89cdef867065b0213be354c2841860869e composite
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/stale v3 composite