List of commits:
Subject Hash Author Date (UTC)
Worked on narrative in Chapter 4, mostly ER diagrams. 9e0cc5fc5a2b4087fe1191f1ba5926f87ad5a7bd aubert@math.cnrs.fr 2019-03-12 18:57:16
Updated list of known bugs. d51ff0a5bb73f09eb8d3eb7520ebb77555911e69 aubert@math.cnrs.fr 2019-03-12 17:09:22
Updating the README with the list of new files. bb35e21746d958d649b226a5857150d975d85403 aubert@math.cnrs.fr 2019-03-07 15:20:04
Adding a list of bug, and the sketch of a guide to contribute. 3a94b1fa49aee97001a45325f3f10f09475bf388 aubert@math.cnrs.fr 2019-03-07 15:14:38
Fixed the size of the images, added mention of the support of Affordable Learning Georgia. 485cf486d8d2b08427e5d02eda56d5b7a9495b38 aubert@math.cnrs.fr 2019-03-05 19:37:39
Finishing homework #5. e322bc945941083b0649557d9ad6bdbb8308c10c aubert@math.cnrs.fr 2019-03-04 15:10:15
Preparing homework 5 2b9ba64d1d36ae9f413929947cac5e6cddceb3dc aubert@math.cnrs.fr 2019-03-01 20:06:12
Some fixes and added quiz #3. d73c356f1bec9679f7123bc508c1863f8de40aef aubert@math.cnrs.fr 2019-02-28 20:34:04
Working on solutions for problems in Chapter 3. 0da378f97cea97fa2b3614f1b611a3b5bdf42632 aubert@math.cnrs.fr 2019-02-26 19:56:23
Forgot one exercise in exam. 611bbe4cc68f802bfffd7bdfc70c3433a70eceb5 aubert@math.cnrs.fr 2019-02-22 20:39:07
Quick fix c22751b88c377a40dd2c037a706409aa29ef3ce2 aubert@math.cnrs.fr 2019-02-22 20:37:21
Various editing, fixing some of the solutions in Chapter 3 and some of the exercises in Chapter 4. 1e1d8dd576329b20aa3b7f9344aaecb9d11fc6f4 aubert@math.cnrs.fr 2019-02-22 20:22:09
Added the rest of the first exam for Fall 2019. 0d5a839282b1ae6e6c07e7b12a74ff2f0f2f3b86 aubert@math.cnrs.fr 2019-02-22 20:03:02
Adding a problem and its solution, in the SQL chapter. d5bfcbb949a6acac68156a8b37d6f8d23375b1cb aubert@math.cnrs.fr 2019-02-19 19:53:27
Adding second quiz, and fixing some exercises and problems in Chapter 3. 062c9b46fad52848efbf61e08c91103c0bae4127 aubert@math.cnrs.fr 2019-02-06 20:04:16
Clarification on SQL constraints. 70e26a02aa344cc1bf009a089623be6baac79ba7 aubert@math.cnrs.fr 2019-01-29 22:46:26
Adding some minor SQL remarks + code for HW_FACULTY. 1d1b74302d29fb63c3c2bacca30533283f720997 aubert@math.cnrs.fr 2019-01-25 17:24:16
fixing small typo. 0feeb8df61e05d6d0990120628303cf31108f100 aubert@math.cnrs.fr 2019-01-22 18:23:34
Quick fix + adding macOS install instructions. ea3063e4e9225c8ce66838c8bfddb9a34aadacf8 aubert@math.cnrs.fr 2019-01-16 15:59:38
Fixing a few typos and adding a drawing. b335800d4129c8e29763a6c1d564243d485fa51b aubert@math.cnrs.fr 2019-01-15 19:03:38
Commit 9e0cc5fc5a2b4087fe1191f1ba5926f87ad5a7bd - Worked on narrative in Chapter 4, mostly ER diagrams.
Author: aubert@math.cnrs.fr
Author date (UTC): 2019-03-12 18:57
Committer name: aubert@math.cnrs.fr
Committer date (UTC): 2019-03-12 18:57
Parent(s): d51ff0a5bb73f09eb8d3eb7520ebb77555911e69
Signing key:
Tree: d45e55294243acf1744b0e54c41dd17d7995dba0
File Lines added Lines deleted
KNOWN_BUGS.md 3 0
notes/fig/er/Account.tex 10 0
notes/fig/er/Naming_short1.tex 11 0
notes/fig/er/Naming_short2.tex 8 0
notes/fig/er/Phone_Carrier1.tex 15 0
notes/fig/er/Phone_Carrier2.tex 14 0
notes/img/db_design.pdf 0 0
notes/img/db_design.svg 0 1476
notes/lectures_notes.md 79 45
notes/style/style.css 6 0
File KNOWN_BUGS.md changed (mode: 100644) (index 0ea8598..cadaf16)
... ... PDF
50 50 - The header are sometimes wrong (in the "Exercises" or "Problems" section, they keep the header of the last section). - The header are sometimes wrong (in the "Exercises" or "Problems" section, they keep the header of the last section).
51 51 - Offer multiple pdf format (binder, fewer margins?) - Offer multiple pdf format (binder, fewer margins?)
52 52
53 OTHER
54 -----
53 55
56 - It could be of interest to offer other formats (cf. <http://pandoc.org/> for a complete list), like `epub` or `docx`.
54 57
55 58 TO DO TO DO
56 59 ======= =======
File notes/fig/er/Account.tex added (mode: 100644) (index 0000000..97ff7df)
1 \documentclass[border=20pt]{standalone}
2 \input{template.def}
3
4 \begin{tikzpicture}[node distance=5em]
5 \node [entity] (CUSTOMER) {CUSTOMER};
6 \node [relationship] (POSSESSES) [right=of CUSTOMER] {POSSESSES} edge node[above]{$1$} (CUSTOMER);
7 \node [entity] [right = of POSSESSES] {ACCOUNT} edge node[above]{$\cN$} (POSSESSES);
8 \node [entity] [below = of POSSESSES] {BANK} edge node[left]{$1$} (POSSESSES);
9 \end{tikzpicture}
10 \end{document}
File notes/fig/er/Naming_short1.tex added (mode: 100644) (index 0000000..251037e)
1 \documentclass[border=20pt]{standalone}
2 \input{template.def}
3
4 \begin{tikzpicture}[node distance=7em]
5 \node[entity] (entity) {ENTITY TYPE NAME};
6 \node[attribute] [above left of=entity] {Attribute $1$} edge (entity);
7 \node[attribute] [above right of=entity] {Attribute $n$} edge (entity);
8 \node[above = 3em of entity] {…};
9 \end{tikzpicture}
10
11 \end{document}
File notes/fig/er/Naming_short2.tex added (mode: 100644) (index 0000000..d7fbfe3)
1 \documentclass[border=20pt]{standalone}
2 \input{template.def}
3
4 \begin{tikzpicture}[node distance=7em]
5 \node[entity] {ENTITY TYPE NAME};
6 \end{tikzpicture}
7
8 \end{document}
File notes/fig/er/Phone_Carrier1.tex added (mode: 100644) (index 0000000..a914e98)
1 \documentclass[border=20pt]{standalone}
2 \input{template.def}
3
4 \begin{tikzpicture}[node distance=7em]
5 \node [entity] (phone) {PHONE};
6 \node [attribute] [above left of=phone] {Attribute $1$} edge (phone);
7 \node [attribute] [above right of=phone] {Attribute $n$} edge (phone);
8 \node (dots) [above = 3em of phone] {…};
9 \node [relationship] (uses) [right=of phone] {USES} edge[total] node[above]{$\cN$} (phone);
10 \node [attribute] [above of=uses] {Average\_Network\_Quality} edge (uses);
11 \node [entity] (carrier) [right = of uses] {CARRIER} edge node[above]{$1$} (uses);
12
13 \end{tikzpicture}
14
15 \end{document}
File notes/fig/er/Phone_Carrier2.tex added (mode: 100644) (index 0000000..d519884)
1 \documentclass[border=20pt]{standalone}
2 \input{template.def}
3
4 \begin{tikzpicture}[node distance=7em]
5 \node [entity] (phone) {PHONE};
6 \node [attribute] [above left of=phone] {Attribute $1$} edge (phone);
7 \node [attribute] [above right of=phone] {Attribute $n$} edge (phone);
8 \node (dots) [above = 3em of phone] {…};
9 \node [relationship] (uses) [right=of phone] {USES} edge[total] node[above]{$\cN$} (phone);
10 \node [attribute] [below of=phone] {Average\_Network\_Quality} edge (phone);
11 \node [entity] (carrier) [right = of uses] {CARRIER} edge node[above]{$1$} (uses);
12 \end{tikzpicture}
13
14 \end{document}
File notes/img/db_design.pdf deleted (index 855cc88..0000000)
File notes/img/db_design.svg deleted (index d72c54b..0000000)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="360.210083pt" height="399.832184pt" viewBox="0 0 360.210083 399.832184" version="1.1">
3 <defs>
4 <g>
5 <symbol overflow="visible" id="glyph0-0">
6 <path style="stroke:none;" d="M 0.453125 1.59375 L 0.453125 -6.34375 L 4.953125 -6.34375 L 4.953125 1.59375 Z M 0.953125 1.09375 L 4.453125 1.09375 L 4.453125 -5.84375 L 0.953125 -5.84375 Z M 0.953125 1.09375 "/>
7 </symbol>
8 <symbol overflow="visible" id="glyph0-1">
9 <path style="stroke:none;" d="M 0.890625 -6.5625 L 4.65625 -6.5625 L 4.65625 -5.8125 L 1.765625 -5.8125 L 1.765625 -3.875 L 4.375 -3.875 L 4.375 -3.140625 L 1.765625 -3.140625 L 1.765625 0 L 0.890625 0 Z M 0.890625 -6.5625 "/>
10 </symbol>
11 <symbol overflow="visible" id="glyph0-2">
12 <path style="stroke:none;" d="M 0.765625 -1.9375 L 0.765625 -4.921875 L 1.578125 -4.921875 L 1.578125 -1.96875 C 1.578125 -1.507812 1.664062 -1.160156 1.84375 -0.921875 C 2.03125 -0.691406 2.300781 -0.578125 2.65625 -0.578125 C 3.09375 -0.578125 3.4375 -0.710938 3.6875 -0.984375 C 3.945312 -1.265625 4.078125 -1.644531 4.078125 -2.125 L 4.078125 -4.921875 L 4.890625 -4.921875 L 4.890625 0 L 4.078125 0 L 4.078125 -0.75 C 3.878906 -0.457031 3.648438 -0.238281 3.390625 -0.09375 C 3.128906 0.0507812 2.828125 0.125 2.484375 0.125 C 1.921875 0.125 1.492188 -0.046875 1.203125 -0.390625 C 0.910156 -0.742188 0.765625 -1.257812 0.765625 -1.9375 Z M 2.796875 -5.046875 Z M 2.796875 -5.046875 "/>
13 </symbol>
14 <symbol overflow="visible" id="glyph0-3">
15 <path style="stroke:none;" d="M 4.9375 -2.96875 L 4.9375 0 L 4.125 0 L 4.125 -2.9375 C 4.125 -3.40625 4.035156 -3.753906 3.859375 -3.984375 C 3.679688 -4.222656 3.410156 -4.34375 3.046875 -4.34375 C 2.609375 -4.34375 2.257812 -4.203125 2 -3.921875 C 1.75 -3.640625 1.625 -3.257812 1.625 -2.78125 L 1.625 0 L 0.8125 0 L 0.8125 -4.921875 L 1.625 -4.921875 L 1.625 -4.15625 C 1.820312 -4.445312 2.050781 -4.664062 2.3125 -4.8125 C 2.570312 -4.96875 2.875 -5.046875 3.21875 -5.046875 C 3.78125 -5.046875 4.207031 -4.867188 4.5 -4.515625 C 4.789062 -4.160156 4.9375 -3.644531 4.9375 -2.96875 Z M 4.9375 -2.96875 "/>
16 </symbol>
17 <symbol overflow="visible" id="glyph0-4">
18 <path style="stroke:none;" d="M 4.390625 -4.734375 L 4.390625 -3.984375 C 4.160156 -4.109375 3.929688 -4.203125 3.703125 -4.265625 C 3.472656 -4.328125 3.238281 -4.359375 3 -4.359375 C 2.476562 -4.359375 2.070312 -4.191406 1.78125 -3.859375 C 1.488281 -3.523438 1.34375 -3.054688 1.34375 -2.453125 C 1.34375 -1.859375 1.488281 -1.394531 1.78125 -1.0625 C 2.070312 -0.726562 2.476562 -0.5625 3 -0.5625 C 3.238281 -0.5625 3.472656 -0.59375 3.703125 -0.65625 C 3.929688 -0.71875 4.160156 -0.8125 4.390625 -0.9375 L 4.390625 -0.1875 C 4.160156 -0.0820312 3.925781 -0.00390625 3.6875 0.046875 C 3.445312 0.0976562 3.191406 0.125 2.921875 0.125 C 2.179688 0.125 1.59375 -0.101562 1.15625 -0.5625 C 0.71875 -1.03125 0.5 -1.660156 0.5 -2.453125 C 0.5 -3.253906 0.71875 -3.882812 1.15625 -4.34375 C 1.59375 -4.8125 2.195312 -5.046875 2.96875 -5.046875 C 3.21875 -5.046875 3.460938 -5.019531 3.703125 -4.96875 C 3.941406 -4.914062 4.171875 -4.835938 4.390625 -4.734375 Z M 4.390625 -4.734375 "/>
19 </symbol>
20 <symbol overflow="visible" id="glyph0-5">
21 <path style="stroke:none;" d="M 1.640625 -6.3125 L 1.640625 -4.921875 L 3.3125 -4.921875 L 3.3125 -4.296875 L 1.640625 -4.296875 L 1.640625 -1.625 C 1.640625 -1.21875 1.695312 -0.957031 1.8125 -0.84375 C 1.925781 -0.726562 2.148438 -0.671875 2.484375 -0.671875 L 3.3125 -0.671875 L 3.3125 0 L 2.484375 0 C 1.859375 0 1.425781 -0.113281 1.1875 -0.34375 C 0.945312 -0.582031 0.828125 -1.007812 0.828125 -1.625 L 0.828125 -4.296875 L 0.234375 -4.296875 L 0.234375 -4.921875 L 0.828125 -4.921875 L 0.828125 -6.3125 Z M 1.640625 -6.3125 "/>
22 </symbol>
23 <symbol overflow="visible" id="glyph0-6">
24 <path style="stroke:none;" d="M 0.84375 -4.921875 L 1.65625 -4.921875 L 1.65625 0 L 0.84375 0 Z M 0.84375 -6.84375 L 1.65625 -6.84375 L 1.65625 -5.8125 L 0.84375 -5.8125 Z M 0.84375 -6.84375 "/>
25 </symbol>
26 <symbol overflow="visible" id="glyph0-7">
27 <path style="stroke:none;" d="M 2.75 -4.359375 C 2.320312 -4.359375 1.976562 -4.1875 1.71875 -3.84375 C 1.46875 -3.507812 1.34375 -3.046875 1.34375 -2.453125 C 1.34375 -1.867188 1.46875 -1.40625 1.71875 -1.0625 C 1.96875 -0.726562 2.3125 -0.5625 2.75 -0.5625 C 3.1875 -0.5625 3.53125 -0.726562 3.78125 -1.0625 C 4.03125 -1.40625 4.15625 -1.867188 4.15625 -2.453125 C 4.15625 -3.035156 4.03125 -3.5 3.78125 -3.84375 C 3.53125 -4.1875 3.1875 -4.359375 2.75 -4.359375 Z M 2.75 -5.046875 C 3.457031 -5.046875 4.007812 -4.816406 4.40625 -4.359375 C 4.8125 -3.898438 5.015625 -3.265625 5.015625 -2.453125 C 5.015625 -1.648438 4.8125 -1.019531 4.40625 -0.5625 C 4.007812 -0.101562 3.457031 0.125 2.75 0.125 C 2.050781 0.125 1.5 -0.101562 1.09375 -0.5625 C 0.695312 -1.019531 0.5 -1.648438 0.5 -2.453125 C 0.5 -3.265625 0.695312 -3.898438 1.09375 -4.359375 C 1.5 -4.816406 2.050781 -5.046875 2.75 -5.046875 Z M 2.75 -5.046875 "/>
28 </symbol>
29 <symbol overflow="visible" id="glyph0-8">
30 <path style="stroke:none;" d="M 3.078125 -2.46875 C 2.429688 -2.46875 1.976562 -2.394531 1.71875 -2.25 C 1.46875 -2.101562 1.34375 -1.847656 1.34375 -1.484375 C 1.34375 -1.203125 1.4375 -0.972656 1.625 -0.796875 C 1.820312 -0.628906 2.082031 -0.546875 2.40625 -0.546875 C 2.851562 -0.546875 3.210938 -0.703125 3.484375 -1.015625 C 3.753906 -1.335938 3.890625 -1.765625 3.890625 -2.296875 L 3.890625 -2.46875 Z M 4.703125 -2.8125 L 4.703125 0 L 3.890625 0 L 3.890625 -0.75 C 3.703125 -0.445312 3.46875 -0.222656 3.1875 -0.078125 C 2.914062 0.0546875 2.582031 0.125 2.1875 0.125 C 1.6875 0.125 1.285156 -0.015625 0.984375 -0.296875 C 0.691406 -0.578125 0.546875 -0.957031 0.546875 -1.4375 C 0.546875 -1.988281 0.726562 -2.40625 1.09375 -2.6875 C 1.46875 -2.96875 2.019531 -3.109375 2.75 -3.109375 L 3.890625 -3.109375 L 3.890625 -3.1875 C 3.890625 -3.5625 3.765625 -3.847656 3.515625 -4.046875 C 3.273438 -4.253906 2.929688 -4.359375 2.484375 -4.359375 C 2.203125 -4.359375 1.925781 -4.320312 1.65625 -4.25 C 1.394531 -4.1875 1.144531 -4.085938 0.90625 -3.953125 L 0.90625 -4.703125 C 1.195312 -4.816406 1.484375 -4.898438 1.765625 -4.953125 C 2.046875 -5.015625 2.316406 -5.046875 2.578125 -5.046875 C 3.285156 -5.046875 3.816406 -4.859375 4.171875 -4.484375 C 4.523438 -4.117188 4.703125 -3.5625 4.703125 -2.8125 Z M 4.703125 -2.8125 "/>
31 </symbol>
32 <symbol overflow="visible" id="glyph0-9">
33 <path style="stroke:none;" d="M 0.84375 -6.84375 L 1.65625 -6.84375 L 1.65625 0 L 0.84375 0 Z M 0.84375 -6.84375 "/>
34 </symbol>
35 <symbol overflow="visible" id="glyph0-10">
36 <path style="stroke:none;" d=""/>
37 </symbol>
38 <symbol overflow="visible" id="glyph0-11">
39 <path style="stroke:none;" d="M 4 -3.078125 C 4.1875 -3.015625 4.367188 -2.875 4.546875 -2.65625 C 4.734375 -2.445312 4.914062 -2.160156 5.09375 -1.796875 L 6 0 L 5.046875 0 L 4.203125 -1.6875 C 3.984375 -2.125 3.769531 -2.410156 3.5625 -2.546875 C 3.363281 -2.691406 3.085938 -2.765625 2.734375 -2.765625 L 1.765625 -2.765625 L 1.765625 0 L 0.890625 0 L 0.890625 -6.5625 L 2.890625 -6.5625 C 3.640625 -6.5625 4.195312 -6.40625 4.5625 -6.09375 C 4.9375 -5.78125 5.125 -5.304688 5.125 -4.671875 C 5.125 -4.253906 5.023438 -3.910156 4.828125 -3.640625 C 4.640625 -3.367188 4.363281 -3.179688 4 -3.078125 Z M 1.765625 -5.828125 L 1.765625 -3.5 L 2.890625 -3.5 C 3.316406 -3.5 3.640625 -3.597656 3.859375 -3.796875 C 4.078125 -3.992188 4.1875 -4.285156 4.1875 -4.671875 C 4.1875 -5.054688 4.078125 -5.34375 3.859375 -5.53125 C 3.640625 -5.726562 3.316406 -5.828125 2.890625 -5.828125 Z M 1.765625 -5.828125 "/>
40 </symbol>
41 <symbol overflow="visible" id="glyph0-12">
42 <path style="stroke:none;" d="M 5.0625 -2.65625 L 5.0625 -2.265625 L 1.34375 -2.265625 C 1.375 -1.710938 1.539062 -1.289062 1.84375 -1 C 2.144531 -0.707031 2.5625 -0.5625 3.09375 -0.5625 C 3.40625 -0.5625 3.707031 -0.597656 4 -0.671875 C 4.289062 -0.742188 4.582031 -0.859375 4.875 -1.015625 L 4.875 -0.25 C 4.582031 -0.125 4.28125 -0.03125 3.96875 0.03125 C 3.664062 0.09375 3.359375 0.125 3.046875 0.125 C 2.265625 0.125 1.644531 -0.101562 1.1875 -0.5625 C 0.726562 -1.019531 0.5 -1.632812 0.5 -2.40625 C 0.5 -3.21875 0.710938 -3.859375 1.140625 -4.328125 C 1.578125 -4.804688 2.164062 -5.046875 2.90625 -5.046875 C 3.570312 -5.046875 4.097656 -4.832031 4.484375 -4.40625 C 4.867188 -3.976562 5.0625 -3.394531 5.0625 -2.65625 Z M 4.25 -2.90625 C 4.238281 -3.34375 4.113281 -3.691406 3.875 -3.953125 C 3.632812 -4.222656 3.316406 -4.359375 2.921875 -4.359375 C 2.460938 -4.359375 2.097656 -4.226562 1.828125 -3.96875 C 1.554688 -3.71875 1.398438 -3.359375 1.359375 -2.890625 Z M 4.25 -2.90625 "/>
43 </symbol>
44 <symbol overflow="visible" id="glyph0-13">
45 <path style="stroke:none;" d="M 1.328125 -2.453125 C 1.328125 -1.859375 1.445312 -1.390625 1.6875 -1.046875 C 1.9375 -0.710938 2.273438 -0.546875 2.703125 -0.546875 C 3.128906 -0.546875 3.46875 -0.710938 3.71875 -1.046875 C 3.96875 -1.390625 4.09375 -1.859375 4.09375 -2.453125 C 4.09375 -3.046875 3.96875 -3.507812 3.71875 -3.84375 C 3.46875 -4.1875 3.128906 -4.359375 2.703125 -4.359375 C 2.273438 -4.359375 1.9375 -4.1875 1.6875 -3.84375 C 1.445312 -3.507812 1.328125 -3.046875 1.328125 -2.453125 Z M 4.09375 -0.734375 C 3.914062 -0.441406 3.695312 -0.222656 3.4375 -0.078125 C 3.175781 0.0546875 2.867188 0.125 2.515625 0.125 C 1.921875 0.125 1.4375 -0.109375 1.0625 -0.578125 C 0.6875 -1.054688 0.5 -1.679688 0.5 -2.453125 C 0.5 -3.222656 0.6875 -3.847656 1.0625 -4.328125 C 1.4375 -4.804688 1.921875 -5.046875 2.515625 -5.046875 C 2.867188 -5.046875 3.175781 -4.972656 3.4375 -4.828125 C 3.695312 -4.679688 3.914062 -4.460938 4.09375 -4.171875 L 4.09375 -4.921875 L 4.890625 -4.921875 L 4.890625 1.875 L 4.09375 1.875 Z M 4.09375 -0.734375 "/>
46 </symbol>
47 <symbol overflow="visible" id="glyph0-14">
48 <path style="stroke:none;" d="M 3.703125 -4.171875 C 3.609375 -4.222656 3.507812 -4.257812 3.40625 -4.28125 C 3.300781 -4.300781 3.179688 -4.3125 3.046875 -4.3125 C 2.585938 -4.3125 2.234375 -4.160156 1.984375 -3.859375 C 1.742188 -3.566406 1.625 -3.144531 1.625 -2.59375 L 1.625 0 L 0.8125 0 L 0.8125 -4.921875 L 1.625 -4.921875 L 1.625 -4.15625 C 1.800781 -4.457031 2.023438 -4.679688 2.296875 -4.828125 C 2.566406 -4.972656 2.894531 -5.046875 3.28125 -5.046875 C 3.34375 -5.046875 3.40625 -5.039062 3.46875 -5.03125 C 3.539062 -5.019531 3.617188 -5.007812 3.703125 -5 Z M 3.703125 -4.171875 "/>
49 </symbol>
50 <symbol overflow="visible" id="glyph0-15">
51 <path style="stroke:none;" d="M 4.6875 -3.984375 C 4.882812 -4.335938 5.125 -4.601562 5.40625 -4.78125 C 5.6875 -4.957031 6.019531 -5.046875 6.40625 -5.046875 C 6.914062 -5.046875 7.304688 -4.863281 7.578125 -4.5 C 7.859375 -4.144531 8 -3.632812 8 -2.96875 L 8 0 L 7.1875 0 L 7.1875 -2.9375 C 7.1875 -3.414062 7.101562 -3.769531 6.9375 -4 C 6.769531 -4.226562 6.515625 -4.34375 6.171875 -4.34375 C 5.753906 -4.34375 5.421875 -4.203125 5.171875 -3.921875 C 4.929688 -3.640625 4.8125 -3.257812 4.8125 -2.78125 L 4.8125 0 L 4 0 L 4 -2.9375 C 4 -3.414062 3.914062 -3.769531 3.75 -4 C 3.582031 -4.226562 3.328125 -4.34375 2.984375 -4.34375 C 2.566406 -4.34375 2.234375 -4.203125 1.984375 -3.921875 C 1.742188 -3.640625 1.625 -3.257812 1.625 -2.78125 L 1.625 0 L 0.8125 0 L 0.8125 -4.921875 L 1.625 -4.921875 L 1.625 -4.15625 C 1.8125 -4.457031 2.035156 -4.679688 2.296875 -4.828125 C 2.554688 -4.972656 2.863281 -5.046875 3.21875 -5.046875 C 3.570312 -5.046875 3.875 -4.953125 4.125 -4.765625 C 4.375 -4.585938 4.5625 -4.328125 4.6875 -3.984375 Z M 4.6875 -3.984375 "/>
52 </symbol>
53 <symbol overflow="visible" id="glyph0-16">
54 <path style="stroke:none;" d="M 3.984375 -4.78125 L 3.984375 -4.015625 C 3.753906 -4.128906 3.515625 -4.210938 3.265625 -4.265625 C 3.023438 -4.328125 2.773438 -4.359375 2.515625 -4.359375 C 2.109375 -4.359375 1.804688 -4.296875 1.609375 -4.171875 C 1.410156 -4.054688 1.3125 -3.875 1.3125 -3.625 C 1.3125 -3.4375 1.378906 -3.289062 1.515625 -3.1875 C 1.660156 -3.082031 1.953125 -2.976562 2.390625 -2.875 L 2.65625 -2.8125 C 3.238281 -2.6875 3.648438 -2.507812 3.890625 -2.28125 C 4.128906 -2.0625 4.25 -1.753906 4.25 -1.359375 C 4.25 -0.898438 4.066406 -0.535156 3.703125 -0.265625 C 3.347656 -0.00390625 2.851562 0.125 2.21875 0.125 C 1.945312 0.125 1.671875 0.0976562 1.390625 0.046875 C 1.109375 -0.00390625 0.804688 -0.0820312 0.484375 -0.1875 L 0.484375 -1.015625 C 0.785156 -0.859375 1.082031 -0.738281 1.375 -0.65625 C 1.664062 -0.582031 1.953125 -0.546875 2.234375 -0.546875 C 2.609375 -0.546875 2.898438 -0.609375 3.109375 -0.734375 C 3.316406 -0.867188 3.421875 -1.054688 3.421875 -1.296875 C 3.421875 -1.515625 3.34375 -1.679688 3.1875 -1.796875 C 3.039062 -1.921875 2.71875 -2.035156 2.21875 -2.140625 L 1.9375 -2.203125 C 1.4375 -2.304688 1.070312 -2.46875 0.84375 -2.6875 C 0.625 -2.90625 0.515625 -3.207031 0.515625 -3.59375 C 0.515625 -4.050781 0.675781 -4.40625 1 -4.65625 C 1.332031 -4.914062 1.800781 -5.046875 2.40625 -5.046875 C 2.707031 -5.046875 2.988281 -5.019531 3.25 -4.96875 C 3.519531 -4.925781 3.765625 -4.863281 3.984375 -4.78125 Z M 3.984375 -4.78125 "/>
55 </symbol>
56 <symbol overflow="visible" id="glyph0-17">
57 <path style="stroke:none;" d="M 0.890625 -6.5625 L 5.03125 -6.5625 L 5.03125 -5.8125 L 1.765625 -5.8125 L 1.765625 -3.875 L 4.890625 -3.875 L 4.890625 -3.125 L 1.765625 -3.125 L 1.765625 -0.75 L 5.109375 -0.75 L 5.109375 0 L 0.890625 0 Z M 0.890625 -6.5625 "/>
58 </symbol>
59 <symbol overflow="visible" id="glyph0-18">
60 <path style="stroke:none;" d="M 3.546875 -5.953125 C 2.898438 -5.953125 2.382812 -5.710938 2 -5.234375 C 1.625 -4.753906 1.4375 -4.101562 1.4375 -3.28125 C 1.4375 -2.445312 1.625 -1.789062 2 -1.3125 C 2.382812 -0.832031 2.898438 -0.59375 3.546875 -0.59375 C 4.191406 -0.59375 4.703125 -0.832031 5.078125 -1.3125 C 5.453125 -1.789062 5.640625 -2.445312 5.640625 -3.28125 C 5.640625 -4.101562 5.453125 -4.753906 5.078125 -5.234375 C 4.703125 -5.710938 4.191406 -5.953125 3.546875 -5.953125 Z M 4.796875 -0.125 L 5.953125 1.15625 L 4.890625 1.15625 L 3.921875 0.109375 C 3.816406 0.117188 3.738281 0.125 3.6875 0.125 C 3.632812 0.125 3.585938 0.125 3.546875 0.125 C 2.617188 0.125 1.878906 -0.179688 1.328125 -0.796875 C 0.773438 -1.410156 0.5 -2.238281 0.5 -3.28125 C 0.5 -4.3125 0.773438 -5.132812 1.328125 -5.75 C 1.878906 -6.375 2.617188 -6.6875 3.546875 -6.6875 C 4.460938 -6.6875 5.195312 -6.375 5.75 -5.75 C 6.300781 -5.132812 6.578125 -4.3125 6.578125 -3.28125 C 6.578125 -2.507812 6.421875 -1.851562 6.109375 -1.3125 C 5.804688 -0.769531 5.367188 -0.375 4.796875 -0.125 Z M 4.796875 -0.125 "/>
61 </symbol>
62 <symbol overflow="visible" id="glyph0-19">
63 <path style="stroke:none;" d="M 0.78125 -6.5625 L 1.671875 -6.5625 L 1.671875 -2.578125 C 1.671875 -1.867188 1.796875 -1.359375 2.046875 -1.046875 C 2.304688 -0.742188 2.722656 -0.59375 3.296875 -0.59375 C 3.867188 -0.59375 4.28125 -0.742188 4.53125 -1.046875 C 4.78125 -1.359375 4.90625 -1.867188 4.90625 -2.578125 L 4.90625 -6.5625 L 5.8125 -6.5625 L 5.8125 -2.46875 C 5.8125 -1.613281 5.597656 -0.96875 5.171875 -0.53125 C 4.742188 -0.09375 4.117188 0.125 3.296875 0.125 C 2.460938 0.125 1.832031 -0.09375 1.40625 -0.53125 C 0.988281 -0.96875 0.78125 -1.613281 0.78125 -2.46875 Z M 0.78125 -6.5625 "/>
64 </symbol>
65 <symbol overflow="visible" id="glyph0-20">
66 <path style="stroke:none;" d="M 0.890625 -6.5625 L 1.765625 -6.5625 L 1.765625 0 L 0.890625 0 Z M 0.890625 -6.5625 "/>
67 </symbol>
68 <symbol overflow="visible" id="glyph0-21">
69 <path style="stroke:none;" d="M 0.890625 -6.5625 L 2.203125 -6.5625 L 3.875 -2.09375 L 5.5625 -6.5625 L 6.890625 -6.5625 L 6.890625 0 L 6.015625 0 L 6.015625 -5.765625 L 4.328125 -1.265625 L 3.4375 -1.265625 L 1.75 -5.765625 L 1.75 0 L 0.890625 0 Z M 0.890625 -6.5625 "/>
70 </symbol>
71 <symbol overflow="visible" id="glyph0-22">
72 <path style="stroke:none;" d="M 0.890625 -6.5625 L 2.078125 -6.5625 L 4.984375 -1.078125 L 4.984375 -6.5625 L 5.84375 -6.5625 L 5.84375 0 L 4.65625 0 L 1.75 -5.484375 L 1.75 0 L 0.890625 0 Z M 0.890625 -6.5625 "/>
73 </symbol>
74 <symbol overflow="visible" id="glyph0-23">
75 <path style="stroke:none;" d="M -0.03125 -6.5625 L 5.53125 -6.5625 L 5.53125 -5.8125 L 3.1875 -5.8125 L 3.1875 0 L 2.296875 0 L 2.296875 -5.8125 L -0.03125 -5.8125 Z M -0.03125 -6.5625 "/>
76 </symbol>
77 <symbol overflow="visible" id="glyph0-24">
78 <path style="stroke:none;" d="M 4.8125 -6.34375 L 4.8125 -5.484375 C 4.476562 -5.640625 4.160156 -5.753906 3.859375 -5.828125 C 3.566406 -5.910156 3.28125 -5.953125 3 -5.953125 C 2.507812 -5.953125 2.132812 -5.859375 1.875 -5.671875 C 1.613281 -5.484375 1.484375 -5.21875 1.484375 -4.875 C 1.484375 -4.582031 1.570312 -4.363281 1.75 -4.21875 C 1.925781 -4.070312 2.253906 -3.953125 2.734375 -3.859375 L 3.28125 -3.75 C 3.9375 -3.625 4.421875 -3.398438 4.734375 -3.078125 C 5.054688 -2.765625 5.21875 -2.34375 5.21875 -1.8125 C 5.21875 -1.175781 5.003906 -0.691406 4.578125 -0.359375 C 4.148438 -0.0351562 3.523438 0.125 2.703125 0.125 C 2.390625 0.125 2.054688 0.0859375 1.703125 0.015625 C 1.359375 -0.046875 1 -0.148438 0.625 -0.296875 L 0.625 -1.203125 C 0.976562 -1.003906 1.328125 -0.851562 1.671875 -0.75 C 2.023438 -0.644531 2.367188 -0.59375 2.703125 -0.59375 C 3.203125 -0.59375 3.585938 -0.691406 3.859375 -0.890625 C 4.140625 -1.085938 4.28125 -1.375 4.28125 -1.75 C 4.28125 -2.070312 4.179688 -2.320312 3.984375 -2.5 C 3.785156 -2.675781 3.460938 -2.8125 3.015625 -2.90625 L 2.46875 -3.015625 C 1.8125 -3.148438 1.332031 -3.359375 1.03125 -3.640625 C 0.738281 -3.921875 0.59375 -4.3125 0.59375 -4.8125 C 0.59375 -5.382812 0.796875 -5.835938 1.203125 -6.171875 C 1.609375 -6.515625 2.171875 -6.6875 2.890625 -6.6875 C 3.203125 -6.6875 3.515625 -6.65625 3.828125 -6.59375 C 4.148438 -6.539062 4.476562 -6.457031 4.8125 -6.34375 Z M 4.8125 -6.34375 "/>
79 </symbol>
80 <symbol overflow="visible" id="glyph0-25">
81 <path style="stroke:none;" d="M 5.796875 -6.0625 L 5.796875 -5.125 C 5.492188 -5.394531 5.171875 -5.597656 4.828125 -5.734375 C 4.492188 -5.878906 4.140625 -5.953125 3.765625 -5.953125 C 3.015625 -5.953125 2.4375 -5.722656 2.03125 -5.265625 C 1.632812 -4.804688 1.4375 -4.144531 1.4375 -3.28125 C 1.4375 -2.414062 1.632812 -1.753906 2.03125 -1.296875 C 2.4375 -0.835938 3.015625 -0.609375 3.765625 -0.609375 C 4.140625 -0.609375 4.492188 -0.675781 4.828125 -0.8125 C 5.171875 -0.945312 5.492188 -1.15625 5.796875 -1.4375 L 5.796875 -0.5 C 5.484375 -0.289062 5.15625 -0.132812 4.8125 -0.03125 C 4.46875 0.0703125 4.097656 0.125 3.703125 0.125 C 2.710938 0.125 1.929688 -0.175781 1.359375 -0.78125 C 0.785156 -1.394531 0.5 -2.226562 0.5 -3.28125 C 0.5 -4.332031 0.785156 -5.160156 1.359375 -5.765625 C 1.929688 -6.378906 2.710938 -6.6875 3.703125 -6.6875 C 4.097656 -6.6875 4.46875 -6.632812 4.8125 -6.53125 C 5.164062 -6.425781 5.492188 -6.269531 5.796875 -6.0625 Z M 5.796875 -6.0625 "/>
82 </symbol>
83 <symbol overflow="visible" id="glyph0-26">
84 <path style="stroke:none;" d="M 3.546875 -5.953125 C 2.898438 -5.953125 2.382812 -5.710938 2 -5.234375 C 1.625 -4.753906 1.4375 -4.101562 1.4375 -3.28125 C 1.4375 -2.445312 1.625 -1.789062 2 -1.3125 C 2.382812 -0.832031 2.898438 -0.59375 3.546875 -0.59375 C 4.191406 -0.59375 4.703125 -0.832031 5.078125 -1.3125 C 5.453125 -1.789062 5.640625 -2.445312 5.640625 -3.28125 C 5.640625 -4.101562 5.453125 -4.753906 5.078125 -5.234375 C 4.703125 -5.710938 4.191406 -5.953125 3.546875 -5.953125 Z M 3.546875 -6.6875 C 4.460938 -6.6875 5.195312 -6.375 5.75 -5.75 C 6.300781 -5.132812 6.578125 -4.3125 6.578125 -3.28125 C 6.578125 -2.238281 6.300781 -1.410156 5.75 -0.796875 C 5.195312 -0.179688 4.460938 0.125 3.546875 0.125 C 2.617188 0.125 1.878906 -0.179688 1.328125 -0.796875 C 0.773438 -1.410156 0.5 -2.238281 0.5 -3.28125 C 0.5 -4.3125 0.773438 -5.132812 1.328125 -5.75 C 1.878906 -6.375 2.617188 -6.6875 3.546875 -6.6875 Z M 3.546875 -6.6875 "/>
85 </symbol>
86 <symbol overflow="visible" id="glyph0-27">
87 <path style="stroke:none;" d="M 0.890625 -6.5625 L 1.765625 -6.5625 L 1.765625 -0.75 L 4.96875 -0.75 L 4.96875 0 L 0.890625 0 Z M 0.890625 -6.5625 "/>
88 </symbol>
89 <symbol overflow="visible" id="glyph0-28">
90 <path style="stroke:none;" d="M 3.078125 -5.6875 L 1.875 -2.421875 L 4.28125 -2.421875 Z M 2.578125 -6.5625 L 3.578125 -6.5625 L 6.078125 0 L 5.15625 0 L 4.5625 -1.6875 L 1.609375 -1.6875 L 1 0 L 0.078125 0 Z M 2.578125 -6.5625 "/>
91 </symbol>
92 <symbol overflow="visible" id="glyph0-29">
93 <path style="stroke:none;" d="M 1.765625 -5.828125 L 1.765625 -0.734375 L 2.84375 -0.734375 C 3.75 -0.734375 4.410156 -0.9375 4.828125 -1.34375 C 5.253906 -1.75 5.46875 -2.394531 5.46875 -3.28125 C 5.46875 -4.164062 5.253906 -4.8125 4.828125 -5.21875 C 4.410156 -5.625 3.75 -5.828125 2.84375 -5.828125 Z M 0.890625 -6.5625 L 2.703125 -6.5625 C 3.972656 -6.5625 4.90625 -6.296875 5.5 -5.765625 C 6.101562 -5.234375 6.40625 -4.40625 6.40625 -3.28125 C 6.40625 -2.15625 6.101562 -1.328125 5.5 -0.796875 C 4.90625 -0.265625 3.972656 0 2.703125 0 L 0.890625 0 Z M 0.890625 -6.5625 "/>
94 </symbol>
95 <symbol overflow="visible" id="glyph0-30">
96 <path style="stroke:none;" d="M -0.015625 -6.5625 L 0.9375 -6.5625 L 2.75 -3.859375 L 4.5625 -6.5625 L 5.515625 -6.5625 L 3.1875 -3.125 L 3.1875 0 L 2.296875 0 L 2.296875 -3.125 Z M -0.015625 -6.5625 "/>
97 </symbol>
98 <symbol overflow="visible" id="glyph0-31">
99 <path style="stroke:none;" d="M 0.375 -4.921875 L 1.1875 -4.921875 L 2.203125 -1.078125 L 3.203125 -4.921875 L 4.15625 -4.921875 L 5.171875 -1.078125 L 6.171875 -4.921875 L 6.984375 -4.921875 L 5.703125 0 L 4.734375 0 L 3.6875 -4.03125 L 2.625 0 L 1.671875 0 Z M 0.375 -4.921875 "/>
100 </symbol>
101 <symbol overflow="visible" id="glyph0-32">
102 <path style="stroke:none;" d="M 4.09375 -4.171875 L 4.09375 -6.84375 L 4.890625 -6.84375 L 4.890625 0 L 4.09375 0 L 4.09375 -0.734375 C 3.914062 -0.441406 3.695312 -0.222656 3.4375 -0.078125 C 3.175781 0.0546875 2.867188 0.125 2.515625 0.125 C 1.921875 0.125 1.4375 -0.109375 1.0625 -0.578125 C 0.6875 -1.054688 0.5 -1.679688 0.5 -2.453125 C 0.5 -3.222656 0.6875 -3.847656 1.0625 -4.328125 C 1.4375 -4.804688 1.921875 -5.046875 2.515625 -5.046875 C 2.867188 -5.046875 3.175781 -4.972656 3.4375 -4.828125 C 3.695312 -4.679688 3.914062 -4.460938 4.09375 -4.171875 Z M 1.328125 -2.453125 C 1.328125 -1.859375 1.445312 -1.390625 1.6875 -1.046875 C 1.9375 -0.710938 2.273438 -0.546875 2.703125 -0.546875 C 3.128906 -0.546875 3.46875 -0.710938 3.71875 -1.046875 C 3.96875 -1.390625 4.09375 -1.859375 4.09375 -2.453125 C 4.09375 -3.046875 3.96875 -3.507812 3.71875 -3.84375 C 3.46875 -4.1875 3.128906 -4.359375 2.703125 -4.359375 C 2.273438 -4.359375 1.9375 -4.1875 1.6875 -3.84375 C 1.445312 -3.507812 1.328125 -3.046875 1.328125 -2.453125 Z M 1.328125 -2.453125 "/>
103 </symbol>
104 <symbol overflow="visible" id="glyph0-33">
105 <path style="stroke:none;" d="M 1.765625 -5.828125 L 1.765625 -3.359375 L 2.890625 -3.359375 C 3.296875 -3.359375 3.613281 -3.46875 3.84375 -3.6875 C 4.070312 -3.90625 4.1875 -4.207031 4.1875 -4.59375 C 4.1875 -4.988281 4.070312 -5.289062 3.84375 -5.5 C 3.613281 -5.71875 3.296875 -5.828125 2.890625 -5.828125 Z M 0.890625 -6.5625 L 2.890625 -6.5625 C 3.617188 -6.5625 4.171875 -6.394531 4.546875 -6.0625 C 4.929688 -5.726562 5.125 -5.238281 5.125 -4.59375 C 5.125 -3.945312 4.929688 -3.457031 4.546875 -3.125 C 4.171875 -2.800781 3.617188 -2.640625 2.890625 -2.640625 L 1.765625 -2.640625 L 1.765625 0 L 0.890625 0 Z M 0.890625 -6.5625 "/>
106 </symbol>
107 <symbol overflow="visible" id="glyph0-34">
108 <path style="stroke:none;" d="M 5.359375 -0.9375 L 5.359375 -2.703125 L 3.90625 -2.703125 L 3.90625 -3.421875 L 6.234375 -3.421875 L 6.234375 -0.609375 C 5.890625 -0.367188 5.507812 -0.1875 5.09375 -0.0625 C 4.6875 0.0625 4.25 0.125 3.78125 0.125 C 2.75 0.125 1.941406 -0.171875 1.359375 -0.765625 C 0.785156 -1.367188 0.5 -2.207031 0.5 -3.28125 C 0.5 -4.34375 0.785156 -5.175781 1.359375 -5.78125 C 1.941406 -6.382812 2.75 -6.6875 3.78125 -6.6875 C 4.207031 -6.6875 4.613281 -6.628906 5 -6.515625 C 5.382812 -6.410156 5.738281 -6.257812 6.0625 -6.0625 L 6.0625 -5.109375 C 5.738281 -5.390625 5.390625 -5.597656 5.015625 -5.734375 C 4.648438 -5.878906 4.265625 -5.953125 3.859375 -5.953125 C 3.054688 -5.953125 2.453125 -5.726562 2.046875 -5.28125 C 1.640625 -4.832031 1.4375 -4.164062 1.4375 -3.28125 C 1.4375 -2.394531 1.640625 -1.726562 2.046875 -1.28125 C 2.453125 -0.832031 3.054688 -0.609375 3.859375 -0.609375 C 4.171875 -0.609375 4.445312 -0.632812 4.6875 -0.6875 C 4.9375 -0.738281 5.160156 -0.820312 5.359375 -0.9375 Z M 5.359375 -0.9375 "/>
109 </symbol>
110 <symbol overflow="visible" id="glyph0-35">
111 <path style="stroke:none;" d="M 1.625 -0.734375 L 1.625 1.875 L 0.8125 1.875 L 0.8125 -4.921875 L 1.625 -4.921875 L 1.625 -4.171875 C 1.800781 -4.460938 2.015625 -4.679688 2.265625 -4.828125 C 2.523438 -4.972656 2.835938 -5.046875 3.203125 -5.046875 C 3.796875 -5.046875 4.28125 -4.804688 4.65625 -4.328125 C 5.03125 -3.847656 5.21875 -3.222656 5.21875 -2.453125 C 5.21875 -1.679688 5.03125 -1.054688 4.65625 -0.578125 C 4.28125 -0.109375 3.796875 0.125 3.203125 0.125 C 2.835938 0.125 2.523438 0.0546875 2.265625 -0.078125 C 2.015625 -0.222656 1.800781 -0.441406 1.625 -0.734375 Z M 4.375 -2.453125 C 4.375 -3.046875 4.25 -3.507812 4 -3.84375 C 3.757812 -4.1875 3.425781 -4.359375 3 -4.359375 C 2.570312 -4.359375 2.234375 -4.1875 1.984375 -3.84375 C 1.742188 -3.507812 1.625 -3.046875 1.625 -2.453125 C 1.625 -1.859375 1.742188 -1.390625 1.984375 -1.046875 C 2.234375 -0.710938 2.570312 -0.546875 3 -0.546875 C 3.425781 -0.546875 3.757812 -0.710938 4 -1.046875 C 4.25 -1.390625 4.375 -1.859375 4.375 -2.453125 Z M 4.375 -2.453125 "/>
112 </symbol>
113 <symbol overflow="visible" id="glyph0-36">
114 <path style="stroke:none;" d="M 4.9375 -2.96875 L 4.9375 0 L 4.125 0 L 4.125 -2.9375 C 4.125 -3.40625 4.035156 -3.753906 3.859375 -3.984375 C 3.679688 -4.222656 3.410156 -4.34375 3.046875 -4.34375 C 2.609375 -4.34375 2.257812 -4.203125 2 -3.921875 C 1.75 -3.640625 1.625 -3.257812 1.625 -2.78125 L 1.625 0 L 0.8125 0 L 0.8125 -6.84375 L 1.625 -6.84375 L 1.625 -4.15625 C 1.820312 -4.445312 2.050781 -4.664062 2.3125 -4.8125 C 2.570312 -4.96875 2.875 -5.046875 3.21875 -5.046875 C 3.78125 -5.046875 4.207031 -4.867188 4.5 -4.515625 C 4.789062 -4.160156 4.9375 -3.644531 4.9375 -2.96875 Z M 4.9375 -2.96875 "/>
115 </symbol>
116 <symbol overflow="visible" id="glyph0-37">
117 <path style="stroke:none;" d="M 2.796875 -6.828125 C 2.398438 -6.148438 2.101562 -5.484375 1.90625 -4.828125 C 1.71875 -4.171875 1.625 -3.503906 1.625 -2.828125 C 1.625 -2.148438 1.71875 -1.476562 1.90625 -0.8125 C 2.101562 -0.144531 2.398438 0.519531 2.796875 1.1875 L 2.09375 1.1875 C 1.644531 0.5 1.3125 -0.175781 1.09375 -0.84375 C 0.882812 -1.507812 0.78125 -2.171875 0.78125 -2.828125 C 0.78125 -3.484375 0.882812 -4.140625 1.09375 -4.796875 C 1.3125 -5.460938 1.644531 -6.140625 2.09375 -6.828125 Z M 2.796875 -6.828125 "/>
118 </symbol>
119 <symbol overflow="visible" id="glyph0-38">
120 <path style="stroke:none;" d="M 4.09375 -2.515625 C 4.09375 -3.097656 3.96875 -3.550781 3.71875 -3.875 C 3.476562 -4.195312 3.140625 -4.359375 2.703125 -4.359375 C 2.273438 -4.359375 1.9375 -4.195312 1.6875 -3.875 C 1.445312 -3.550781 1.328125 -3.097656 1.328125 -2.515625 C 1.328125 -1.929688 1.445312 -1.476562 1.6875 -1.15625 C 1.9375 -0.832031 2.273438 -0.671875 2.703125 -0.671875 C 3.140625 -0.671875 3.476562 -0.832031 3.71875 -1.15625 C 3.96875 -1.476562 4.09375 -1.929688 4.09375 -2.515625 Z M 4.890625 -0.609375 C 4.890625 0.222656 4.703125 0.84375 4.328125 1.25 C 3.960938 1.664062 3.394531 1.875 2.625 1.875 C 2.34375 1.875 2.078125 1.851562 1.828125 1.8125 C 1.578125 1.769531 1.332031 1.703125 1.09375 1.609375 L 1.09375 0.828125 C 1.332031 0.953125 1.566406 1.046875 1.796875 1.109375 C 2.023438 1.171875 2.257812 1.203125 2.5 1.203125 C 3.03125 1.203125 3.425781 1.0625 3.6875 0.78125 C 3.957031 0.507812 4.09375 0.09375 4.09375 -0.46875 L 4.09375 -0.859375 C 3.925781 -0.578125 3.707031 -0.363281 3.4375 -0.21875 C 3.175781 -0.0703125 2.867188 0 2.515625 0 C 1.910156 0 1.421875 -0.226562 1.046875 -0.6875 C 0.679688 -1.144531 0.5 -1.753906 0.5 -2.515625 C 0.5 -3.273438 0.679688 -3.882812 1.046875 -4.34375 C 1.421875 -4.8125 1.910156 -5.046875 2.515625 -5.046875 C 2.867188 -5.046875 3.175781 -4.972656 3.4375 -4.828125 C 3.707031 -4.679688 3.925781 -4.460938 4.09375 -4.171875 L 4.09375 -4.921875 L 4.890625 -4.921875 Z M 4.890625 -0.609375 "/>
121 </symbol>
122 <symbol overflow="visible" id="glyph0-39">
123 <path style="stroke:none;" d="M 0.4375 -2.828125 L 2.8125 -2.828125 L 2.8125 -2.109375 L 0.4375 -2.109375 Z M 0.4375 -2.828125 "/>
124 </symbol>
125 <symbol overflow="visible" id="glyph0-40">
126 <path style="stroke:none;" d="M 0.265625 -4.921875 L 1.125 -4.921875 L 2.65625 -0.796875 L 4.203125 -4.921875 L 5.0625 -4.921875 L 3.21875 0 L 2.109375 0 Z M 0.265625 -4.921875 "/>
127 </symbol>
128 <symbol overflow="visible" id="glyph0-41">
129 <path style="stroke:none;" d="M 0.71875 -6.828125 L 1.421875 -6.828125 C 1.859375 -6.140625 2.1875 -5.460938 2.40625 -4.796875 C 2.625 -4.140625 2.734375 -3.484375 2.734375 -2.828125 C 2.734375 -2.171875 2.625 -1.507812 2.40625 -0.84375 C 2.1875 -0.175781 1.859375 0.5 1.421875 1.1875 L 0.71875 1.1875 C 1.113281 0.519531 1.40625 -0.144531 1.59375 -0.8125 C 1.78125 -1.476562 1.875 -2.148438 1.875 -2.828125 C 1.875 -3.503906 1.78125 -4.171875 1.59375 -4.828125 C 1.40625 -5.484375 1.113281 -6.148438 0.71875 -6.828125 Z M 0.71875 -6.828125 "/>
130 </symbol>
131 <symbol overflow="visible" id="glyph0-42">
132 <path style="stroke:none;" d="M 3.34375 -6.84375 L 3.34375 -6.171875 L 2.5625 -6.171875 C 2.269531 -6.171875 2.066406 -6.109375 1.953125 -5.984375 C 1.847656 -5.867188 1.796875 -5.660156 1.796875 -5.359375 L 1.796875 -4.921875 L 3.125 -4.921875 L 3.125 -4.296875 L 1.796875 -4.296875 L 1.796875 0 L 0.984375 0 L 0.984375 -4.296875 L 0.203125 -4.296875 L 0.203125 -4.921875 L 0.984375 -4.921875 L 0.984375 -5.265625 C 0.984375 -5.816406 1.109375 -6.21875 1.359375 -6.46875 C 1.617188 -6.71875 2.023438 -6.84375 2.578125 -6.84375 Z M 3.34375 -6.84375 "/>
133 </symbol>
134 <symbol overflow="visible" id="glyph0-43">
135 <path style="stroke:none;" d="M 1.765625 -3.140625 L 1.765625 -0.734375 L 3.1875 -0.734375 C 3.664062 -0.734375 4.019531 -0.832031 4.25 -1.03125 C 4.476562 -1.226562 4.59375 -1.53125 4.59375 -1.9375 C 4.59375 -2.34375 4.476562 -2.644531 4.25 -2.84375 C 4.019531 -3.039062 3.664062 -3.140625 3.1875 -3.140625 Z M 1.765625 -5.828125 L 1.765625 -3.859375 L 3.078125 -3.859375 C 3.515625 -3.859375 3.835938 -3.9375 4.046875 -4.09375 C 4.265625 -4.257812 4.375 -4.507812 4.375 -4.84375 C 4.375 -5.175781 4.265625 -5.421875 4.046875 -5.578125 C 3.835938 -5.742188 3.515625 -5.828125 3.078125 -5.828125 Z M 0.890625 -6.5625 L 3.15625 -6.5625 C 3.832031 -6.5625 4.351562 -6.421875 4.71875 -6.140625 C 5.082031 -5.859375 5.265625 -5.457031 5.265625 -4.9375 C 5.265625 -4.539062 5.171875 -4.222656 4.984375 -3.984375 C 4.796875 -3.742188 4.519531 -3.59375 4.15625 -3.53125 C 4.59375 -3.4375 4.929688 -3.238281 5.171875 -2.9375 C 5.410156 -2.644531 5.53125 -2.28125 5.53125 -1.84375 C 5.53125 -1.25 5.332031 -0.789062 4.9375 -0.46875 C 4.539062 -0.15625 3.972656 0 3.234375 0 L 0.890625 0 Z M 0.890625 -6.5625 "/>
136 </symbol>
137 <symbol overflow="visible" id="glyph0-44">
138 <path style="stroke:none;" d="M 0.890625 -6.5625 L 1.765625 -6.5625 L 1.765625 -3.875 L 5 -3.875 L 5 -6.5625 L 5.890625 -6.5625 L 5.890625 0 L 5 0 L 5 -3.125 L 1.765625 -3.125 L 1.765625 0 L 0.890625 0 Z M 0.890625 -6.5625 "/>
139 </symbol>
140 </g>
141 <clipPath id="clip1">
142 <path d="M 358 289 L 360.210938 289 L 360.210938 298 L 358 298 Z M 358 289 "/>
143 </clipPath>
144 <clipPath id="clip2">
145 <path d="M 81 392 L 87 392 L 87 399.832031 L 81 399.832031 Z M 81 392 "/>
146 </clipPath>
147 <clipPath id="clip3">
148 <path d="M 86 392 L 92 392 L 92 399.832031 L 86 399.832031 Z M 86 392 "/>
149 </clipPath>
150 <clipPath id="clip4">
151 <path d="M 134 392 L 139 392 L 139 399.832031 L 134 399.832031 Z M 134 392 "/>
152 </clipPath>
153 </defs>
154 <g id="surface1">
155 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 264.753906 -0.265625 C 270.855469 0.132812 272.453125 -6.765625 279.253906 -6.765625 C 289.453125 -6.765625 295.054688 -1.566406 305.253906 -2.265625 C 311.355469 -2.867188 319.15625 -10.167969 322.253906 -14.265625 C 327.054688 -21.464844 321.453125 -26.765625 324.753906 -35.765625 C 326.054688 -39.464844 331.15625 -43.066406 328.753906 -50.765625 C 325.355469 -60.765625 317.054688 -64.265625 305.253906 -64.265625 C 296.453125 -64.265625 291.554688 -59.667969 282.753906 -60.265625 C 268.355469 -61.765625 246.253906 -62.167969 247.753906 -47.765625 C 248.15625 -42.066406 244.753906 -40.367188 243.753906 -35.265625 C 242.054688 -26.667969 248.753906 -19.667969 252.253906 -14.765625 C 256.554688 -8.566406 257.355469 -1.066406 264.753906 -0.265625 Z M 240.394531 -77.453125 L 330.339844 -77.453125 L 330.339844 -118.214844 L 240.394531 -118.214844 Z M 240.394531 -77.453125 " transform="matrix(1,0,0,-1,0,0)"/>
156 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 286.433594 -60.265625 L 286.433594 -70.460938 " transform="matrix(1,0,0,-1,0,0)"/>
157 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.33313%,11.764526%,12.156677%);fill-opacity:1;" d="M 284.28125 68.976562 L 286.460938 77.105469 L 288.640625 68.976562 "/>
158 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 286.433594 -118.3125 L 286.433594 -125.710938 " transform="matrix(1,0,0,-1,0,0)"/>
159 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.33313%,11.764526%,12.156677%);fill-opacity:1;" d="M 284.28125 124.226562 L 286.460938 132.355469 L 288.640625 124.226562 "/>
160 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 286.433594 -144.90625 L 286.433594 -153.90625 " transform="matrix(1,0,0,-1,0,0)"/>
161 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.33313%,11.764526%,12.156677%);fill-opacity:1;" d="M 284.28125 152.417969 L 286.460938 160.550781 L 288.640625 152.417969 "/>
162 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 286.433594 -176.863281 L 286.433594 -186.863281 " transform="matrix(1,0,0,-1,0,0)"/>
163 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.33313%,11.764526%,12.156677%);fill-opacity:1;" d="M 284.28125 185.378906 L 286.460938 193.507812 L 288.640625 185.378906 "/>
164 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 286.433594 -219.265625 L 286.433594 -227.515625 " transform="matrix(1,0,0,-1,0,0)"/>
165 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.33313%,11.764526%,12.156677%);fill-opacity:1;" d="M 284.28125 226.03125 L 286.460938 234.160156 L 288.640625 226.03125 "/>
166 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 286.433594 -260.667969 L 286.433594 -269.917969 " transform="matrix(1,0,0,-1,0,0)"/>
167 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.33313%,11.764526%,12.156677%);fill-opacity:1;" d="M 284.28125 268.429688 L 286.460938 276.5625 L 288.640625 268.429688 "/>
168 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 286.433594 -300.265625 L 286.433594 -310.265625 " transform="matrix(1,0,0,-1,0,0)"/>
169 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.33313%,11.764526%,12.156677%);fill-opacity:1;" d="M 284.28125 308.78125 L 286.460938 316.910156 L 288.640625 308.78125 "/>
170 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 286.433594 -332.964844 L 286.433594 -341.964844 " transform="matrix(1,0,0,-1,0,0)"/>
171 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.33313%,11.764526%,12.156677%);fill-opacity:1;" d="M 284.28125 340.480469 L 286.460938 348.609375 L 288.640625 340.480469 "/>
172 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 10.199219 -244.464844 L 10.199219 -218.464844 " transform="matrix(1,0,0,-1,0,0)"/>
173 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.33313%,11.764526%,12.156677%);fill-opacity:1;" d="M 12.351562 219.953125 L 10.175781 211.820312 L 7.996094 219.953125 "/>
174 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 10.199219 -250.265625 L 10.199219 -277.265625 " transform="matrix(1,0,0,-1,0,0)"/>
175 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.33313%,11.764526%,12.156677%);fill-opacity:1;" d="M 8.050781 275.78125 L 10.226562 283.910156 L 12.40625 275.78125 "/>
176 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-dasharray:2,2;stroke-miterlimit:3.864;" d="M 0 -246.964844 L 224.441406 -246.964844 " transform="matrix(1,0,0,-1,0,0)"/>
177 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 237.882812 -98.433594 L 128.339844 -128.441406 " transform="matrix(1,0,0,-1,0,0)"/>
178 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.33313%,11.764526%,12.156677%);fill-opacity:1;" d="M 129.207031 125.976562 L 121.941406 130.222656 L 130.355469 130.175781 "/>
179 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 116.316406 -144.90625 L 116.316406 -153.90625 " transform="matrix(1,0,0,-1,0,0)"/>
180 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.33313%,11.764526%,12.156677%);fill-opacity:1;" d="M 114.167969 152.417969 L 116.34375 160.550781 L 118.523438 152.417969 "/>
181 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 116.316406 -176.863281 L 116.316406 -186.863281 " transform="matrix(1,0,0,-1,0,0)"/>
182 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.33313%,11.764526%,12.156677%);fill-opacity:1;" d="M 114.167969 185.378906 L 116.34375 193.507812 L 118.523438 185.378906 "/>
183 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 116.316406 -219.265625 L 116.316406 -278.515625 " transform="matrix(1,0,0,-1,0,0)"/>
184 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.33313%,11.764526%,12.156677%);fill-opacity:1;" d="M 114.167969 277.03125 L 116.34375 285.160156 L 118.523438 277.03125 "/>
185 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 116.316406 -312.265625 L 116.316406 -338.765625 " transform="matrix(1,0,0,-1,0,0)"/>
186 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.33313%,11.764526%,12.156677%);fill-opacity:1;" d="M 114.167969 337.28125 L 116.34375 345.410156 L 118.523438 337.28125 "/>
187 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 116.316406 -372.167969 L 116.316406 -382.667969 " transform="matrix(1,0,0,-1,0,0)"/>
188 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.33313%,11.764526%,12.156677%);fill-opacity:1;" d="M 114.167969 381.179688 L 116.34375 389.3125 L 118.523438 381.179688 "/>
189 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 120.976562 -219.265625 L 229.5625 -319.890625 " transform="matrix(1,0,0,-1,0,0)"/>
190 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.33313%,11.764526%,12.156677%);fill-opacity:1;" d="M 227.007812 320.457031 L 234.453125 324.386719 L 229.972656 317.261719 "/>
191 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 251.683594 -356.621094 L 169.398438 -356.621094 " transform="matrix(1,0,0,-1,0,0)"/>
192 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.33313%,11.764526%,12.156677%);fill-opacity:1;" d="M 170.882812 354.472656 L 162.753906 356.648438 L 170.882812 358.828125 "/>
193 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 210.011719 -292.988281 L 181.511719 -298.480469 " transform="matrix(1,0,0,-1,0,0)"/>
194 <path style=" stroke:none;fill-rule:nonzero;fill:rgb(13.33313%,11.764526%,12.156677%);fill-opacity:1;" d="M 182.5625 296.085938 L 174.988281 299.761719 L 183.386719 300.363281 "/>
195 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
196 <use xlink:href="#glyph0-1" x="68.870992" y="139.737606"/>
197 </g>
198 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
199 <use xlink:href="#glyph0-2" x="73.748992" y="139.737606"/>
200 </g>
201 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
202 <use xlink:href="#glyph0-3" x="78.428992" y="139.737606"/>
203 </g>
204 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
205 <use xlink:href="#glyph0-4" x="83.108992" y="139.737606"/>
206 </g>
207 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
208 <use xlink:href="#glyph0-5" x="87.788992" y="139.737606"/>
209 </g>
210 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
211 <use xlink:href="#glyph0-6" x="90.416992" y="139.737606"/>
212 </g>
213 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
214 <use xlink:href="#glyph0-7" x="92.279992" y="139.737606"/>
215 </g>
216 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
217 <use xlink:href="#glyph0-3" x="97.157992" y="139.737606"/>
218 </g>
219 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
220 <use xlink:href="#glyph0-8" x="101.837992" y="139.737606"/>
221 </g>
222 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
223 <use xlink:href="#glyph0-9" x="106.328992" y="139.737606"/>
224 </g>
225 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
226 <use xlink:href="#glyph0-10" x="108.191992" y="139.737606"/>
227 </g>
228 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
229 <use xlink:href="#glyph0-11" x="110.621992" y="139.737606"/>
230 </g>
231 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
232 <use xlink:href="#glyph0-12" x="116.624992" y="139.737606"/>
233 </g>
234 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
235 <use xlink:href="#glyph0-13" x="121.304992" y="139.737606"/>
236 </g>
237 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
238 <use xlink:href="#glyph0-2" x="126.362992" y="139.737606"/>
239 </g>
240 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
241 <use xlink:href="#glyph0-6" x="131.042992" y="139.737606"/>
242 </g>
243 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
244 <use xlink:href="#glyph0-14" x="132.905992" y="139.737606"/>
245 </g>
246 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
247 <use xlink:href="#glyph0-12" x="135.722992" y="139.737606"/>
248 </g>
249 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
250 <use xlink:href="#glyph0-15" x="140.411992" y="139.737606"/>
251 </g>
252 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
253 <use xlink:href="#glyph0-12" x="147.341992" y="139.737606"/>
254 </g>
255 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
256 <use xlink:href="#glyph0-3" x="152.030992" y="139.737606"/>
257 </g>
258 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
259 <use xlink:href="#glyph0-5" x="156.710992" y="139.737606"/>
260 </g>
261 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
262 <use xlink:href="#glyph0-16" x="159.338992" y="139.737606"/>
263 </g>
264 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
265 <use xlink:href="#glyph0-11" x="249.725992" y="90.552606"/>
266 </g>
267 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
268 <use xlink:href="#glyph0-17" x="256.097992" y="90.552606"/>
269 </g>
270 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
271 <use xlink:href="#glyph0-18" x="261.713992" y="90.552606"/>
272 </g>
273 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
274 <use xlink:href="#glyph0-19" x="269.210992" y="90.552606"/>
275 <use xlink:href="#glyph0-20" x="275.789992" y="90.552606"/>
276 </g>
277 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
278 <use xlink:href="#glyph0-11" x="278.201992" y="90.552606"/>
279 </g>
280 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
281 <use xlink:href="#glyph0-17" x="284.582992" y="90.552606"/>
282 </g>
283 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
284 <use xlink:href="#glyph0-21" x="290.387992" y="90.552606"/>
285 </g>
286 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
287 <use xlink:href="#glyph0-17" x="298.064992" y="90.552606"/>
288 </g>
289 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
290 <use xlink:href="#glyph0-22" x="303.869992" y="90.552606"/>
291 </g>
292 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
293 <use xlink:href="#glyph0-23" x="310.241992" y="90.552606"/>
294 </g>
295 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
296 <use xlink:href="#glyph0-24" x="314.930992" y="90.552606"/>
297 </g>
298 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
299 <use xlink:href="#glyph0-25" x="246.18001" y="101.550606"/>
300 </g>
301 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
302 <use xlink:href="#glyph0-26" x="253.11901" y="101.550606"/>
303 </g>
304 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
305 <use xlink:href="#glyph0-27" x="260.61601" y="101.550606"/>
306 </g>
307 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
308 <use xlink:href="#glyph0-27" x="265.30501" y="101.550606"/>
309 </g>
310 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
311 <use xlink:href="#glyph0-17" x="269.98501" y="101.550606"/>
312 </g>
313 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
314 <use xlink:href="#glyph0-25" x="275.61001" y="101.550606"/>
315 </g>
316 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
317 <use xlink:href="#glyph0-23" x="282.17101" y="101.550606"/>
318 </g>
319 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
320 <use xlink:href="#glyph0-20" x="287.04001" y="101.550606"/>
321 </g>
322 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
323 <use xlink:href="#glyph0-26" x="289.29001" y="101.550606"/>
324 </g>
325 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
326 <use xlink:href="#glyph0-22" x="296.77801" y="101.550606"/>
327 </g>
328 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
329 <use xlink:href="#glyph0-10" x="303.15001" y="101.550606"/>
330 </g>
331 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
332 <use xlink:href="#glyph0-28" x="305.58901" y="101.550606"/>
333 </g>
334 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
335 <use xlink:href="#glyph0-22" x="311.39401" y="101.550606"/>
336 <use xlink:href="#glyph0-29" x="318.12601" y="101.550606"/>
337 </g>
338 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
339 <use xlink:href="#glyph0-28" x="264.828028" y="112.548615"/>
340 </g>
341 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
342 <use xlink:href="#glyph0-22" x="270.642028" y="112.548615"/>
343 </g>
344 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
345 <use xlink:href="#glyph0-28" x="277.014028" y="112.548615"/>
346 </g>
347 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
348 <use xlink:href="#glyph0-27" x="282.828028" y="112.548615"/>
349 </g>
350 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
351 <use xlink:href="#glyph0-30" x="286.212028" y="112.548615"/>
352 </g>
353 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
354 <use xlink:href="#glyph0-24" x="291.459028" y="112.548615"/>
355 </g>
356 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
357 <use xlink:href="#glyph0-20" x="297.642028" y="112.548615"/>
358 </g>
359 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
360 <use xlink:href="#glyph0-24" x="299.883028" y="112.548615"/>
361 </g>
362 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
363 <use xlink:href="#glyph0-21" x="267.969019" y="36.741606"/>
364 </g>
365 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
366 <use xlink:href="#glyph0-6" x="275.268019" y="36.741606"/>
367 </g>
368 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
369 <use xlink:href="#glyph0-3" x="277.131019" y="36.741606"/>
370 </g>
371 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
372 <use xlink:href="#glyph0-6" x="281.820019" y="36.741606"/>
373 </g>
374 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
375 <use xlink:href="#glyph0-31" x="283.683019" y="36.741606"/>
376 </g>
377 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
378 <use xlink:href="#glyph0-7" x="290.235019" y="36.741606"/>
379 </g>
380 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
381 <use xlink:href="#glyph0-14" x="295.104019" y="36.741606"/>
382 </g>
383 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
384 <use xlink:href="#glyph0-9" x="297.921019" y="36.741606"/>
385 </g>
386 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
387 <use xlink:href="#glyph0-32" x="299.784019" y="36.741606"/>
388 </g>
389 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
390 <use xlink:href="#glyph0-29" x="248.511019" y="140.133606"/>
391 </g>
392 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
393 <use xlink:href="#glyph0-8" x="254.883019" y="140.133606"/>
394 </g>
395 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
396 <use xlink:href="#glyph0-5" x="259.374019" y="140.133606"/>
397 </g>
398 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
399 <use xlink:href="#glyph0-8" x="262.191019" y="140.133606"/>
400 </g>
401 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
402 <use xlink:href="#glyph0-10" x="266.682019" y="140.133606"/>
403 </g>
404 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
405 <use xlink:href="#glyph0-11" x="269.121019" y="140.133606"/>
406 </g>
407 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
408 <use xlink:href="#glyph0-12" x="275.115019" y="140.133606"/>
409 </g>
410 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
411 <use xlink:href="#glyph0-13" x="279.795019" y="140.133606"/>
412 </g>
413 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
414 <use xlink:href="#glyph0-2" x="284.853019" y="140.133606"/>
415 </g>
416 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
417 <use xlink:href="#glyph0-6" x="289.533019" y="140.133606"/>
418 </g>
419 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
420 <use xlink:href="#glyph0-14" x="291.396019" y="140.133606"/>
421 </g>
422 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
423 <use xlink:href="#glyph0-12" x="294.213019" y="140.133606"/>
424 </g>
425 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
426 <use xlink:href="#glyph0-15" x="298.902019" y="140.133606"/>
427 </g>
428 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
429 <use xlink:href="#glyph0-12" x="305.841019" y="140.133606"/>
430 </g>
431 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
432 <use xlink:href="#glyph0-3" x="310.521019" y="140.133606"/>
433 </g>
434 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
435 <use xlink:href="#glyph0-5" x="315.210019" y="140.133606"/>
436 </g>
437 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
438 <use xlink:href="#glyph0-16" x="317.829019" y="140.133606"/>
439 </g>
440 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 227.753906 161.226562 L 342.980469 161.226562 L 342.980469 176.226562 L 227.753906 176.226562 Z M 227.753906 161.226562 "/>
441 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
442 <use xlink:href="#glyph0-25" x="236.773001" y="172.24162"/>
443 </g>
444 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
445 <use xlink:href="#glyph0-26" x="243.712001" y="172.24162"/>
446 </g>
447 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
448 <use xlink:href="#glyph0-22" x="251.209001" y="172.24162"/>
449 </g>
450 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
451 <use xlink:href="#glyph0-25" x="257.770001" y="172.24162"/>
452 </g>
453 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
454 <use xlink:href="#glyph0-17" x="264.700001" y="172.24162"/>
455 </g>
456 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
457 <use xlink:href="#glyph0-33" x="270.514001" y="172.24162"/>
458 </g>
459 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
460 <use xlink:href="#glyph0-23" x="276.130001" y="172.24162"/>
461 </g>
462 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
463 <use xlink:href="#glyph0-19" x="281.008001" y="172.24162"/>
464 </g>
465 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
466 <use xlink:href="#glyph0-28" x="287.011001" y="172.24162"/>
467 </g>
468 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
469 <use xlink:href="#glyph0-27" x="292.825001" y="172.24162"/>
470 </g>
471 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
472 <use xlink:href="#glyph0-10" x="297.514001" y="172.24162"/>
473 </g>
474 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
475 <use xlink:href="#glyph0-29" x="299.944001" y="172.24162"/>
476 </g>
477 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
478 <use xlink:href="#glyph0-17" x="306.505001" y="172.24162"/>
479 </g>
480 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
481 <use xlink:href="#glyph0-24" x="312.121001" y="172.24162"/>
482 </g>
483 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
484 <use xlink:href="#glyph0-20" x="318.304001" y="172.24162"/>
485 </g>
486 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
487 <use xlink:href="#glyph0-34" x="320.545001" y="172.24162"/>
488 </g>
489 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
490 <use xlink:href="#glyph0-22" x="328.222001" y="172.24162"/>
491 </g>
492 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
493 <use xlink:href="#glyph0-25" x="246.259001" y="201.725593"/>
494 </g>
495 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
496 <use xlink:href="#glyph0-7" x="253.009001" y="201.725593"/>
497 </g>
498 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
499 <use xlink:href="#glyph0-3" x="257.878001" y="201.725593"/>
500 </g>
501 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
502 <use xlink:href="#glyph0-4" x="262.558001" y="201.725593"/>
503 </g>
504 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
505 <use xlink:href="#glyph0-12" x="267.238001" y="201.725593"/>
506 </g>
507 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
508 <use xlink:href="#glyph0-35" x="271.927001" y="201.725593"/>
509 </g>
510 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
511 <use xlink:href="#glyph0-5" x="276.976001" y="201.725593"/>
512 </g>
513 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
514 <use xlink:href="#glyph0-2" x="279.604001" y="201.725593"/>
515 </g>
516 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
517 <use xlink:href="#glyph0-8" x="284.284001" y="201.725593"/>
518 </g>
519 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
520 <use xlink:href="#glyph0-9" x="288.784001" y="201.725593"/>
521 </g>
522 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
523 <use xlink:href="#glyph0-10" x="290.647001" y="201.725593"/>
524 </g>
525 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
526 <use xlink:href="#glyph0-24" x="293.077001" y="201.725593"/>
527 </g>
528 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
529 <use xlink:href="#glyph0-4" x="299.071001" y="201.725593"/>
530 </g>
531 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
532 <use xlink:href="#glyph0-36" x="303.580001" y="201.725593"/>
533 </g>
534 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
535 <use xlink:href="#glyph0-12" x="308.260001" y="201.725593"/>
536 </g>
537 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
538 <use xlink:href="#glyph0-15" x="312.949001" y="201.725593"/>
539 </g>
540 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
541 <use xlink:href="#glyph0-8" x="319.879001" y="201.725593"/>
542 </g>
543 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
544 <use xlink:href="#glyph0-37" x="233.893001" y="212.723602"/>
545 </g>
546 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
547 <use xlink:href="#glyph0-20" x="236.710001" y="212.723602"/>
548 </g>
549 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
550 <use xlink:href="#glyph0-3" x="238.762001" y="212.723602"/>
551 </g>
552 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
553 <use xlink:href="#glyph0-10" x="243.442001" y="212.723602"/>
554 </g>
555 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
556 <use xlink:href="#glyph0-8" x="245.872001" y="212.723602"/>
557 </g>
558 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
559 <use xlink:href="#glyph0-10" x="250.363001" y="212.723602"/>
560 </g>
561 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
562 <use xlink:href="#glyph0-36" x="252.802001" y="212.723602"/>
563 </g>
564 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
565 <use xlink:href="#glyph0-6" x="257.482001" y="212.723602"/>
566 </g>
567 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
568 <use xlink:href="#glyph0-38" x="259.345001" y="212.723602"/>
569 </g>
570 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
571 <use xlink:href="#glyph0-36" x="264.394001" y="212.723602"/>
572 </g>
573 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
574 <use xlink:href="#glyph0-39" x="269.074001" y="212.723602"/>
575 </g>
576 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
577 <use xlink:href="#glyph0-9" x="271.702001" y="212.723602"/>
578 </g>
579 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
580 <use xlink:href="#glyph0-12" x="273.565001" y="212.723602"/>
581 </g>
582 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
583 <use xlink:href="#glyph0-40" x="278.254001" y="212.723602"/>
584 </g>
585 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
586 <use xlink:href="#glyph0-12" x="282.178001" y="212.723602"/>
587 </g>
588 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
589 <use xlink:href="#glyph0-9" x="286.867001" y="212.723602"/>
590 </g>
591 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
592 <use xlink:href="#glyph0-10" x="288.730001" y="212.723602"/>
593 </g>
594 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
595 <use xlink:href="#glyph0-32" x="291.160001" y="212.723602"/>
596 </g>
597 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
598 <use xlink:href="#glyph0-8" x="296.209001" y="212.723602"/>
599 </g>
600 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
601 <use xlink:href="#glyph0-5" x="300.700001" y="212.723602"/>
602 </g>
603 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
604 <use xlink:href="#glyph0-8" x="303.517001" y="212.723602"/>
605 </g>
606 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
607 <use xlink:href="#glyph0-10" x="308.017001" y="212.723602"/>
608 </g>
609 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
610 <use xlink:href="#glyph0-15" x="310.447001" y="212.723602"/>
611 </g>
612 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
613 <use xlink:href="#glyph0-7" x="317.386001" y="212.723602"/>
614 </g>
615 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
616 <use xlink:href="#glyph0-32" x="322.255001" y="212.723602"/>
617 </g>
618 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
619 <use xlink:href="#glyph0-12" x="327.304001" y="212.723602"/>
620 </g>
621 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
622 <use xlink:href="#glyph0-9" x="331.993001" y="212.723602"/>
623 </g>
624 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
625 <use xlink:href="#glyph0-41" x="333.856001" y="212.723602"/>
626 </g>
627 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 226.953125 234.546875 L 343.78125 234.546875 L 343.78125 260.546875 L 226.953125 260.546875 Z M 226.953125 234.546875 "/>
628 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
629 <use xlink:href="#glyph0-27" x="247.48599" y="245.163503"/>
630 </g>
631 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
632 <use xlink:href="#glyph0-26" x="251.61699" y="245.163503"/>
633 </g>
634 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
635 <use xlink:href="#glyph0-34" x="259.11399" y="245.163503"/>
636 </g>
637 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
638 <use xlink:href="#glyph0-20" x="266.79099" y="245.163503"/>
639 </g>
640 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
641 <use xlink:href="#glyph0-25" x="269.03199" y="245.163503"/>
642 </g>
643 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
644 <use xlink:href="#glyph0-28" x="275.60199" y="245.163503"/>
645 </g>
646 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
647 <use xlink:href="#glyph0-27" x="281.41599" y="245.163503"/>
648 </g>
649 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
650 <use xlink:href="#glyph0-10" x="286.09599" y="245.163503"/>
651 </g>
652 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
653 <use xlink:href="#glyph0-29" x="288.53499" y="245.163503"/>
654 </g>
655 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
656 <use xlink:href="#glyph0-17" x="295.09599" y="245.163503"/>
657 </g>
658 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
659 <use xlink:href="#glyph0-24" x="300.71199" y="245.163503"/>
660 </g>
661 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
662 <use xlink:href="#glyph0-20" x="306.89499" y="245.163503"/>
663 </g>
664 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
665 <use xlink:href="#glyph0-34" x="309.13599" y="245.163503"/>
666 </g>
667 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
668 <use xlink:href="#glyph0-22" x="316.81299" y="245.163503"/>
669 </g>
670 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
671 <use xlink:href="#glyph0-37" x="233.032008" y="256.161512"/>
672 </g>
673 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
674 <use xlink:href="#glyph0-29" x="235.849008" y="256.161512"/>
675 </g>
676 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
677 <use xlink:href="#glyph0-28" x="242.041008" y="256.161512"/>
678 </g>
679 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
680 <use xlink:href="#glyph0-23" x="247.117008" y="256.161512"/>
681 </g>
682 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
683 <use xlink:href="#glyph0-28" x="251.068008" y="256.161512"/>
684 </g>
685 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
686 <use xlink:href="#glyph0-21" x="259.321008" y="256.161512"/>
687 </g>
688 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
689 <use xlink:href="#glyph0-26" x="266.809008" y="256.161512"/>
690 </g>
691 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
692 <use xlink:href="#glyph0-29" x="274.306008" y="256.161512"/>
693 </g>
694 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
695 <use xlink:href="#glyph0-17" x="280.867008" y="256.161512"/>
696 </g>
697 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
698 <use xlink:href="#glyph0-27" x="286.672008" y="256.161512"/>
699 </g>
700 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
701 <use xlink:href="#glyph0-21" x="293.800008" y="256.161512"/>
702 </g>
703 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
704 <use xlink:href="#glyph0-28" x="301.099008" y="256.161512"/>
705 </g>
706 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
707 <use xlink:href="#glyph0-33" x="306.913008" y="256.161512"/>
708 </g>
709 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
710 <use xlink:href="#glyph0-33" x="312.727008" y="256.161512"/>
711 </g>
712 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
713 <use xlink:href="#glyph0-20" x="318.541008" y="256.161512"/>
714 </g>
715 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
716 <use xlink:href="#glyph0-22" x="320.971008" y="256.161512"/>
717 </g>
718 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
719 <use xlink:href="#glyph0-34" x="327.532008" y="256.161512"/>
720 </g>
721 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
722 <use xlink:href="#glyph0-41" x="334.831008" y="256.161512"/>
723 </g>
724 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
725 <use xlink:href="#glyph0-27" x="228.44199" y="285.105512"/>
726 </g>
727 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
728 <use xlink:href="#glyph0-7" x="233.13099" y="285.105512"/>
729 </g>
730 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
731 <use xlink:href="#glyph0-38" x="237.99999" y="285.105512"/>
732 </g>
733 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
734 <use xlink:href="#glyph0-6" x="243.04899" y="285.105512"/>
735 </g>
736 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
737 <use xlink:href="#glyph0-4" x="244.91199" y="285.105512"/>
738 </g>
739 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
740 <use xlink:href="#glyph0-8" x="249.60099" y="285.105512"/>
741 </g>
742 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
743 <use xlink:href="#glyph0-9" x="254.09199" y="285.105512"/>
744 </g>
745 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
746 <use xlink:href="#glyph0-37" x="258.39399" y="285.105512"/>
747 </g>
748 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
749 <use xlink:href="#glyph0-25" x="261.21099" y="285.105512"/>
750 </g>
751 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
752 <use xlink:href="#glyph0-7" x="267.96099" y="285.105512"/>
753 </g>
754 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
755 <use xlink:href="#glyph0-3" x="272.82999" y="285.105512"/>
756 </g>
757 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
758 <use xlink:href="#glyph0-4" x="277.50999" y="285.105512"/>
759 </g>
760 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
761 <use xlink:href="#glyph0-12" x="282.18999" y="285.105512"/>
762 </g>
763 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
764 <use xlink:href="#glyph0-35" x="286.87899" y="285.105512"/>
765 </g>
766 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
767 <use xlink:href="#glyph0-5" x="291.92799" y="285.105512"/>
768 </g>
769 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
770 <use xlink:href="#glyph0-2" x="294.55599" y="285.105512"/>
771 </g>
772 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
773 <use xlink:href="#glyph0-8" x="299.23599" y="285.105512"/>
774 </g>
775 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
776 <use xlink:href="#glyph0-9" x="303.73599" y="285.105512"/>
777 </g>
778 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
779 <use xlink:href="#glyph0-41" x="305.59899" y="285.105512"/>
780 </g>
781 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
782 <use xlink:href="#glyph0-10" x="308.41599" y="285.105512"/>
783 </g>
784 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
785 <use xlink:href="#glyph0-24" x="310.84599" y="285.105512"/>
786 </g>
787 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
788 <use xlink:href="#glyph0-4" x="316.83999" y="285.105512"/>
789 </g>
790 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
791 <use xlink:href="#glyph0-36" x="321.34899" y="285.105512"/>
792 </g>
793 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
794 <use xlink:href="#glyph0-12" x="326.02899" y="285.105512"/>
795 </g>
796 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
797 <use xlink:href="#glyph0-15" x="330.71799" y="285.105512"/>
798 </g>
799 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
800 <use xlink:href="#glyph0-8" x="337.64799" y="285.105512"/>
801 </g>
802 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
803 <use xlink:href="#glyph0-37" x="210.44199" y="296.103521"/>
804 </g>
805 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
806 <use xlink:href="#glyph0-20" x="213.25899" y="296.103521"/>
807 </g>
808 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
809 <use xlink:href="#glyph0-3" x="215.31099" y="296.103521"/>
810 </g>
811 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
812 <use xlink:href="#glyph0-10" x="219.99099" y="296.103521"/>
813 </g>
814 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
815 <use xlink:href="#glyph0-5" x="222.42099" y="296.103521"/>
816 </g>
817 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
818 <use xlink:href="#glyph0-36" x="225.04899" y="296.103521"/>
819 </g>
820 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
821 <use xlink:href="#glyph0-12" x="229.72899" y="296.103521"/>
822 </g>
823 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
824 <use xlink:href="#glyph0-10" x="234.41799" y="296.103521"/>
825 </g>
826 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
827 <use xlink:href="#glyph0-32" x="236.84799" y="296.103521"/>
828 </g>
829 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
830 <use xlink:href="#glyph0-8" x="241.90599" y="296.103521"/>
831 </g>
832 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
833 <use xlink:href="#glyph0-5" x="246.39699" y="296.103521"/>
834 </g>
835 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
836 <use xlink:href="#glyph0-8" x="249.21399" y="296.103521"/>
837 </g>
838 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
839 <use xlink:href="#glyph0-10" x="253.70499" y="296.103521"/>
840 </g>
841 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
842 <use xlink:href="#glyph0-15" x="256.13499" y="296.103521"/>
843 </g>
844 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
845 <use xlink:href="#glyph0-7" x="263.07399" y="296.103521"/>
846 </g>
847 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
848 <use xlink:href="#glyph0-32" x="267.94299" y="296.103521"/>
849 </g>
850 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
851 <use xlink:href="#glyph0-12" x="272.99199" y="296.103521"/>
852 </g>
853 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
854 <use xlink:href="#glyph0-9" x="277.68099" y="296.103521"/>
855 </g>
856 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
857 <use xlink:href="#glyph0-10" x="279.54399" y="296.103521"/>
858 </g>
859 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
860 <use xlink:href="#glyph0-7" x="281.98299" y="296.103521"/>
861 </g>
862 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
863 <use xlink:href="#glyph0-42" x="286.85199" y="296.103521"/>
864 </g>
865 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
866 <use xlink:href="#glyph0-10" x="289.29099" y="296.103521"/>
867 </g>
868 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
869 <use xlink:href="#glyph0-8" x="291.72099" y="296.103521"/>
870 </g>
871 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
872 <use xlink:href="#glyph0-10" x="296.21199" y="296.103521"/>
873 </g>
874 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
875 <use xlink:href="#glyph0-16" x="298.64199" y="296.103521"/>
876 </g>
877 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
878 <use xlink:href="#glyph0-35" x="302.94399" y="296.103521"/>
879 </g>
880 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
881 <use xlink:href="#glyph0-12" x="307.99299" y="296.103521"/>
882 </g>
883 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
884 <use xlink:href="#glyph0-4" x="312.68199" y="296.103521"/>
885 </g>
886 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
887 <use xlink:href="#glyph0-6" x="317.36199" y="296.103521"/>
888 </g>
889 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
890 <use xlink:href="#glyph0-42" x="319.23399" y="296.103521"/>
891 </g>
892 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
893 <use xlink:href="#glyph0-6" x="321.66399" y="296.103521"/>
894 </g>
895 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
896 <use xlink:href="#glyph0-4" x="323.53599" y="296.103521"/>
897 </g>
898 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
899 <use xlink:href="#glyph0-10" x="328.21599" y="296.103521"/>
900 </g>
901 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
902 <use xlink:href="#glyph0-29" x="330.64599" y="296.103521"/>
903 </g>
904 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
905 <use xlink:href="#glyph0-43" x="337.20699" y="296.103521"/>
906 </g>
907 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
908 <use xlink:href="#glyph0-21" x="343.77699" y="296.103521"/>
909 </g>
910 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
911 <use xlink:href="#glyph0-24" x="351.26499" y="296.103521"/>
912 </g>
913 <g clip-path="url(#clip1)" clip-rule="nonzero">
914 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
915 <use xlink:href="#glyph0-41" x="357.472283" y="296.110696"/>
916 </g>
917 </g>
918 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 234.804688 317.113281 L 335.929688 317.113281 L 335.929688 332.113281 L 234.804688 332.113281 Z M 234.804688 317.113281 "/>
919 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
920 <use xlink:href="#glyph0-33" x="245.584014" y="327.828507"/>
921 </g>
922 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
923 <use xlink:href="#glyph0-44" x="251.398014" y="327.828507"/>
924 </g>
925 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
926 <use xlink:href="#glyph0-30" x="257.950014" y="327.828507"/>
927 </g>
928 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
929 <use xlink:href="#glyph0-24" x="263.197014" y="327.828507"/>
930 </g>
931 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
932 <use xlink:href="#glyph0-20" x="269.380014" y="327.828507"/>
933 </g>
934 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
935 <use xlink:href="#glyph0-25" x="271.621014" y="327.828507"/>
936 </g>
937 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
938 <use xlink:href="#glyph0-28" x="278.191014" y="327.828507"/>
939 </g>
940 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
941 <use xlink:href="#glyph0-27" x="284.005014" y="327.828507"/>
942 </g>
943 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
944 <use xlink:href="#glyph0-10" x="288.694014" y="327.828507"/>
945 </g>
946 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
947 <use xlink:href="#glyph0-29" x="291.124014" y="327.828507"/>
948 </g>
949 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
950 <use xlink:href="#glyph0-17" x="297.685014" y="327.828507"/>
951 </g>
952 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
953 <use xlink:href="#glyph0-24" x="303.301014" y="327.828507"/>
954 </g>
955 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
956 <use xlink:href="#glyph0-20" x="309.493014" y="327.828507"/>
957 </g>
958 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
959 <use xlink:href="#glyph0-34" x="311.734014" y="327.828507"/>
960 </g>
961 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
962 <use xlink:href="#glyph0-22" x="319.411014" y="327.828507"/>
963 </g>
964 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
965 <use xlink:href="#glyph0-20" x="254.512005" y="359.094471"/>
966 </g>
967 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
968 <use xlink:href="#glyph0-3" x="256.564005" y="359.094471"/>
969 </g>
970 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
971 <use xlink:href="#glyph0-5" x="261.244005" y="359.094471"/>
972 </g>
973 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
974 <use xlink:href="#glyph0-12" x="263.872005" y="359.094471"/>
975 </g>
976 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
977 <use xlink:href="#glyph0-14" x="268.561005" y="359.094471"/>
978 </g>
979 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
980 <use xlink:href="#glyph0-3" x="271.378005" y="359.094471"/>
981 </g>
982 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
983 <use xlink:href="#glyph0-8" x="276.058005" y="359.094471"/>
984 </g>
985 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
986 <use xlink:href="#glyph0-9" x="280.549005" y="359.094471"/>
987 </g>
988 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
989 <use xlink:href="#glyph0-10" x="282.412005" y="359.094471"/>
990 </g>
991 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
992 <use xlink:href="#glyph0-24" x="284.851005" y="359.094471"/>
993 </g>
994 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
995 <use xlink:href="#glyph0-4" x="290.845005" y="359.094471"/>
996 </g>
997 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
998 <use xlink:href="#glyph0-36" x="295.345005" y="359.094471"/>
999 </g>
1000 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1001 <use xlink:href="#glyph0-12" x="300.025005" y="359.094471"/>
1002 </g>
1003 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1004 <use xlink:href="#glyph0-15" x="304.714005" y="359.094471"/>
1005 </g>
1006 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1007 <use xlink:href="#glyph0-8" x="311.653005" y="359.094471"/>
1008 </g>
1009 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1010 <use xlink:href="#glyph0-28" x="75.161805" y="397.960098"/>
1011 </g>
1012 <g clip-path="url(#clip2)" clip-rule="nonzero">
1013 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1014 <use xlink:href="#glyph0-35" x="80.975805" y="397.960098"/>
1015 </g>
1016 </g>
1017 <g clip-path="url(#clip3)" clip-rule="nonzero">
1018 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1019 <use xlink:href="#glyph0-35" x="86.024805" y="397.960098"/>
1020 </g>
1021 </g>
1022 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1023 <use xlink:href="#glyph0-9" x="91.073805" y="397.960098"/>
1024 </g>
1025 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1026 <use xlink:href="#glyph0-6" x="92.945805" y="397.960098"/>
1027 </g>
1028 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1029 <use xlink:href="#glyph0-4" x="94.808805" y="397.960098"/>
1030 </g>
1031 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1032 <use xlink:href="#glyph0-8" x="99.488805" y="397.960098"/>
1033 </g>
1034 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1035 <use xlink:href="#glyph0-5" x="103.979805" y="397.960098"/>
1036 </g>
1037 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1038 <use xlink:href="#glyph0-6" x="106.607805" y="397.960098"/>
1039 </g>
1040 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1041 <use xlink:href="#glyph0-7" x="108.470805" y="397.960098"/>
1042 </g>
1043 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1044 <use xlink:href="#glyph0-3" x="113.339805" y="397.960098"/>
1045 </g>
1046 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1047 <use xlink:href="#glyph0-10" x="118.028805" y="397.960098"/>
1048 </g>
1049 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1050 <use xlink:href="#glyph0-33" x="120.458805" y="397.960098"/>
1051 </g>
1052 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1053 <use xlink:href="#glyph0-14" x="126.083805" y="397.960098"/>
1054 </g>
1055 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1056 <use xlink:href="#glyph0-7" x="128.900805" y="397.960098"/>
1057 </g>
1058 <g clip-path="url(#clip4)" clip-rule="nonzero">
1059 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1060 <use xlink:href="#glyph0-38" x="133.769805" y="397.960098"/>
1061 </g>
1062 </g>
1063 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1064 <use xlink:href="#glyph0-14" x="138.818805" y="397.960098"/>
1065 </g>
1066 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1067 <use xlink:href="#glyph0-8" x="141.635805" y="397.960098"/>
1068 </g>
1069 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1070 <use xlink:href="#glyph0-15" x="146.126805" y="397.960098"/>
1071 </g>
1072 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1073 <use xlink:href="#glyph0-16" x="153.065805" y="397.960098"/>
1074 </g>
1075 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 71.316406 345.917969 L 161.316406 345.917969 L 161.316406 371.917969 L 71.316406 371.917969 Z M 71.316406 345.917969 "/>
1076 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1077 <use xlink:href="#glyph0-23" x="85.042002" y="356.631588"/>
1078 </g>
1079 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1080 <use xlink:href="#glyph0-11" x="89.911002" y="356.631588"/>
1081 </g>
1082 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1083 <use xlink:href="#glyph0-28" x="95.905002" y="356.631588"/>
1084 </g>
1085 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1086 <use xlink:href="#glyph0-22" x="101.719002" y="356.631588"/>
1087 </g>
1088 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1089 <use xlink:href="#glyph0-24" x="108.280002" y="356.631588"/>
1090 </g>
1091 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1092 <use xlink:href="#glyph0-28" x="114.283002" y="356.631588"/>
1093 </g>
1094 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1095 <use xlink:href="#glyph0-25" x="119.908002" y="356.631588"/>
1096 </g>
1097 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1098 <use xlink:href="#glyph0-23" x="126.478002" y="356.631588"/>
1099 </g>
1100 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1101 <use xlink:href="#glyph0-20" x="131.347002" y="356.631588"/>
1102 </g>
1103 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1104 <use xlink:href="#glyph0-26" x="133.588002" y="356.631588"/>
1105 </g>
1106 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1107 <use xlink:href="#glyph0-22" x="141.085002" y="356.631588"/>
1108 </g>
1109 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1110 <use xlink:href="#glyph0-20" x="78.102993" y="367.629615"/>
1111 </g>
1112 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1113 <use xlink:href="#glyph0-21" x="80.532993" y="367.629615"/>
1114 </g>
1115 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1116 <use xlink:href="#glyph0-33" x="88.209993" y="367.629615"/>
1117 </g>
1118 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1119 <use xlink:href="#glyph0-27" x="94.023993" y="367.629615"/>
1120 </g>
1121 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1122 <use xlink:href="#glyph0-17" x="98.712993" y="367.629615"/>
1123 </g>
1124 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1125 <use xlink:href="#glyph0-21" x="104.517993" y="367.629615"/>
1126 </g>
1127 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1128 <use xlink:href="#glyph0-17" x="112.203993" y="367.629615"/>
1129 </g>
1130 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1131 <use xlink:href="#glyph0-22" x="118.008993" y="367.629615"/>
1132 </g>
1133 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1134 <use xlink:href="#glyph0-23" x="124.380993" y="367.629615"/>
1135 </g>
1136 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1137 <use xlink:href="#glyph0-28" x="128.322993" y="367.629615"/>
1138 </g>
1139 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1140 <use xlink:href="#glyph0-23" x="133.407993" y="367.629615"/>
1141 </g>
1142 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1143 <use xlink:href="#glyph0-20" x="138.276993" y="367.629615"/>
1144 </g>
1145 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1146 <use xlink:href="#glyph0-26" x="140.517993" y="367.629615"/>
1147 </g>
1148 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1149 <use xlink:href="#glyph0-22" x="148.014993" y="367.629615"/>
1150 </g>
1151 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 57.992188 285.800781 L 174.644531 285.800781 L 174.644531 311.800781 L 57.992188 311.800781 Z M 57.992188 285.800781 "/>
1152 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1153 <use xlink:href="#glyph0-28" x="63.244002" y="296.517515"/>
1154 </g>
1155 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1156 <use xlink:href="#glyph0-33" x="69.058002" y="296.517515"/>
1157 </g>
1158 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1159 <use xlink:href="#glyph0-33" x="74.872002" y="296.517515"/>
1160 </g>
1161 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1162 <use xlink:href="#glyph0-27" x="80.686002" y="296.517515"/>
1163 </g>
1164 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1165 <use xlink:href="#glyph0-20" x="85.375002" y="296.517515"/>
1166 </g>
1167 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1168 <use xlink:href="#glyph0-25" x="87.616002" y="296.517515"/>
1169 </g>
1170 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1171 <use xlink:href="#glyph0-28" x="94.186002" y="296.517515"/>
1172 </g>
1173 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1174 <use xlink:href="#glyph0-23" x="99.253002" y="296.517515"/>
1175 </g>
1176 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1177 <use xlink:href="#glyph0-20" x="104.131002" y="296.517515"/>
1178 </g>
1179 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1180 <use xlink:href="#glyph0-26" x="106.372002" y="296.517515"/>
1181 </g>
1182 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1183 <use xlink:href="#glyph0-22" x="113.869002" y="296.517515"/>
1184 </g>
1185 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1186 <use xlink:href="#glyph0-10" x="120.241002" y="296.517515"/>
1187 </g>
1188 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1189 <use xlink:href="#glyph0-33" x="122.671002" y="296.517515"/>
1190 </g>
1191 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1192 <use xlink:href="#glyph0-11" x="128.485002" y="296.517515"/>
1193 </g>
1194 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1195 <use xlink:href="#glyph0-26" x="134.668002" y="296.517515"/>
1196 </g>
1197 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1198 <use xlink:href="#glyph0-34" x="142.165002" y="296.517515"/>
1199 </g>
1200 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1201 <use xlink:href="#glyph0-11" x="149.842002" y="296.517515"/>
1202 </g>
1203 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1204 <use xlink:href="#glyph0-28" x="155.836002" y="296.517515"/>
1205 </g>
1206 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1207 <use xlink:href="#glyph0-21" x="161.650002" y="296.517515"/>
1208 </g>
1209 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1210 <use xlink:href="#glyph0-29" x="98.784993" y="307.515524"/>
1211 </g>
1212 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1213 <use xlink:href="#glyph0-17" x="105.345993" y="307.515524"/>
1214 </g>
1215 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1216 <use xlink:href="#glyph0-24" x="110.961993" y="307.515524"/>
1217 </g>
1218 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1219 <use xlink:href="#glyph0-20" x="117.144993" y="307.515524"/>
1220 </g>
1221 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1222 <use xlink:href="#glyph0-34" x="119.385993" y="307.515524"/>
1223 </g>
1224 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1225 <use xlink:href="#glyph0-22" x="127.071993" y="307.515524"/>
1226 </g>
1227 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1228 <use xlink:href="#glyph0-29" x="16.120011" y="258.141515"/>
1229 </g>
1230 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1231 <use xlink:href="#glyph0-43" x="22.681011" y="258.141515"/>
1232 </g>
1233 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1234 <use xlink:href="#glyph0-21" x="29.251011" y="258.141515"/>
1235 </g>
1236 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1237 <use xlink:href="#glyph0-24" x="36.739011" y="258.141515"/>
1238 </g>
1239 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1240 <use xlink:href="#glyph0-39" x="42.733011" y="258.141515"/>
1241 </g>
1242 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1243 <use xlink:href="#glyph0-16" x="45.361011" y="258.141515"/>
1244 </g>
1245 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1246 <use xlink:href="#glyph0-35" x="49.663011" y="258.141515"/>
1247 </g>
1248 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1249 <use xlink:href="#glyph0-12" x="54.712011" y="258.141515"/>
1250 </g>
1251 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1252 <use xlink:href="#glyph0-4" x="59.401011" y="258.141515"/>
1253 </g>
1254 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1255 <use xlink:href="#glyph0-6" x="64.081011" y="258.141515"/>
1256 </g>
1257 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1258 <use xlink:href="#glyph0-42" x="65.944011" y="258.141515"/>
1259 </g>
1260 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1261 <use xlink:href="#glyph0-6" x="68.383011" y="258.141515"/>
1262 </g>
1263 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1264 <use xlink:href="#glyph0-4" x="70.246011" y="258.141515"/>
1265 </g>
1266 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1267 <use xlink:href="#glyph0-29" x="16.120011" y="240.663497"/>
1268 </g>
1269 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1270 <use xlink:href="#glyph0-43" x="22.681011" y="240.663497"/>
1271 </g>
1272 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1273 <use xlink:href="#glyph0-21" x="29.251011" y="240.663497"/>
1274 </g>
1275 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1276 <use xlink:href="#glyph0-24" x="36.739011" y="240.663497"/>
1277 </g>
1278 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1279 <use xlink:href="#glyph0-39" x="42.733011" y="240.663497"/>
1280 </g>
1281 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1282 <use xlink:href="#glyph0-6" x="45.361011" y="240.663497"/>
1283 </g>
1284 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1285 <use xlink:href="#glyph0-3" x="47.224011" y="240.663497"/>
1286 </g>
1287 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1288 <use xlink:href="#glyph0-32" x="51.904011" y="240.663497"/>
1289 </g>
1290 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1291 <use xlink:href="#glyph0-12" x="56.953011" y="240.663497"/>
1292 </g>
1293 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1294 <use xlink:href="#glyph0-35" x="61.642011" y="240.663497"/>
1295 </g>
1296 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1297 <use xlink:href="#glyph0-12" x="66.691011" y="240.663497"/>
1298 </g>
1299 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1300 <use xlink:href="#glyph0-3" x="71.380011" y="240.663497"/>
1301 </g>
1302 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1303 <use xlink:href="#glyph0-32" x="76.060011" y="240.663497"/>
1304 </g>
1305 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1306 <use xlink:href="#glyph0-12" x="81.109011" y="240.663497"/>
1307 </g>
1308 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1309 <use xlink:href="#glyph0-3" x="85.798011" y="240.663497"/>
1310 </g>
1311 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1312 <use xlink:href="#glyph0-5" x="90.478011" y="240.663497"/>
1313 </g>
1314 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1315 <use xlink:href="#glyph0-44" x="72.802002" y="201.720506"/>
1316 </g>
1317 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1318 <use xlink:href="#glyph0-6" x="79.354002" y="201.720506"/>
1319 </g>
1320 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1321 <use xlink:href="#glyph0-38" x="81.217002" y="201.720506"/>
1322 </g>
1323 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1324 <use xlink:href="#glyph0-36" x="86.266002" y="201.720506"/>
1325 </g>
1326 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1327 <use xlink:href="#glyph0-39" x="90.955002" y="201.720506"/>
1328 </g>
1329 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1330 <use xlink:href="#glyph0-27" x="93.574002" y="201.720506"/>
1331 </g>
1332 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1333 <use xlink:href="#glyph0-12" x="98.263002" y="201.720506"/>
1334 </g>
1335 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1336 <use xlink:href="#glyph0-40" x="102.943002" y="201.720506"/>
1337 </g>
1338 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1339 <use xlink:href="#glyph0-12" x="106.876002" y="201.720506"/>
1340 </g>
1341 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1342 <use xlink:href="#glyph0-9" x="111.556002" y="201.720506"/>
1343 </g>
1344 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1345 <use xlink:href="#glyph0-10" x="113.428002" y="201.720506"/>
1346 </g>
1347 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1348 <use xlink:href="#glyph0-23" x="115.858002" y="201.720506"/>
1349 </g>
1350 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1351 <use xlink:href="#glyph0-14" x="119.989002" y="201.720506"/>
1352 </g>
1353 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1354 <use xlink:href="#glyph0-8" x="122.806002" y="201.720506"/>
1355 </g>
1356 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1357 <use xlink:href="#glyph0-3" x="127.297002" y="201.720506"/>
1358 </g>
1359 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1360 <use xlink:href="#glyph0-16" x="131.977002" y="201.720506"/>
1361 </g>
1362 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1363 <use xlink:href="#glyph0-8" x="136.468002" y="201.720506"/>
1364 </g>
1365 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1366 <use xlink:href="#glyph0-4" x="140.968002" y="201.720506"/>
1367 </g>
1368 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1369 <use xlink:href="#glyph0-5" x="145.648002" y="201.720506"/>
1370 </g>
1371 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1372 <use xlink:href="#glyph0-6" x="148.276002" y="201.720506"/>
1373 </g>
1374 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1375 <use xlink:href="#glyph0-7" x="150.139002" y="201.720506"/>
1376 </g>
1377 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1378 <use xlink:href="#glyph0-3" x="155.008002" y="201.720506"/>
1379 </g>
1380 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1381 <use xlink:href="#glyph0-24" x="91.369002" y="212.718515"/>
1382 </g>
1383 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1384 <use xlink:href="#glyph0-35" x="97.363002" y="212.718515"/>
1385 </g>
1386 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1387 <use xlink:href="#glyph0-12" x="102.412002" y="212.718515"/>
1388 </g>
1389 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1390 <use xlink:href="#glyph0-4" x="107.101002" y="212.718515"/>
1391 </g>
1392 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1393 <use xlink:href="#glyph0-6" x="111.781002" y="212.718515"/>
1394 </g>
1395 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1396 <use xlink:href="#glyph0-42" x="113.653002" y="212.718515"/>
1397 </g>
1398 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1399 <use xlink:href="#glyph0-6" x="116.092002" y="212.718515"/>
1400 </g>
1401 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1402 <use xlink:href="#glyph0-4" x="117.955002" y="212.718515"/>
1403 </g>
1404 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1405 <use xlink:href="#glyph0-8" x="122.635002" y="212.718515"/>
1406 </g>
1407 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1408 <use xlink:href="#glyph0-5" x="127.126002" y="212.718515"/>
1409 </g>
1410 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1411 <use xlink:href="#glyph0-6" x="129.754002" y="212.718515"/>
1412 </g>
1413 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1414 <use xlink:href="#glyph0-7" x="131.617002" y="212.718515"/>
1415 </g>
1416 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1417 <use xlink:href="#glyph0-3" x="136.486002" y="212.718515"/>
1418 </g>
1419 <path style="fill:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(13.33313%,11.764526%,12.156677%);stroke-opacity:1;stroke-miterlimit:3.864;" d="M 58.472656 161.226562 L 174.167969 161.226562 L 174.167969 176.226562 L 58.472656 176.226562 Z M 58.472656 161.226562 "/>
1420 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1421 <use xlink:href="#glyph0-1" x="66.252007" y="171.940512"/>
1422 </g>
1423 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1424 <use xlink:href="#glyph0-19" x="71.319007" y="171.940512"/>
1425 <use xlink:href="#glyph0-22" x="77.898007" y="171.940512"/>
1426 </g>
1427 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1428 <use xlink:href="#glyph0-25" x="84.441007" y="171.940512"/>
1429 </g>
1430 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1431 <use xlink:href="#glyph0-23" x="91.011007" y="171.940512"/>
1432 </g>
1433 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1434 <use xlink:href="#glyph0-20" x="95.880007" y="171.940512"/>
1435 </g>
1436 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1437 <use xlink:href="#glyph0-26" x="98.121007" y="171.940512"/>
1438 </g>
1439 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1440 <use xlink:href="#glyph0-22" x="105.618007" y="171.940512"/>
1441 </g>
1442 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1443 <use xlink:href="#glyph0-28" x="111.990007" y="171.940512"/>
1444 </g>
1445 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1446 <use xlink:href="#glyph0-27" x="117.804007" y="171.940512"/>
1447 </g>
1448 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1449 <use xlink:href="#glyph0-10" x="122.484007" y="171.940512"/>
1450 </g>
1451 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1452 <use xlink:href="#glyph0-28" x="124.923007" y="171.940512"/>
1453 </g>
1454 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1455 <use xlink:href="#glyph0-22" x="130.728007" y="171.940512"/>
1456 </g>
1457 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1458 <use xlink:href="#glyph0-28" x="137.100007" y="171.940512"/>
1459 </g>
1460 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1461 <use xlink:href="#glyph0-27" x="142.914007" y="171.940512"/>
1462 </g>
1463 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1464 <use xlink:href="#glyph0-30" x="146.298007" y="171.940512"/>
1465 </g>
1466 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1467 <use xlink:href="#glyph0-24" x="151.545007" y="171.940512"/>
1468 </g>
1469 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1470 <use xlink:href="#glyph0-20" x="157.737007" y="171.940512"/>
1471 </g>
1472 <g style="fill:rgb(12.548828%,11.372375%,11.764526%);fill-opacity:1;">
1473 <use xlink:href="#glyph0-24" x="159.978007" y="171.940512"/>
1474 </g>
1475 </g>
1476 </svg>
File notes/lectures_notes.md changed (mode: 100644) (index d10750d..1dce784)
... ... bibliography: [ bib/bib.bib ]
10 10 link-citations: true link-citations: true
11 11 lang: en lang: en
12 12 numbersections: true numbersections: true
13 mainfont: Linux Libertine O
13 mainfont: Linux Libertine O
14 14 keywords: keywords:
15 15 - Computer Science - Computer Science
16 16 - Database - Database
 
... ... Previous relational models have mistakes and limitations:
3633 3633 - What if an insurance covers more than one car, more than one driver? - What if an insurance covers more than one car, more than one driver?
3634 3634 - Changing the code "on the fly", as we did for the `Lecture` and `Grade` tables, is difficult and error-prone. - Changing the code "on the fly", as we did for the `Lecture` and `Grade` tables, is difficult and error-prone.
3635 3635
3636 We could go back and forth between relational models (logical level) and SQL implementations (physical level), but we will use even more high-level tools:
3636 We could go back and forth between relational models (~ logical level) and SQL implementations (~ physical level), but we will use even more high-level tools (~ conceptual level):
3637 3637
3638 3638 - Entity Relationship Models (ER, static: DB) - Entity Relationship Models (ER, static: DB)
3639 3639 - Unified Modelling Diagrams (UML, dynamic: DB + software) - Unified Modelling Diagrams (UML, dynamic: DB + software)
3640 3640 - Enhanced Entity Relationship Models (EER, adds operations to ER) - Enhanced Entity Relationship Models (EER, adds operations to ER)
3641 3641
3642 ---------------------- ------------ --------- ----------
3643 Feature Conceptual Logical Physical
3644 Entity Names ✔ ✔  
3645 Entity Relationships ✔ ✔  
3646 Attributes   ✔  
3647 Primary Keys   ✔ ✔
3648 Foreign Keys   ✔ ✔
3649 Table Names     ✔
3650 Column Names     ✔
3651 Column Data types     ✔
3652 ---------------------- ------------ --------- ----------
3653 3642
3654 Remember that in relational models, relations were representing entities (`Student`) and relationships (`Majors_In`), here the distinction is made in this table (entity vs relationship).
3643 Feature | Conceptual | Logical | Physical
3644 ---------------------- | ------------ | --------- | ----------
3645 (Main) Audience | Business | Designer | Programmer
3646 Entity Names | ✔ | ✔ |  
3647 Entity Relationships | ✔ | ✔ |  
3648 Attributes | (✔) | ✔ |  
3649 Cardinalities |   | ✔ | ✔
3650 Primary Keys |   | ✔ | ✔
3651 Foreign Keys |   | ✔ | ✔
3652 Column Data types (Domain) |   | (✔) | ✔
3653 Table Names |   |   | ✔
3654 Column Names |   |   | ✔
3655 3655
3656 Remember that a model is supposed to be DBMS independant, and that computer science is at the border between humans and computers.
3657 Cf. [@Textbook6, Figure 7.1] or [@Textbook7, Figure 3.1] for the "parrallel journey" of operations:
3658
3659 ![](img/db_design)
3660 \
3661
3662 Introduce topics to come.
3656 Remember that in relational models, relations were representing entities (`Student`) and relationships (`Majors_In`).
3657 At the conceptual level, and more particularly in ER diagram, the distinction is made between entities and relationship.
3663 3658
3664 3659 --- ---
3665 3660
3666 3661
3667 3662 ## Entity-Relationship Model ## Entity-Relationship Model
3668 3663
3669 Data is organized into entity, relationships and attributes.
3664 Data is organized into **entities** (with **attributes**), **relationships** between entities (with **attributes** as well).
3670 3665
3671 3666 ### Entities ### Entities
3672 3667
 
... ... Data is organized into entity, relationships and attributes.
3675 3670
3676 3671 Entity A : Entity A :
3677 3672
3678 - Name = Clément
3673 - Name = Clément Aubert
3679 3674 - Address = HCOB, HA, E. 128 ; Invented St., Auguta, GA - Address = HCOB, HA, E. 128 ; Invented St., Auguta, GA
3680 3675 - Diploma = Ph.D in CS; BS in Math - Diploma = Ph.D in CS; BS in Math
3681 3676 - Highest Diploma = Ph.D in CS - Highest Diploma = Ph.D in CS
3682 - Dean = Joanne Sexton
3677 - Favorite Class = CSCI 1301
3683 3678 - Favorite Sport = NULL - Favorite Sport = NULL
3684 3679
3685 3680 Some vocabulary: Some vocabulary:
3686 3681
3687 - Entity = actual thing (individuel)
3682 - Entity = actual thing (individual)
3688 3683 - Entity type = collection of entities with the same attributes - Entity type = collection of entities with the same attributes
3689 3684 - Entity set (or collection) = collection of all entities of a particular entity type. - Entity set (or collection) = collection of all entities of a particular entity type.
3690 3685
 
... ... Attributes can be
3701 3696
3702 3697 (…) = complex (…) = complex
3703 3698
3704 For instance, one could store multiple address using the "schema" `{Address(Street, Number, Apt, City, State, ZIP)}`.
3699 For instance, one could
3700
3701 - store the name using a composite attribute (First Name, \{Middle Name\}, Last Name),
3702 - store multiple addresses using the "schema" `{Address(Street, Number, Apt, City, State, ZIP)}`,
3703 - derive the value of "Highest Diploma" using the value(s) stored in "Diploma".
3704
3705 3705
3706 3706 #### Key attributes #### Key attributes
3707 3707
3708 3708 A key attribute is an attribute whose value is distinct for each entity in the entity set. A key attribute is an attribute whose value is distinct for each entity in the entity set.
3709 3709
3710 - Serve to identify entity
3711 - Can be more than one such attribute
3710 - Serve to identify an entity,
3711 - Can be more than one such attribute (and we leave the options open),
3712 3712 - Cannot be multiple attributes: if more than one attribute is needed to make a key attribute, combine them into a composite attribute and make it the key. - Cannot be multiple attributes: if more than one attribute is needed to make a key attribute, combine them into a composite attribute and make it the key.
3713 3713 - A composite attribute that is a key attribute should not still be a key attribute if we were to remove one of the attribute (similar to the minimality requirement). - A composite attribute that is a key attribute should not still be a key attribute if we were to remove one of the attribute (similar to the minimality requirement).
3714 3714 - An entity with no key is called a weak entity type: it is an entity that will be identified thanks to its relation to other entities, and thanks to its partial key (we will discuss this later). - An entity with no key is called a weak entity type: it is an entity that will be identified thanks to its relation to other entities, and thanks to its partial key (we will discuss this later).
 
... ... a key | the name of the attribute is underlined |
3731 3731 ![](fig/er/Entity_Instructor) ![](fig/er/Entity_Instructor)
3732 3732 \ \
3733 3733
3734 In the following, we'll focus on the relationship between the entities more than on the attributes of particular entities, so we'll sometimes simply draw
3735
3736 ![](fig/er/Naming_short1)
3737 \
3738
3739 leaving the attributes un-specified (but that does not mean that they all have to be atomic) or even just
3740
3741
3742 ![](fig/er/Naming_short2)
3743 \
3744
3745 but that does not mean that the entity type have no attribute!
3746
3734 3747 --- ---
3735 3748
3736 3749 ### Relationships ### Relationships
3737 3750
3738 Reminder: entity = actual thing, entity set = collection of entities, entity type = abstraction.
3739
3740 3751 #### Vocabulary #### Vocabulary
3741 3752
3742 3753 - Relationship = actual relation (or action) between entities ("teaches", "loves", "possesses", etc.). - Relationship = actual relation (or action) between entities ("teaches", "loves", "possesses", etc.).
 
... ... We can also use it to make the "right-side" and the "left-side" of a recursive r
3777 3788 ![](fig/er/Role_Name3) ![](fig/er/Role_Name3)
3778 3789
3779 3790 Finally, we will sometimes use "Role Name of Entity 1 : Role Name of Entity 2" as a notation for the relation between them. Finally, we will sometimes use "Role Name of Entity 1 : Role Name of Entity 2" as a notation for the relation between them.
3780 For instance, we can write "Employer:Employee" to denote the "EMPLOYS" relation, and we will also use this notation with entities, and write "PERSON:POSITION" for the "OCCUPIES" relation.
3791 For instance, we can write "Employer:Employee" to denote the "EMPLOYS" relation, and we will also use this notation when the relationship is between different entities, and write e.g. "PERSON:POSITION" for the "OCCUPIES" relation.
3781 3792
3782 3793 #### Constraints #### Constraints
3783 3794
 
... ... They both concerns the number of relationship instances an entity can participat
3788 3799
3789 3800 **Maximum** number of relationships instances that an entity can participat it. **Maximum** number of relationships instances that an entity can participat it.
3790 3801
3791 For binary relations, can be $1:1$, $N:1$, $M:N$ ($1$ is "at most", $M$, $N$, $O$, $P$, is "no maximum" → in E.R. diagram, we don't count (yet)).
3802 For binary relations, can be $1:1$, $N:1$, $1:N$, or $M:N$.
3803 The $1$ stands for "at most $1$", and the $M$, $N$, and $P$ stand for "possibly more than $1$", or "no maximum".
3804 In E.R. diagram, we don't count, and don't make the distinction between "at most $5$" and "at most $10$", for instance^[An alternative notation, [detailled later on](#sec:alternative-notation), will address this shortcoming.].
3805
3806 Possible examples include:
3792 3807
3793 - MENTOR : MENTEE is $1:N$ ("A mentor can have multiple mentees, a mentee has at most one mentor.")
3794 - PERSON : SSN is $1:1$ ("A person has one SSN, a SSN belongs to one person.")
3795 - COURSE : DEPARTMENT is $N:1$ ("A course is offered by one department, a department can offer any number of courses".)
3796 - STUDENT : TEAM is $M:N$ ("A student can participate in multiple team, a team can have multiple students.")
3808 Relation | Possible Ratio | Explanation
3809 --- | --- | -----------
3810 MENTOR : MENTEE | $1:N$ | "A mentor can have multiple mentees, a mentee has at most one mentor."
3811 PERSON : SSN | $1:1$ | "A person has one SSN, a SSN belongs to one person."
3812 COURSE : DEPARTMENT | $N:1$ | "A course is offered by one department, a department can offer any number of courses".
3813 STUDENT : TEAM | $M:N$ | "A student can participate in multiple team, a team can have multiple students."
3797 3814
3798 3815 We indicate the ratio on the edges: We indicate the ratio on the edges:
3799 3816
3800 ![](fig/er/Constraint2)
3817 ![](fig/er/Constraint1)
3801 3818
3802 3819 ##### Participation constraint ##### Participation constraint
3803 3820
 
... ... The participation can be total (a.k.a. existence dependency) or partial.
3807 3824
3808 3825 Total is drawn with a double line, partial is drawn with a single line. Total is drawn with a double line, partial is drawn with a single line.
3809 3826
3810 ![](fig/er/Constraint1)
3811
3827 ![](fig/er/Constraint2)
3812 3828
3813 3829 #### Attributes #### Attributes
3814 3830
 
... ... The typical example is a date attribute.
3819 3835 - MENTORING relation between MENTOR and MENTEE ($1:N$) could have a "Since" attribute. - MENTORING relation between MENTOR and MENTEE ($1:N$) could have a "Since" attribute.
3820 3836 - EMITED_DRIVING_LICENCE between DMV and PERSON ($N:1$) could have a "Date" attribute. - EMITED_DRIVING_LICENCE between DMV and PERSON ($N:1$) could have a "Date" attribute.
3821 3837
3822 We are dealing with moving aspects here: atributes on $1:1$, $1:N$, $N:1$ relationships can be migrated (to the $N$ side when there is one).
3838 We are dealing with moving aspects here: atributes on $1:1$, $1:N$, $N:1$ relationships can be migrated (to the $N$ side when there is one, or to either side where there is none).
3839
3840 For instance, imagine that every phone uses exactly (= "at most and at least") one carrier, that a carrier can provide network to multiple phones, and that the average quality of the network is an attribute in this relationship:
3841
3842 ![](fig/er/Phone_Carrier1)
3843
3844 Then each instance of the relation would be of the form ("Phone X", "Carrier Y", "$9/10$") for some way of ranking the average quality from $0$ to $10$.
3845 Note that, from the fact that the relationship is $N:1$, this means that there is only one tuple involving "Phone X": this means that the average quality could actually be seen as a property of _the phone_, and hence be migrated as an attribute to the phone side:
3846
3847 ![](fig/er/Phone_Carrier2)
3848
3849 Note that we could *not* migrate the "average phone quality" to the "Carrier" side: imagine if we had the instances ("Phone X", "Carrier Y", "$9/10$") and ("Phone Z", "Carrier Y", "$3/10$"), then should the attribute of "Carrier Y" be "$9/10$" or "$3/10$": we have no way of deciding based on this model.
3850
3851 As an exercise, you can look at the relationships TEACHING, MENTORING and EMITED_DRIVING_LICENCE that are listed above, and see if the attributes can be migrated or not, and if yes, on which side.
3852
3823 3853
3824 3854 #### Relationships of degree higher than two #### Relationships of degree higher than two
3825 3855
3826 3856 To determine cardinality ratio: fix all but one, wonder how many can be in that relationship. To determine cardinality ratio: fix all but one, wonder how many can be in that relationship.
3827 3857
3828 ![](img/N_ary_relationship.jpeg){width=90%}
3858 An example of a ternary relation could be:
3859
3860 ![](fig/er/Account)
3861
3862 The idea is that Customer Y and Bank Z could be in relationship with more than $1$ account (hence the "N").
3863 On the oppsite, Customer Y and Account K would be in relationship with only $1$ bank (hence the "1" on the bottom), and Bank Z and Account K would belong to only $1$ customer (hence the $1$ on the left).
3829 3864
3830 ![](img/N_ary_relationship02.jpeg){width=90%}
3865 An example of relation of degree $4$ could be:
3831 3866
3832 *Need to find a good $3$-ary example*
3867 ![](fig/er/Teaches)
3833 3868
3834 *There is another, large example on paper.*
3835 3869
3836 3870 --- ---
3837 3871
 
... ... Choice between two representation: if pet is involved in other relationships!
3854 3888 - Owner can itself be weak! - Owner can itself be weak!
3855 3889 - The degree of the identifying relationship can be more than 2! - The degree of the identifying relationship can be more than 2!
3856 3890
3857 ### Alternative notation
3891 ### Alternative notation {#sec:alternative-notation}
3858 3892
3859 3893 #### Notation With Explicit Maximal #### Notation With Explicit Maximal
3860 3894
File notes/style/style.css changed (mode: 100644) (index f57f3ab..b37f368)
... ... a[href$=".sql"]:after {
205 205 a[href$=".md"]:after { a[href$=".md"]:after {
206 206 content: " (md)"; content: " (md)";
207 207 } }
208 nav{
209 top: 6em;
210 left:3em;
211 position: fixed;
212 display: block;
213 }
208 214 nav ul { nav ul {
209 215 padding: 0; padding: 0;
210 216 margin: 0; margin: 0;
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/caubert/CSCI_3410

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/caubert/CSCI_3410

Clone this repository using git:
git clone git://git.rocketgit.com/user/caubert/CSCI_3410

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main