├── README.md ├── example.json └── odbl-10.txt /README.md: -------------------------------------------------------------------------------- 1 | # Detexify data 2 | 3 | This repository contains instructions on how to obtain and use the training data for http://detexify.kirelabs.org. It does not contain the data. 4 | 5 | ## Obtaining the data 6 | 7 | Detexify's training data is stored in https://drive.google.com/drive/folders/0ByuYordD0JBRWXUxRlhEMGtfVVE?resourcekey=0-rYksj_Cs11AMqko9p5swdg&usp=sharing 8 | 9 | ## License 10 | 11 | The database is licensed under the [ODbL](odbl-10.txt). This license is also used by [OpenStreetMap](http://wiki.openstreetmap.org/wiki/Open_Database_License). A human-readable form of the license can be found at http://opendatacommons.org/licenses/odbl/summary/. I am no expert in database licensing but this looks reasonable to me. Feel free to contact [me](kirelabs.org) if you have questions or concerns. 12 | -------------------------------------------------------------------------------- /example.json: -------------------------------------------------------------------------------- 1 | // curl https://kirelabs.cloudant.com/detexify/_design/tools/_view/by_id?skip=4242&limit=1&reduce=false&include_docs=true 2 | { 3 | "total_rows": 342410, 4 | "offset": 4242, 5 | "rows": [ 6 | { 7 | "id": "739f8f9487ddbcd28bad655762c983c4", 8 | "key": "amssymb-OT1-_bigstar", 9 | "value": null, 10 | "doc": { 11 | "_id": "739f8f9487ddbcd28bad655762c983c4", 12 | "_rev": "1-939af5fdfb95d994b83840ad0568fca8", 13 | "id": "amssymb-OT1-_bigstar", 14 | "data": [ 15 | [ 16 | { 17 | "x": 223, 18 | "y": 58, 19 | "t": 1400702665265 20 | }, 21 | { 22 | "x": 223, 23 | "y": 59, 24 | "t": 1400702665392 25 | }, 26 | { 27 | "x": 221, 28 | "y": 62, 29 | "t": 1400702665411 30 | }, 31 | { 32 | "x": 217, 33 | "y": 68, 34 | "t": 1400702665428 35 | }, 36 | { 37 | "x": 212, 38 | "y": 78, 39 | "t": 1400702665445 40 | }, 41 | { 42 | "x": 204, 43 | "y": 90, 44 | "t": 1400702665461 45 | }, 46 | { 47 | "x": 192, 48 | "y": 108, 49 | "t": 1400702665477 50 | }, 51 | { 52 | "x": 177, 53 | "y": 130, 54 | "t": 1400702665505 55 | }, 56 | { 57 | "x": 162, 58 | "y": 148, 59 | "t": 1400702665512 60 | }, 61 | { 62 | "x": 152, 63 | "y": 162, 64 | "t": 1400702665528 65 | }, 66 | { 67 | "x": 142, 68 | "y": 173, 69 | "t": 1400702665545 70 | }, 71 | { 72 | "x": 136, 73 | "y": 181, 74 | "t": 1400702665562 75 | }, 76 | { 77 | "x": 133, 78 | "y": 186, 79 | "t": 1400702665580 80 | }, 81 | { 82 | "x": 130, 83 | "y": 190, 84 | "t": 1400702665597 85 | }, 86 | { 87 | "x": 128, 88 | "y": 193, 89 | "t": 1400702665614 90 | }, 91 | { 92 | "x": 126, 93 | "y": 194, 94 | "t": 1400702665631 95 | }, 96 | { 97 | "x": 126, 98 | "y": 195, 99 | "t": 1400702666074 100 | }, 101 | { 102 | "x": 123, 103 | "y": 200, 104 | "t": 1400702666090 105 | }, 106 | { 107 | "x": 120, 108 | "y": 207, 109 | "t": 1400702666107 110 | }, 111 | { 112 | "x": 117, 113 | "y": 212, 114 | "t": 1400702666124 115 | }, 116 | { 117 | "x": 115, 118 | "y": 216, 119 | "t": 1400702666141 120 | }, 121 | { 122 | "x": 114, 123 | "y": 219, 124 | "t": 1400702666158 125 | }, 126 | { 127 | "x": 114, 128 | "y": 220, 129 | "t": 1400702666176 130 | }, 131 | { 132 | "x": 113, 133 | "y": 221, 134 | "t": 1400702666194 135 | }, 136 | { 137 | "x": 114, 138 | "y": 221, 139 | "t": 1400702666490 140 | }, 141 | { 142 | "x": 114, 143 | "y": 220, 144 | "t": 1400702666514 145 | }, 146 | { 147 | "x": 117, 148 | "y": 219, 149 | "t": 1400702666532 150 | }, 151 | { 152 | "x": 120, 153 | "y": 217, 154 | "t": 1400702666549 155 | }, 156 | { 157 | "x": 124, 158 | "y": 213, 159 | "t": 1400702666566 160 | }, 161 | { 162 | "x": 136, 163 | "y": 208, 164 | "t": 1400702666583 165 | }, 166 | { 167 | "x": 145, 168 | "y": 204, 169 | "t": 1400702666601 170 | }, 171 | { 172 | "x": 156, 173 | "y": 199, 174 | "t": 1400702666618 175 | }, 176 | { 177 | "x": 161, 178 | "y": 197, 179 | "t": 1400702666636 180 | }, 181 | { 182 | "x": 166, 183 | "y": 193, 184 | "t": 1400702666653 185 | }, 186 | { 187 | "x": 171, 188 | "y": 190, 189 | "t": 1400702666670 190 | }, 191 | { 192 | "x": 174, 193 | "y": 189, 194 | "t": 1400702666688 195 | }, 196 | { 197 | "x": 179, 198 | "y": 186, 199 | "t": 1400702666705 200 | }, 201 | { 202 | "x": 182, 203 | "y": 184, 204 | "t": 1400702666722 205 | }, 206 | { 207 | "x": 185, 208 | "y": 182, 209 | "t": 1400702666739 210 | }, 211 | { 212 | "x": 189, 213 | "y": 180, 214 | "t": 1400702666756 215 | }, 216 | { 217 | "x": 195, 218 | "y": 178, 219 | "t": 1400702666773 220 | }, 221 | { 222 | "x": 201, 223 | "y": 176, 224 | "t": 1400702666790 225 | }, 226 | { 227 | "x": 208, 228 | "y": 173, 229 | "t": 1400702666808 230 | }, 231 | { 232 | "x": 215, 233 | "y": 170, 234 | "t": 1400702666825 235 | }, 236 | { 237 | "x": 224, 238 | "y": 166, 239 | "t": 1400702666842 240 | }, 241 | { 242 | "x": 231, 243 | "y": 164, 244 | "t": 1400702666859 245 | }, 246 | { 247 | "x": 238, 248 | "y": 162, 249 | "t": 1400702666876 250 | }, 251 | { 252 | "x": 243, 253 | "y": 159, 254 | "t": 1400702666894 255 | }, 256 | { 257 | "x": 246, 258 | "y": 157, 259 | "t": 1400702666911 260 | }, 261 | { 262 | "x": 251, 263 | "y": 156, 264 | "t": 1400702666928 265 | }, 266 | { 267 | "x": 257, 268 | "y": 154, 269 | "t": 1400702666944 270 | }, 271 | { 272 | "x": 263, 273 | "y": 152, 274 | "t": 1400702666961 275 | }, 276 | { 277 | "x": 266, 278 | "y": 151, 279 | "t": 1400702666978 280 | }, 281 | { 282 | "x": 271, 283 | "y": 149, 284 | "t": 1400702666995 285 | }, 286 | { 287 | "x": 274, 288 | "y": 148, 289 | "t": 1400702667012 290 | }, 291 | { 292 | "x": 278, 293 | "y": 148, 294 | "t": 1400702667029 295 | }, 296 | { 297 | "x": 279, 298 | "y": 147, 299 | "t": 1400702667047 300 | }, 301 | { 302 | "x": 280, 303 | "y": 147, 304 | "t": 1400702667063 305 | }, 306 | { 307 | "x": 279, 308 | "y": 147, 309 | "t": 1400702667139 310 | }, 311 | { 312 | "x": 278, 313 | "y": 147, 314 | "t": 1400702667157 315 | }, 316 | { 317 | "x": 275, 318 | "y": 147, 319 | "t": 1400702667174 320 | }, 321 | { 322 | "x": 269, 323 | "y": 146, 324 | "t": 1400702667191 325 | }, 326 | { 327 | "x": 261, 328 | "y": 144, 329 | "t": 1400702667208 330 | }, 331 | { 332 | "x": 252, 333 | "y": 143, 334 | "t": 1400702667226 335 | }, 336 | { 337 | "x": 239, 338 | "y": 141, 339 | "t": 1400702667243 340 | }, 341 | { 342 | "x": 227, 343 | "y": 139, 344 | "t": 1400702667259 345 | }, 346 | { 347 | "x": 213, 348 | "y": 137, 349 | "t": 1400702667277 350 | }, 351 | { 352 | "x": 200, 353 | "y": 135, 354 | "t": 1400702667294 355 | }, 356 | { 357 | "x": 185, 358 | "y": 132, 359 | "t": 1400702667311 360 | }, 361 | { 362 | "x": 171, 363 | "y": 130, 364 | "t": 1400702667328 365 | }, 366 | { 367 | "x": 160, 368 | "y": 127, 369 | "t": 1400702667345 370 | }, 371 | { 372 | "x": 149, 373 | "y": 125, 374 | "t": 1400702667362 375 | }, 376 | { 377 | "x": 141, 378 | "y": 122, 379 | "t": 1400702667378 380 | }, 381 | { 382 | "x": 132, 383 | "y": 119, 384 | "t": 1400702667395 385 | }, 386 | { 387 | "x": 122, 388 | "y": 116, 389 | "t": 1400702667413 390 | }, 391 | { 392 | "x": 113, 393 | "y": 113, 394 | "t": 1400702667430 395 | }, 396 | { 397 | "x": 109, 398 | "y": 110, 399 | "t": 1400702667447 400 | }, 401 | { 402 | "x": 104, 403 | "y": 109, 404 | "t": 1400702667465 405 | }, 406 | { 407 | "x": 101, 408 | "y": 107, 409 | "t": 1400702667482 410 | }, 411 | { 412 | "x": 98, 413 | "y": 107, 414 | "t": 1400702667499 415 | }, 416 | { 417 | "x": 97, 418 | "y": 107, 419 | "t": 1400702667516 420 | }, 421 | { 422 | "x": 96, 423 | "y": 107, 424 | "t": 1400702667534 425 | }, 426 | { 427 | "x": 95, 428 | "y": 107, 429 | "t": 1400702667564 430 | }, 431 | { 432 | "x": 95, 433 | "y": 106, 434 | "t": 1400702667636 435 | }, 436 | { 437 | "x": 96, 438 | "y": 106, 439 | "t": 1400702667684 440 | }, 441 | { 442 | "x": 98, 443 | "y": 106, 444 | "t": 1400702667702 445 | }, 446 | { 447 | "x": 103, 448 | "y": 107, 449 | "t": 1400702667719 450 | }, 451 | { 452 | "x": 108, 453 | "y": 110, 454 | "t": 1400702667736 455 | }, 456 | { 457 | "x": 115, 458 | "y": 116, 459 | "t": 1400702667753 460 | }, 461 | { 462 | "x": 124, 463 | "y": 123, 464 | "t": 1400702667770 465 | }, 466 | { 467 | "x": 131, 468 | "y": 128, 469 | "t": 1400702667788 470 | }, 471 | { 472 | "x": 140, 473 | "y": 136, 474 | "t": 1400702667804 475 | }, 476 | { 477 | "x": 148, 478 | "y": 143, 479 | "t": 1400702667822 480 | }, 481 | { 482 | "x": 155, 483 | "y": 149, 484 | "t": 1400702667839 485 | }, 486 | { 487 | "x": 161, 488 | "y": 157, 489 | "t": 1400702667856 490 | }, 491 | { 492 | "x": 164, 493 | "y": 160, 494 | "t": 1400702667873 495 | }, 496 | { 497 | "x": 168, 498 | "y": 164, 499 | "t": 1400702667891 500 | }, 501 | { 502 | "x": 171, 503 | "y": 168, 504 | "t": 1400702667908 505 | }, 506 | { 507 | "x": 172, 508 | "y": 170, 509 | "t": 1400702667926 510 | }, 511 | { 512 | "x": 174, 513 | "y": 174, 514 | "t": 1400702667944 515 | }, 516 | { 517 | "x": 177, 518 | "y": 179, 519 | "t": 1400702667961 520 | }, 521 | { 522 | "x": 179, 523 | "y": 182, 524 | "t": 1400702667978 525 | }, 526 | { 527 | "x": 182, 528 | "y": 187, 529 | "t": 1400702667995 530 | }, 531 | { 532 | "x": 189, 533 | "y": 195, 534 | "t": 1400702668012 535 | }, 536 | { 537 | "x": 195, 538 | "y": 202, 539 | "t": 1400702668029 540 | }, 541 | { 542 | "x": 204, 543 | "y": 213, 544 | "t": 1400702668047 545 | }, 546 | { 547 | "x": 215, 548 | "y": 222, 549 | "t": 1400702668064 550 | }, 551 | { 552 | "x": 224, 553 | "y": 231, 554 | "t": 1400702668081 555 | }, 556 | { 557 | "x": 231, 558 | "y": 238, 559 | "t": 1400702668098 560 | }, 561 | { 562 | "x": 236, 563 | "y": 243, 564 | "t": 1400702668115 565 | }, 566 | { 567 | "x": 241, 568 | "y": 247, 569 | "t": 1400702668133 570 | }, 571 | { 572 | "x": 243, 573 | "y": 250, 574 | "t": 1400702668151 575 | }, 576 | { 577 | "x": 244, 578 | "y": 250, 579 | "t": 1400702668168 580 | }, 581 | { 582 | "x": 244, 583 | "y": 251, 584 | "t": 1400702668185 585 | }, 586 | { 587 | "x": 245, 588 | "y": 251, 589 | "t": 1400702668202 590 | }, 591 | { 592 | "x": 245, 593 | "y": 250, 594 | "t": 1400702668358 595 | }, 596 | { 597 | "x": 244, 598 | "y": 247, 599 | "t": 1400702668376 600 | }, 601 | { 602 | "x": 243, 603 | "y": 240, 604 | "t": 1400702668393 605 | }, 606 | { 607 | "x": 241, 608 | "y": 233, 609 | "t": 1400702668410 610 | }, 611 | { 612 | "x": 239, 613 | "y": 225, 614 | "t": 1400702668428 615 | }, 616 | { 617 | "x": 237, 618 | "y": 218, 619 | "t": 1400702668445 620 | }, 621 | { 622 | "x": 235, 623 | "y": 209, 624 | "t": 1400702668462 625 | }, 626 | { 627 | "x": 233, 628 | "y": 201, 629 | "t": 1400702668478 630 | }, 631 | { 632 | "x": 231, 633 | "y": 191, 634 | "t": 1400702668495 635 | }, 636 | { 637 | "x": 229, 638 | "y": 180, 639 | "t": 1400702668512 640 | }, 641 | { 642 | "x": 227, 643 | "y": 169, 644 | "t": 1400702668529 645 | }, 646 | { 647 | "x": 226, 648 | "y": 158, 649 | "t": 1400702668547 650 | }, 651 | { 652 | "x": 225, 653 | "y": 150, 654 | "t": 1400702668564 655 | }, 656 | { 657 | "x": 224, 658 | "y": 141, 659 | "t": 1400702668585 660 | }, 661 | { 662 | "x": 224, 663 | "y": 134, 664 | "t": 1400702668598 665 | }, 666 | { 667 | "x": 224, 668 | "y": 125, 669 | "t": 1400702668615 670 | }, 671 | { 672 | "x": 224, 673 | "y": 118, 674 | "t": 1400702668632 675 | }, 676 | { 677 | "x": 224, 678 | "y": 111, 679 | "t": 1400702668649 680 | }, 681 | { 682 | "x": 224, 683 | "y": 105, 684 | "t": 1400702668667 685 | }, 686 | { 687 | "x": 224, 688 | "y": 99, 689 | "t": 1400702668684 690 | }, 691 | { 692 | "x": 224, 693 | "y": 94, 694 | "t": 1400702668702 695 | }, 696 | { 697 | "x": 224, 698 | "y": 91, 699 | "t": 1400702668718 700 | }, 701 | { 702 | "x": 225, 703 | "y": 88, 704 | "t": 1400702668736 705 | }, 706 | { 707 | "x": 225, 708 | "y": 86, 709 | "t": 1400702668753 710 | }, 711 | { 712 | "x": 225, 713 | "y": 83, 714 | "t": 1400702668771 715 | }, 716 | { 717 | "x": 225, 718 | "y": 81, 719 | "t": 1400702668788 720 | }, 721 | { 722 | "x": 225, 723 | "y": 80, 724 | "t": 1400702668806 725 | }, 726 | { 727 | "x": 225, 728 | "y": 79, 729 | "t": 1400702668823 730 | }, 731 | { 732 | "x": 225, 733 | "y": 78, 734 | "t": 1400702668840 735 | }, 736 | { 737 | "x": 225, 738 | "y": 77, 739 | "t": 1400702668856 740 | }, 741 | { 742 | "x": 225, 743 | "y": 75, 744 | "t": 1400702668873 745 | }, 746 | { 747 | "x": 225, 748 | "y": 74, 749 | "t": 1400702668891 750 | }, 751 | { 752 | "x": 225, 753 | "y": 72, 754 | "t": 1400702668907 755 | }, 756 | { 757 | "x": 225, 758 | "y": 71, 759 | "t": 1400702668925 760 | }, 761 | { 762 | "x": 225, 763 | "y": 70, 764 | "t": 1400702668942 765 | }, 766 | { 767 | "x": 225, 768 | "y": 68, 769 | "t": 1400702668959 770 | }, 771 | { 772 | "x": 225, 773 | "y": 66, 774 | "t": 1400702668976 775 | }, 776 | { 777 | "x": 225, 778 | "y": 64, 779 | "t": 1400702668993 780 | }, 781 | { 782 | "x": 225, 783 | "y": 63, 784 | "t": 1400702669010 785 | }, 786 | { 787 | "x": 225, 788 | "y": 62, 789 | "t": 1400702669028 790 | }, 791 | { 792 | "x": 225, 793 | "y": 61, 794 | "t": 1400702669045 795 | }, 796 | { 797 | "x": 225, 798 | "y": 60, 799 | "t": 1400702669062 800 | }, 801 | { 802 | "x": 225, 803 | "y": 58, 804 | "t": 1400702669079 805 | }, 806 | { 807 | "x": 225, 808 | "y": 57, 809 | "t": 1400702669096 810 | }, 811 | { 812 | "x": 225, 813 | "y": 57, 814 | "t": 1400702669119 815 | }, 816 | { 817 | "x": 225, 818 | "y": 56, 819 | "t": 1400702669143 820 | }, 821 | { 822 | "x": 225, 823 | "y": 55, 824 | "t": 1400702669175 825 | } 826 | ] 827 | ] 828 | } 829 | } 830 | ] 831 | } 832 | -------------------------------------------------------------------------------- /odbl-10.txt: -------------------------------------------------------------------------------- 1 | ## ODC Open Database License (ODbL) 2 | 3 | ### Preamble 4 | 5 | The Open Database License (ODbL) is a license agreement intended to 6 | allow users to freely share, modify, and use this Database while 7 | maintaining this same freedom for others. Many databases are covered by 8 | copyright, and therefore this document licenses these rights. Some 9 | jurisdictions, mainly in the European Union, have specific rights that 10 | cover databases, and so the ODbL addresses these rights, too. Finally, 11 | the ODbL is also an agreement in contract for users of this Database to 12 | act in certain ways in return for accessing this Database. 13 | 14 | Databases can contain a wide variety of types of content (images, 15 | audiovisual material, and sounds all in the same database, for example), 16 | and so the ODbL only governs the rights over the Database, and not the 17 | contents of the Database individually. Licensors should use the ODbL 18 | together with another license for the contents, if the contents have a 19 | single set of rights that uniformly covers all of the contents. If the 20 | contents have multiple sets of different rights, Licensors should 21 | describe what rights govern what contents together in the individual 22 | record or in some other way that clarifies what rights apply. 23 | 24 | Sometimes the contents of a database, or the database itself, can be 25 | covered by other rights not addressed here (such as private contracts, 26 | trade mark over the name, or privacy rights / data protection rights 27 | over information in the contents), and so you are advised that you may 28 | have to consult other documents or clear other rights before doing 29 | activities not covered by this License. 30 | 31 | ------ 32 | 33 | The Licensor (as defined below) 34 | 35 | and 36 | 37 | You (as defined below) 38 | 39 | agree as follows: 40 | 41 | ### 1.0 Definitions of Capitalised Words 42 | 43 | "Collective Database" – Means this Database in unmodified form as part 44 | of a collection of independent databases in themselves that together are 45 | assembled into a collective whole. A work that constitutes a Collective 46 | Database will not be considered a Derivative Database. 47 | 48 | "Convey" – As a verb, means Using the Database, a Derivative Database, 49 | or the Database as part of a Collective Database in any way that enables 50 | a Person to make or receive copies of the Database or a Derivative 51 | Database. Conveying does not include interaction with a user through a 52 | computer network, or creating and Using a Produced Work, where no 53 | transfer of a copy of the Database or a Derivative Database occurs. 54 | "Contents" – The contents of this Database, which includes the 55 | information, independent works, or other material collected into the 56 | Database. For example, the contents of the Database could be factual 57 | data or works such as images, audiovisual material, text, or sounds. 58 | 59 | "Database" – A collection of material (the Contents) arranged in a 60 | systematic or methodical way and individually accessible by electronic 61 | or other means offered under the terms of this License. 62 | 63 | "Database Directive" – Means Directive 96/9/EC of the European 64 | Parliament and of the Council of 11 March 1996 on the legal protection 65 | of databases, as amended or succeeded. 66 | 67 | "Database Right" – Means rights resulting from the Chapter III ("sui 68 | generis") rights in the Database Directive (as amended and as transposed 69 | by member states), which includes the Extraction and Re-utilisation of 70 | the whole or a Substantial part of the Contents, as well as any similar 71 | rights available in the relevant jurisdiction under Section 10.4. 72 | 73 | "Derivative Database" – Means a database based upon the Database, and 74 | includes any translation, adaptation, arrangement, modification, or any 75 | other alteration of the Database or of a Substantial part of the 76 | Contents. This includes, but is not limited to, Extracting or 77 | Re-utilising the whole or a Substantial part of the Contents in a new 78 | Database. 79 | 80 | "Extraction" – Means the permanent or temporary transfer of all or a 81 | Substantial part of the Contents to another medium by any means or in 82 | any form. 83 | 84 | "License" – Means this license agreement and is both a license of rights 85 | such as copyright and Database Rights and an agreement in contract. 86 | 87 | "Licensor" – Means the Person that offers the Database under the terms 88 | of this License. 89 | 90 | "Person" – Means a natural or legal person or a body of persons 91 | corporate or incorporate. 92 | 93 | "Produced Work" – a work (such as an image, audiovisual material, text, 94 | or sounds) resulting from using the whole or a Substantial part of the 95 | Contents (via a search or other query) from this Database, a Derivative 96 | Database, or this Database as part of a Collective Database. 97 | 98 | "Publicly" – means to Persons other than You or under Your control by 99 | either more than 50% ownership or by the power to direct their 100 | activities (such as contracting with an independent consultant). 101 | 102 | "Re-utilisation" – means any form of making available to the public all 103 | or a Substantial part of the Contents by the distribution of copies, by 104 | renting, by online or other forms of transmission. 105 | 106 | "Substantial" – Means substantial in terms of quantity or quality or a 107 | combination of both. The repeated and systematic Extraction or 108 | Re-utilisation of insubstantial parts of the Contents may amount to the 109 | Extraction or Re-utilisation of a Substantial part of the Contents. 110 | 111 | "Use" – As a verb, means doing any act that is restricted by copyright 112 | or Database Rights whether in the original medium or any other; and 113 | includes without limitation distributing, copying, publicly performing, 114 | publicly displaying, and preparing derivative works of the Database, as 115 | well as modifying the Database as may be technically necessary to use it 116 | in a different mode or format. 117 | 118 | "You" – Means a Person exercising rights under this License who has not 119 | previously violated the terms of this License with respect to the 120 | Database, or who has received express permission from the Licensor to 121 | exercise rights under this License despite a previous violation. 122 | 123 | Words in the singular include the plural and vice versa. 124 | 125 | ### 2.0 What this License covers 126 | 127 | 2.1. Legal effect of this document. This License is: 128 | 129 | a. A license of applicable copyright and neighbouring rights; 130 | 131 | b. A license of the Database Right; and 132 | 133 | c. An agreement in contract between You and the Licensor. 134 | 135 | 2.2 Legal rights covered. This License covers the legal rights in the 136 | Database, including: 137 | 138 | a. Copyright. Any copyright or neighbouring rights in the Database. 139 | The copyright licensed includes any individual elements of the 140 | Database, but does not cover the copyright over the Contents 141 | independent of this Database. See Section 2.4 for details. Copyright 142 | law varies between jurisdictions, but is likely to cover: the Database 143 | model or schema, which is the structure, arrangement, and organisation 144 | of the Database, and can also include the Database tables and table 145 | indexes; the data entry and output sheets; and the Field names of 146 | Contents stored in the Database; 147 | 148 | b. Database Rights. Database Rights only extend to the Extraction and 149 | Re-utilisation of the whole or a Substantial part of the Contents. 150 | Database Rights can apply even when there is no copyright over the 151 | Database. Database Rights can also apply when the Contents are removed 152 | from the Database and are selected and arranged in a way that would 153 | not infringe any applicable copyright; and 154 | 155 | c. Contract. This is an agreement between You and the Licensor for 156 | access to the Database. In return you agree to certain conditions of 157 | use on this access as outlined in this License. 158 | 159 | 2.3 Rights not covered. 160 | 161 | a. This License does not apply to computer programs used in the making 162 | or operation of the Database; 163 | 164 | b. This License does not cover any patents over the Contents or the 165 | Database; and 166 | 167 | c. This License does not cover any trademarks associated with the 168 | Database. 169 | 170 | 2.4 Relationship to Contents in the Database. The individual items of 171 | the Contents contained in this Database may be covered by other rights, 172 | including copyright, patent, data protection, privacy, or personality 173 | rights, and this License does not cover any rights (other than Database 174 | Rights or in contract) in individual Contents contained in the Database. 175 | For example, if used on a Database of images (the Contents), this 176 | License would not apply to copyright over individual images, which could 177 | have their own separate licenses, or one single license covering all of 178 | the rights over the images. 179 | 180 | ### 3.0 Rights granted 181 | 182 | 3.1 Subject to the terms and conditions of this License, the Licensor 183 | grants to You a worldwide, royalty-free, non-exclusive, terminable (but 184 | only under Section 9) license to Use the Database for the duration of 185 | any applicable copyright and Database Rights. These rights explicitly 186 | include commercial use, and do not exclude any field of endeavour. To 187 | the extent possible in the relevant jurisdiction, these rights may be 188 | exercised in all media and formats whether now known or created in the 189 | future. 190 | 191 | The rights granted cover, for example: 192 | 193 | a. Extraction and Re-utilisation of the whole or a Substantial part of 194 | the Contents; 195 | 196 | b. Creation of Derivative Databases; 197 | 198 | c. Creation of Collective Databases; 199 | 200 | d. Creation of temporary or permanent reproductions by any means and 201 | in any form, in whole or in part, including of any Derivative 202 | Databases or as a part of Collective Databases; and 203 | 204 | e. Distribution, communication, display, lending, making available, or 205 | performance to the public by any means and in any form, in whole or in 206 | part, including of any Derivative Database or as a part of Collective 207 | Databases. 208 | 209 | 3.2 Compulsory license schemes. For the avoidance of doubt: 210 | 211 | a. Non-waivable compulsory license schemes. In those jurisdictions in 212 | which the right to collect royalties through any statutory or 213 | compulsory licensing scheme cannot be waived, the Licensor reserves 214 | the exclusive right to collect such royalties for any exercise by You 215 | of the rights granted under this License; 216 | 217 | b. Waivable compulsory license schemes. In those jurisdictions in 218 | which the right to collect royalties through any statutory or 219 | compulsory licensing scheme can be waived, the Licensor waives the 220 | exclusive right to collect such royalties for any exercise by You of 221 | the rights granted under this License; and, 222 | 223 | c. Voluntary license schemes. The Licensor waives the right to collect 224 | royalties, whether individually or, in the event that the Licensor is 225 | a member of a collecting society that administers voluntary licensing 226 | schemes, via that society, from any exercise by You of the rights 227 | granted under this License. 228 | 229 | 3.3 The right to release the Database under different terms, or to stop 230 | distributing or making available the Database, is reserved. Note that 231 | this Database may be multiple-licensed, and so You may have the choice 232 | of using alternative licenses for this Database. Subject to Section 233 | 10.4, all other rights not expressly granted by Licensor are reserved. 234 | 235 | ### 4.0 Conditions of Use 236 | 237 | 4.1 The rights granted in Section 3 above are expressly made subject to 238 | Your complying with the following conditions of use. These are important 239 | conditions of this License, and if You fail to follow them, You will be 240 | in material breach of its terms. 241 | 242 | 4.2 Notices. If You Publicly Convey this Database, any Derivative 243 | Database, or the Database as part of a Collective Database, then You 244 | must: 245 | 246 | a. Do so only under the terms of this License or another license 247 | permitted under Section 4.4; 248 | 249 | b. Include a copy of this License (or, as applicable, a license 250 | permitted under Section 4.4) or its Uniform Resource Identifier (URI) 251 | with the Database or Derivative Database, including both in the 252 | Database or Derivative Database and in any relevant documentation; and 253 | 254 | c. Keep intact any copyright or Database Right notices and notices 255 | that refer to this License. 256 | 257 | d. If it is not possible to put the required notices in a particular 258 | file due to its structure, then You must include the notices in a 259 | location (such as a relevant directory) where users would be likely to 260 | look for it. 261 | 262 | 4.3 Notice for using output (Contents). Creating and Using a Produced 263 | Work does not require the notice in Section 4.2. However, if you 264 | Publicly Use a Produced Work, You must include a notice associated with 265 | the Produced Work reasonably calculated to make any Person that uses, 266 | views, accesses, interacts with, or is otherwise exposed to the Produced 267 | Work aware that Content was obtained from the Database, Derivative 268 | Database, or the Database as part of a Collective Database, and that it 269 | is available under this License. 270 | 271 | a. Example notice. The following text will satisfy notice under 272 | Section 4.3: 273 | 274 | Contains information from DATABASE NAME, which is made available 275 | here under the Open Database License (ODbL). 276 | 277 | DATABASE NAME should be replaced with the name of the Database and a 278 | hyperlink to the URI of the Database. "Open Database License" should 279 | contain a hyperlink to the URI of the text of this License. If 280 | hyperlinks are not possible, You should include the plain text of the 281 | required URI's with the above notice. 282 | 283 | 4.4 Share alike. 284 | 285 | a. Any Derivative Database that You Publicly Use must be only under 286 | the terms of: 287 | 288 | i. This License; 289 | 290 | ii. A later version of this License similar in spirit to this 291 | License; or 292 | 293 | iii. A compatible license. 294 | 295 | If You license the Derivative Database under one of the licenses 296 | mentioned in (iii), You must comply with the terms of that license. 297 | 298 | b. For the avoidance of doubt, Extraction or Re-utilisation of the 299 | whole or a Substantial part of the Contents into a new database is a 300 | Derivative Database and must comply with Section 4.4. 301 | 302 | c. Derivative Databases and Produced Works. A Derivative Database is 303 | Publicly Used and so must comply with Section 4.4. if a Produced Work 304 | created from the Derivative Database is Publicly Used. 305 | 306 | d. Share Alike and additional Contents. For the avoidance of doubt, 307 | You must not add Contents to Derivative Databases under Section 4.4 a 308 | that are incompatible with the rights granted under this License. 309 | 310 | e. Compatible licenses. Licensors may authorise a proxy to determine 311 | compatible licenses under Section 4.4 a iii. If they do so, the 312 | authorised proxy's public statement of acceptance of a compatible 313 | license grants You permission to use the compatible license. 314 | 315 | 316 | 4.5 Limits of Share Alike. The requirements of Section 4.4 do not apply 317 | in the following: 318 | 319 | a. For the avoidance of doubt, You are not required to license 320 | Collective Databases under this License if You incorporate this 321 | Database or a Derivative Database in the collection, but this License 322 | still applies to this Database or a Derivative Database as a part of 323 | the Collective Database; 324 | 325 | b. Using this Database, a Derivative Database, or this Database as 326 | part of a Collective Database to create a Produced Work does not 327 | create a Derivative Database for purposes of Section 4.4; and 328 | 329 | c. Use of a Derivative Database internally within an organisation is 330 | not to the public and therefore does not fall under the requirements 331 | of Section 4.4. 332 | 333 | 4.6 Access to Derivative Databases. If You Publicly Use a Derivative 334 | Database or a Produced Work from a Derivative Database, You must also 335 | offer to recipients of the Derivative Database or Produced Work a copy 336 | in a machine readable form of: 337 | 338 | a. The entire Derivative Database; or 339 | 340 | b. A file containing all of the alterations made to the Database or 341 | the method of making the alterations to the Database (such as an 342 | algorithm), including any additional Contents, that make up all the 343 | differences between the Database and the Derivative Database. 344 | 345 | The Derivative Database (under a.) or alteration file (under b.) must be 346 | available at no more than a reasonable production cost for physical 347 | distributions and free of charge if distributed over the internet. 348 | 349 | 4.7 Technological measures and additional terms 350 | 351 | a. This License does not allow You to impose (except subject to 352 | Section 4.7 b.) any terms or any technological measures on the 353 | Database, a Derivative Database, or the whole or a Substantial part of 354 | the Contents that alter or restrict the terms of this License, or any 355 | rights granted under it, or have the effect or intent of restricting 356 | the ability of any person to exercise those rights. 357 | 358 | b. Parallel distribution. You may impose terms or technological 359 | measures on the Database, a Derivative Database, or the whole or a 360 | Substantial part of the Contents (a "Restricted Database") in 361 | contravention of Section 4.74 a. only if You also make a copy of the 362 | Database or a Derivative Database available to the recipient of the 363 | Restricted Database: 364 | 365 | i. That is available without additional fee; 366 | 367 | ii. That is available in a medium that does not alter or restrict 368 | the terms of this License, or any rights granted under it, or have 369 | the effect or intent of restricting the ability of any person to 370 | exercise those rights (an "Unrestricted Database"); and 371 | 372 | iii. The Unrestricted Database is at least as accessible to the 373 | recipient as a practical matter as the Restricted Database. 374 | 375 | c. For the avoidance of doubt, You may place this Database or a 376 | Derivative Database in an authenticated environment, behind a 377 | password, or within a similar access control scheme provided that You 378 | do not alter or restrict the terms of this License or any rights 379 | granted under it or have the effect or intent of restricting the 380 | ability of any person to exercise those rights. 381 | 382 | 4.8 Licensing of others. You may not sublicense the Database. Each time 383 | You communicate the Database, the whole or Substantial part of the 384 | Contents, or any Derivative Database to anyone else in any way, the 385 | Licensor offers to the recipient a license to the Database on the same 386 | terms and conditions as this License. You are not responsible for 387 | enforcing compliance by third parties with this License, but You may 388 | enforce any rights that You have over a Derivative Database. You are 389 | solely responsible for any modifications of a Derivative Database made 390 | by You or another Person at Your direction. You may not impose any 391 | further restrictions on the exercise of the rights granted or affirmed 392 | under this License. 393 | 394 | ### 5.0 Moral rights 395 | 396 | 5.1 Moral rights. This section covers moral rights, including any rights 397 | to be identified as the author of the Database or to object to treatment 398 | that would otherwise prejudice the author's honour and reputation, or 399 | any other derogatory treatment: 400 | 401 | a. For jurisdictions allowing waiver of moral rights, Licensor waives 402 | all moral rights that Licensor may have in the Database to the fullest 403 | extent possible by the law of the relevant jurisdiction under Section 404 | 10.4; 405 | 406 | b. If waiver of moral rights under Section 5.1 a in the relevant 407 | jurisdiction is not possible, Licensor agrees not to assert any moral 408 | rights over the Database and waives all claims in moral rights to the 409 | fullest extent possible by the law of the relevant jurisdiction under 410 | Section 10.4; and 411 | 412 | c. For jurisdictions not allowing waiver or an agreement not to assert 413 | moral rights under Section 5.1 a and b, the author may retain their 414 | moral rights over certain aspects of the Database. 415 | 416 | Please note that some jurisdictions do not allow for the waiver of moral 417 | rights, and so moral rights may still subsist over the Database in some 418 | jurisdictions. 419 | 420 | ### 6.0 Fair dealing, Database exceptions, and other rights not affected 421 | 422 | 6.1 This License does not affect any rights that You or anyone else may 423 | independently have under any applicable law to make any use of this 424 | Database, including without limitation: 425 | 426 | a. Exceptions to the Database Right including: Extraction of Contents 427 | from non-electronic Databases for private purposes, Extraction for 428 | purposes of illustration for teaching or scientific research, and 429 | Extraction or Re-utilisation for public security or an administrative 430 | or judicial procedure. 431 | 432 | b. Fair dealing, fair use, or any other legally recognised limitation 433 | or exception to infringement of copyright or other applicable laws. 434 | 435 | 6.2 This License does not affect any rights of lawful users to Extract 436 | and Re-utilise insubstantial parts of the Contents, evaluated 437 | quantitatively or qualitatively, for any purposes whatsoever, including 438 | creating a Derivative Database (subject to other rights over the 439 | Contents, see Section 2.4). The repeated and systematic Extraction or 440 | Re-utilisation of insubstantial parts of the Contents may however amount 441 | to the Extraction or Re-utilisation of a Substantial part of the 442 | Contents. 443 | 444 | ### 7.0 Warranties and Disclaimer 445 | 446 | 7.1 The Database is licensed by the Licensor "as is" and without any 447 | warranty of any kind, either express, implied, or arising by statute, 448 | custom, course of dealing, or trade usage. Licensor specifically 449 | disclaims any and all implied warranties or conditions of title, 450 | non-infringement, accuracy or completeness, the presence or absence of 451 | errors, fitness for a particular purpose, merchantability, or otherwise. 452 | Some jurisdictions do not allow the exclusion of implied warranties, so 453 | this exclusion may not apply to You. 454 | 455 | ### 8.0 Limitation of liability 456 | 457 | 8.1 Subject to any liability that may not be excluded or limited by law, 458 | the Licensor is not liable for, and expressly excludes, all liability 459 | for loss or damage however and whenever caused to anyone by any use 460 | under this License, whether by You or by anyone else, and whether caused 461 | by any fault on the part of the Licensor or not. This exclusion of 462 | liability includes, but is not limited to, any special, incidental, 463 | consequential, punitive, or exemplary damages such as loss of revenue, 464 | data, anticipated profits, and lost business. This exclusion applies 465 | even if the Licensor has been advised of the possibility of such 466 | damages. 467 | 468 | 8.2 If liability may not be excluded by law, it is limited to actual and 469 | direct financial loss to the extent it is caused by proved negligence on 470 | the part of the Licensor. 471 | 472 | ### 9.0 Termination of Your rights under this License 473 | 474 | 9.1 Any breach by You of the terms and conditions of this License 475 | automatically terminates this License with immediate effect and without 476 | notice to You. For the avoidance of doubt, Persons who have received the 477 | Database, the whole or a Substantial part of the Contents, Derivative 478 | Databases, or the Database as part of a Collective Database from You 479 | under this License will not have their licenses terminated provided 480 | their use is in full compliance with this License or a license granted 481 | under Section 4.8 of this License. Sections 1, 2, 7, 8, 9 and 10 will 482 | survive any termination of this License. 483 | 484 | 9.2 If You are not in breach of the terms of this License, the Licensor 485 | will not terminate Your rights under it. 486 | 487 | 9.3 Unless terminated under Section 9.1, this License is granted to You 488 | for the duration of applicable rights in the Database. 489 | 490 | 9.4 Reinstatement of rights. If you cease any breach of the terms and 491 | conditions of this License, then your full rights under this License 492 | will be reinstated: 493 | 494 | a. Provisionally and subject to permanent termination until the 60th 495 | day after cessation of breach; 496 | 497 | b. Permanently on the 60th day after cessation of breach unless 498 | otherwise reasonably notified by the Licensor; or 499 | 500 | c. Permanently if reasonably notified by the Licensor of the 501 | violation, this is the first time You have received notice of 502 | violation of this License from the Licensor, and You cure the 503 | violation prior to 30 days after your receipt of the notice. 504 | 505 | Persons subject to permanent termination of rights are not eligible to 506 | be a recipient and receive a license under Section 4.8. 507 | 508 | 9.5 Notwithstanding the above, Licensor reserves the right to release 509 | the Database under different license terms or to stop distributing or 510 | making available the Database. Releasing the Database under different 511 | license terms or stopping the distribution of the Database will not 512 | withdraw this License (or any other license that has been, or is 513 | required to be, granted under the terms of this License), and this 514 | License will continue in full force and effect unless terminated as 515 | stated above. 516 | 517 | ### 10.0 General 518 | 519 | 10.1 If any provision of this License is held to be invalid or 520 | unenforceable, that must not affect the validity or enforceability of 521 | the remainder of the terms and conditions of this License and each 522 | remaining provision of this License shall be valid and enforced to the 523 | fullest extent permitted by law. 524 | 525 | 10.2 This License is the entire agreement between the parties with 526 | respect to the rights granted here over the Database. It replaces any 527 | earlier understandings, agreements or representations with respect to 528 | the Database. 529 | 530 | 10.3 If You are in breach of the terms of this License, You will not be 531 | entitled to rely on the terms of this License or to complain of any 532 | breach by the Licensor. 533 | 534 | 10.4 Choice of law. This License takes effect in and will be governed by 535 | the laws of the relevant jurisdiction in which the License terms are 536 | sought to be enforced. If the standard suite of rights granted under 537 | applicable copyright law and Database Rights in the relevant 538 | jurisdiction includes additional rights not granted under this License, 539 | these additional rights are granted in this License in order to meet the 540 | terms of this License. 541 | --------------------------------------------------------------------------------