Skip to content

Bibliomap is a tool for real-time visualizing localised usage events generated by ezPAARSE in the browser.

License

CECILL-2.1, Unknown licenses found

Licenses found

CECILL-2.1
LICENCE.txt
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

ezpaarse-project/bibliomap

Repository files navigation

BiblioMap

BiblioMap is a tool for real-time visualizing localised usage events generated by ezPAARSE in the browser.

How could it be useful ?

  • To monitor your ezproxy EC consultations in real time
  • To help ezPAARSE adoption in your institution
  • Just for fun!

BiblioMap

CNRS Bibliomap demonstrator

Summary

Prerequisites

  • Docker
  • Configuration file to set the environment variables (setup_*.sh)

Installation and running a quick demo

# Clone the repository
git clone https://github.com/ezpaarse-project/bibliomap.git
cd bibliomap

# Load one configuration file
source ./setup_cnrs.sh 
# Or
source ./setup_istex.sh

# Start the tool
npm start

Then browse to http://localhost:3000

Developers

Installation for development

# Clone all the required repositories
git clone https://github.com/ezpaarse-project/bibliomap.git

# Load one configuration file
source ./setup_cnrs.sh 
# Or
source ./setup_istex.sh

# Install dependencies & Start the tool
npm run install
npm run start-debug

Then browse to http://localhost:3000

Whenever you want you can git pull all the git repositories using one command:

npm run pull

Usage options

Expo mode

In expo mode, the information drawer will automatically appear and disappear at set intervals. To activate this mode, add expo or e to the query string.

By default, the drawer is shown for 1 minute and then hidden for 10 minutes.

To customize these intervals, assign two comma-separated numbers to the expo parameter. The first number sets how long the drawer is shown, and the second sets how long it is hidden. Both values should be specified in seconds.

Examples:

BiblioMap Player

BiblioMap now has a player mode: provide it consultation event files and it will play in real time. The replay mode features a time multiplier and a slider, which makes it times faster to have a quicker preview of what happened during that day.

How to use the replay mode?

You will need to configure the Docker Compose files. All the needed details are written in each of their README.md files.

About

Bibliomap is a tool for real-time visualizing localised usage events generated by ezPAARSE in the browser.

Topics

Resources

License

CECILL-2.1, Unknown licenses found

Licenses found

CECILL-2.1
LICENCE.txt
Unknown
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Contributors 9