Shelves_map
This page is to verify the map(s) of the room where books are stored. Those maps are in SVG format, and some particular rectangles must belong to identifiable groups:
- The shelves:
- the group containing the rectangle must also contain a text beginning by classes: ... for instance, "classes: Secondes": which may mean that the shelve in this map is for storing books for students of "seconde".
- The heaps of books:
- Those groups must have an attribute class="livres"; in order to define such an attribute, one can work with the graphic program Inkscape and edit the group in SVG source mode (keyboard shortcut = Shift+Ctrl+X); additionally, each of those groups must contain an element circle or ellipse placed in order to symbolize a label which will identify the heap of books in the shelve. The heaps of books must be included in identifies shelves.
Choosing the map
When the web page is opened without any parameter, one must select a SVG file among those who are available:
Verifying the map
When the map has been selected, it appears in the lower part of the page:
- the link "Choose another map" allows one to come back to the selection step.
- the button triggers a program which considers all the groups with the attribute class="livres", and populates the area at the top right of the window with clickable buttons, which can be used to "light on" the labels of book heaps. This same program makes an attempt to validate that every book heap comes with correct short names, and that every short name existing in the database is placed somewhere in the map.
- the button triggers another program which provides some information about every identified shelf, and displays a hoverable button, to find the place of the shelf and shows a list of short names of book heaps which are included in this shelf. This program makes also an attempt to validate that every book heap is well included in some shelf in the map.
Check the book heaps
In the screenshot below, one can see what happens after clicking the button :
- a list of buttons appear in the top right, each one for one of the short names used for book heaps. The button "allemand" has been clicked and red "lights" appear in the map at places where those book heaps are stored.
- the verification check boxes are:
- "All the abbreviations are OK" : the box is checked, which means that short names in the map are all short names defined in the database.
- "All the abbreviations are stored on the shelves" : the box is not checked,because some short names defined in the database are not available in the map; the list of abbreviations defined in the catalog but not available in the map is written on the right, under the purple buttons.
Check the shelves
In the screenshot below, one sees what happens when one clicks on the button :
- a list of categories of shelf appears: "secondes", "premières", "terminales" and "premières technologiques". In every line of this list, there are one or a few beige buttons; for instance, for the "terminales non technologiques", the button is labeled "g1200" (it is the identifier of the group for this shelf, in the SVG source code), and as on hovers this button "g1200", the shelf in the bottom left appears with a purple halo, so it can be located. Just after the button "g1200", there is a field with a list of short names of book heaps which can be found on the shelf of "terminales non technologiques".
- the checkbox "Every book heap is on an identified shelve" is checked, which means that no books heap is outside of an identified shelf.