All Projects → SlovakNationalGallery → webumenia.sk

SlovakNationalGallery / webumenia.sk

Licence: MIT license
An online collection platform to explore digitised art collections from galleries and museums

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
Blade
752 projects
Less
1899 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to webumenia.sk

HackTheStacks
The 3rd Annual American Museum of Natural History Hackathon produced by the BridgeUP: STEM program
Stars: ✭ 32 (-23.81%)
Mutual labels:  museum, openglam
HacktheDinos
The 2nd Annual American Museum of Natural History Hackathon produced by the BridgeUP: STEM program
Stars: ✭ 32 (-23.81%)
Mutual labels:  museum, openglam
HackTheDeep
The 4th Annual American Museum of Natural History Hackathon produced by the BridgeUP: STEM program
Stars: ✭ 35 (-16.67%)
Mutual labels:  museum, openglam
HackTheSolarSystem
The 5th Annual American Museum of Natural History Hackathon produced by the BridgeUP: STEM program
Stars: ✭ 22 (-47.62%)
Mutual labels:  museum, openglam
britishMuseumFacesDetection
A python example for using OpenCV to identify faces within @BritishMuseum images.
Stars: ✭ 66 (+57.14%)
Mutual labels:  museum-collections
aic-mobile-ios
Art Institute of Chicago Official Mobile App
Stars: ✭ 29 (-30.95%)
Mutual labels:  museum
oai
OAI-PMH R client
Stars: ✭ 13 (-69.05%)
Mutual labels:  oai-pmh
nnanno
Sample, annotate and apply computer vision to the Newspaper Navigator dataset
Stars: ✭ 16 (-61.9%)
Mutual labels:  glam
xoai
OAI-PMH Java Toolkit
Stars: ✭ 28 (-33.33%)
Mutual labels:  oai-pmh
rijksbook
🖼 A basic Flutter app built for educational purposes
Stars: ✭ 37 (-11.9%)
Mutual labels:  museum
nodel
A digital media control system for museums and galleries
Stars: ✭ 52 (+23.81%)
Mutual labels:  museum
musemeta
R Client for scraping museum metadata
Stars: ✭ 24 (-42.86%)
Mutual labels:  museum
cassandra-GLAM-tools
Support GLAMs in monitoring and evaluating their cooperation with Wikimedia projects
Stars: ✭ 17 (-59.52%)
Mutual labels:  glam
aic-bash
A bash script to query our API for public domain artworks and render them as ASCII art
Stars: ✭ 65 (+54.76%)
Mutual labels:  museum
panel gen
Auto call generator for telephone switches at Connections Museum, Seattle.
Stars: ✭ 13 (-69.05%)
Mutual labels:  museum
HITMers
Management system for Harbin Institute of Technology Museum
Stars: ✭ 70 (+66.67%)
Mutual labels:  museum
Tire-a-part
Digital repository for the papers of a research organization.
Stars: ✭ 24 (-42.86%)
Mutual labels:  oai-pmh
rdryad
R client for Dryad web services
Stars: ✭ 25 (-40.48%)
Mutual labels:  oai-pmh
oai-harvest
Python package for harvesting records from OAI-PMH provider(s).
Stars: ✭ 57 (+35.71%)
Mutual labels:  oai-pmh
tainacan
A flexible and powerful repository platform for WordPress
Stars: ✭ 67 (+59.52%)
Mutual labels:  glam

Welcome

License: MIT

Web umenia is an open platform to explore digitized art collections from public galleries and museums.

Web umenia is developed by lab.SNG: the digital R&D lab of the Slovak National Gallery. We are working with public art organisations to make their art accessible and explorable online so curious people around the world can learn more about works of art and the context they've been created in.

Web umenia offers a user-friendly way to search and explore art from collections of multiple galleries and museums.

Digital reproductions of public domain artworks from several collections are available for download in high resolution for both personal and commercial use

Art organisation with digitized artworks organised in a Collection Management System can easily publish their art via CSV imports or OAI-PMH harvests. If you would like to know more about using Web umenia in your organisation, contact us via [email protected]

Developers interested to build applications on top of Web umenia can use our API. See our wiki on GitHub for more info.

Contributing

We greatly encourage others to get involved! See our contributing guidelines for more info about different ways to contribute to Web umenia.

We are committed to providing a welcoming and inspiring community for all and expect others who participate in the project to honour our code of conduct.

Tech setup

Requirements

This software is built with the Laravel framework.

It requires

  • PHP 7.4.x with the following extensions: exif, gd, pdo_mysql, zip
  • MySQL 5.7
  • Elasticsearch 7.3

We also provide a Dockerfile and docker-compose.yml with a basic stack set-up.

First-time setup

In addition to the standard Laravel steps (DB migrations, compiling assets), you'll so need to run the following once:

Link storage (for file uploads)

php artisan storage:link

Set up Elasticsearch indices:

php artisan es:setup

Harvesting Data

You can fill artworks by adding them manually or importing using the "spice harvester" (harvests using OAI-PMH protocol) using php artisan oai-pmh:harvest and choosing to harvest 1 [item] Europeana SNG. Or login to admin at http://localhost:8000/admin using default credentials admin/admin and go to Import -> Spice Harvester -> Spustiť.

IIPImage

This application uses IIPImage server for zoomable (and downloadable) images.

IIPImage must be seen locally, what can be achieved using a ProxyForwarding.

To enable image server for default oai set (Europeana), put this lines of code into your virtualhost setup:

ProxyPass /fcgi-bin/iipsrv.fcgi http://imi.sng.cust.eea.sk/publicIS/fcgi-bin/iipsrv.fcgi

ProxyPassReverse /fcgi-bin/iipsrv.fcgi http://imi.sng.cust.eea.sk/publicIS/fcgi-bin/iipsrv.fcgi

Maintainer

This project is maintained by lab.SNG. If you have any questions please don't hesitate to ask them by creating an issue or email us at [email protected].

License

Source code in this repository is licensed under the MIT license. Please see the License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].