lx-annotate 0.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1190) hide show
  1. lx_annotate-0.0.1/.gitignore +173 -0
  2. lx_annotate-0.0.1/LICENSE +21 -0
  3. lx_annotate-0.0.1/PKG-INFO +236 -0
  4. lx_annotate-0.0.1/README.md +151 -0
  5. lx_annotate-0.0.1/lx_annotate/__init__.py +0 -0
  6. lx_annotate-0.0.1/lx_annotate/admin.py +1 -0
  7. lx_annotate-0.0.1/lx_annotate/apps.py +42 -0
  8. lx_annotate-0.0.1/lx_annotate/asgi.py +40 -0
  9. lx_annotate-0.0.1/lx_annotate/auth_views.py +44 -0
  10. lx_annotate-0.0.1/lx_annotate/file_watcher.py +559 -0
  11. lx_annotate-0.0.1/lx_annotate/keycloak_auth.py +144 -0
  12. lx_annotate-0.0.1/lx_annotate/management/__init__.py +1 -0
  13. lx_annotate-0.0.1/lx_annotate/management/commands/__init__.py +1 -0
  14. lx_annotate-0.0.1/lx_annotate/management/commands/export_route_manifest.py +138 -0
  15. lx_annotate-0.0.1/lx_annotate/management/commands/run_filewatcher.py +30 -0
  16. lx_annotate-0.0.1/lx_annotate/management/commands/start_filewatcher.py +1 -0
  17. lx_annotate-0.0.1/lx_annotate/middleware/__init__.py +23 -0
  18. lx_annotate-0.0.1/lx_annotate/middleware/lookup_tracker.py +122 -0
  19. lx_annotate-0.0.1/lx_annotate/migration_overrides/__init__.py +1 -0
  20. lx_annotate-0.0.1/lx_annotate/migration_overrides/endoreg_db/0001_initial.py +5 -0
  21. lx_annotate-0.0.1/lx_annotate/migration_overrides/endoreg_db/0001_squashed_0001_initial.py +5408 -0
  22. lx_annotate-0.0.1/lx_annotate/migration_overrides/endoreg_db/0002_export_flags.py +5 -0
  23. lx_annotate-0.0.1/lx_annotate/migration_overrides/endoreg_db/0003_patientexaminationreport_report_and_more.py +7 -0
  24. lx_annotate-0.0.1/lx_annotate/migration_overrides/endoreg_db/0004_videofile_uuid.py +48 -0
  25. lx_annotate-0.0.1/lx_annotate/migration_overrides/endoreg_db/0005_rawpdffile_uuid.py +48 -0
  26. lx_annotate-0.0.1/lx_annotate/migration_overrides/endoreg_db/0006_applicationsettings.py +5 -0
  27. lx_annotate-0.0.1/lx_annotate/migration_overrides/endoreg_db/0007_pdfprocessinghistory.py +5 -0
  28. lx_annotate-0.0.1/lx_annotate/migration_overrides/endoreg_db/0008_imageclassificationannotation_upsert_fields.py +15 -0
  29. lx_annotate-0.0.1/lx_annotate/migration_overrides/endoreg_db/0009_patientexamination_draft_updated_at_and_more.py +98 -0
  30. lx_annotate-0.0.1/lx_annotate/migration_overrides/endoreg_db/0010_remove_requirementset_reqset_exam_links_and_more.py +158 -0
  31. lx_annotate-0.0.1/lx_annotate/migration_overrides/endoreg_db/0011_hub_ingest_metadata.py +19 -0
  32. lx_annotate-0.0.1/lx_annotate/migration_overrides/endoreg_db/0012_networknode_transferjob.py +5 -0
  33. lx_annotate-0.0.1/lx_annotate/migration_overrides/endoreg_db/0013_remove_legacy_requirement_models.py +5 -0
  34. lx_annotate-0.0.1/lx_annotate/migration_overrides/endoreg_db/__init__.py +1 -0
  35. lx_annotate-0.0.1/lx_annotate/run_gunicorn.py +29 -0
  36. lx_annotate-0.0.1/lx_annotate/serializers.py +20 -0
  37. lx_annotate-0.0.1/lx_annotate/settings/__init__.py +0 -0
  38. lx_annotate-0.0.1/lx_annotate/settings/config.py +210 -0
  39. lx_annotate-0.0.1/lx_annotate/settings/secret_key.py +40 -0
  40. lx_annotate-0.0.1/lx_annotate/settings/settings_base.py +313 -0
  41. lx_annotate-0.0.1/lx_annotate/settings/settings_dev.py +130 -0
  42. lx_annotate-0.0.1/lx_annotate/settings/settings_prod.py +252 -0
  43. lx_annotate-0.0.1/lx_annotate/settings/settings_test.py +156 -0
  44. lx_annotate-0.0.1/lx_annotate/static/AnnotationDashboard-D35JYvrC.js +1 -0
  45. lx_annotate-0.0.1/lx_annotate/static/AnnotationDashboard-DMZZ8ZMX.css +1 -0
  46. lx_annotate-0.0.1/lx_annotate/static/AnnotationDashboard-OeFWLB-b.js +1 -0
  47. lx_annotate-0.0.1/lx_annotate/static/Anonymization-Bd9LTm0-.js +1 -0
  48. lx_annotate-0.0.1/lx_annotate/static/AnonymizationCorrectionComponent-BPyn1Euk.css +1 -0
  49. lx_annotate-0.0.1/lx_annotate/static/AnonymizationCorrectionComponent-CAO-Cg0B.js +1 -0
  50. lx_annotate-0.0.1/lx_annotate/static/AnonymizationOverview-CGBsqOFg.js +1 -0
  51. lx_annotate-0.0.1/lx_annotate/static/AnonymizationOverview-DUuDRweL.css +1 -0
  52. lx_annotate-0.0.1/lx_annotate/static/AnonymizationValidationComponent-BARZClvg.css +1 -0
  53. lx_annotate-0.0.1/lx_annotate/static/AnonymizationValidationComponent-Bd7Ndg-z.js +1 -0
  54. lx_annotate-0.0.1/lx_annotate/static/Dashboard-DsKQzZNG.js +1 -0
  55. lx_annotate-0.0.1/lx_annotate/static/Examination-CeCEv25w.js +1 -0
  56. lx_annotate-0.0.1/lx_annotate/static/PageOverview-B8gUoFeQ.js +1 -0
  57. lx_annotate-0.0.1/lx_annotate/static/PatientAdder-BlwvntXl.js +1 -0
  58. lx_annotate-0.0.1/lx_annotate/static/PatientAdder-CFDJpfd1.js +1 -0
  59. lx_annotate-0.0.1/lx_annotate/static/PatientAdder-DOhN0oE-.css +1 -0
  60. lx_annotate-0.0.1/lx_annotate/static/PatientOverview-C7XuyKPN.js +1 -0
  61. lx_annotate-0.0.1/lx_annotate/static/PatientOverview-oorWuJjf.css +1 -0
  62. lx_annotate-0.0.1/lx_annotate/static/Profil-lke9QkYz.js +1 -0
  63. lx_annotate-0.0.1/lx_annotate/static/ReportGenerator-DJn6kaoO.js +1 -0
  64. lx_annotate-0.0.1/lx_annotate/static/RequirementGenerator-BC9a09T1.css +1 -0
  65. lx_annotate-0.0.1/lx_annotate/static/RequirementGenerator-CeDfg9J_.js +1 -0
  66. lx_annotate-0.0.1/lx_annotate/static/Timeline-CMheelus.js +1 -0
  67. lx_annotate-0.0.1/lx_annotate/static/Timeline-DA5RpACe.css +1 -0
  68. lx_annotate-0.0.1/lx_annotate/static/UeberUns-DnTs7q1V.js +1 -0
  69. lx_annotate-0.0.1/lx_annotate/static/Validierung-Bobt4Qg1.js +1 -0
  70. lx_annotate-0.0.1/lx_annotate/static/Validierung-u-u0EBv0.css +1 -0
  71. lx_annotate-0.0.1/lx_annotate/static/VideoExamination-B8b7SxA_.js +1 -0
  72. lx_annotate-0.0.1/lx_annotate/static/VideoExamination-DdMsVSAF.css +1 -0
  73. lx_annotate-0.0.1/lx_annotate/static/admin/css/autocomplete.css +279 -0
  74. lx_annotate-0.0.1/lx_annotate/static/admin/css/base.css +1180 -0
  75. lx_annotate-0.0.1/lx_annotate/static/admin/css/changelists.css +343 -0
  76. lx_annotate-0.0.1/lx_annotate/static/admin/css/dark_mode.css +130 -0
  77. lx_annotate-0.0.1/lx_annotate/static/admin/css/dashboard.css +29 -0
  78. lx_annotate-0.0.1/lx_annotate/static/admin/css/forms.css +498 -0
  79. lx_annotate-0.0.1/lx_annotate/static/admin/css/login.css +61 -0
  80. lx_annotate-0.0.1/lx_annotate/static/admin/css/nav_sidebar.css +150 -0
  81. lx_annotate-0.0.1/lx_annotate/static/admin/css/responsive.css +904 -0
  82. lx_annotate-0.0.1/lx_annotate/static/admin/css/responsive_rtl.css +89 -0
  83. lx_annotate-0.0.1/lx_annotate/static/admin/css/rtl.css +293 -0
  84. lx_annotate-0.0.1/lx_annotate/static/admin/css/unusable_password_field.css +19 -0
  85. lx_annotate-0.0.1/lx_annotate/static/admin/css/vendor/select2/LICENSE-SELECT2.md +21 -0
  86. lx_annotate-0.0.1/lx_annotate/static/admin/css/vendor/select2/select2.css +481 -0
  87. lx_annotate-0.0.1/lx_annotate/static/admin/css/vendor/select2/select2.min.css +1 -0
  88. lx_annotate-0.0.1/lx_annotate/static/admin/css/widgets.css +613 -0
  89. lx_annotate-0.0.1/lx_annotate/static/admin/img/LICENSE +20 -0
  90. lx_annotate-0.0.1/lx_annotate/static/admin/img/README.txt +7 -0
  91. lx_annotate-0.0.1/lx_annotate/static/admin/img/calendar-icons.svg +63 -0
  92. lx_annotate-0.0.1/lx_annotate/static/admin/img/gis/move_vertex_off.svg +1 -0
  93. lx_annotate-0.0.1/lx_annotate/static/admin/img/gis/move_vertex_on.svg +1 -0
  94. lx_annotate-0.0.1/lx_annotate/static/admin/img/icon-addlink.svg +3 -0
  95. lx_annotate-0.0.1/lx_annotate/static/admin/img/icon-alert.svg +3 -0
  96. lx_annotate-0.0.1/lx_annotate/static/admin/img/icon-calendar.svg +9 -0
  97. lx_annotate-0.0.1/lx_annotate/static/admin/img/icon-changelink.svg +3 -0
  98. lx_annotate-0.0.1/lx_annotate/static/admin/img/icon-clock.svg +9 -0
  99. lx_annotate-0.0.1/lx_annotate/static/admin/img/icon-deletelink.svg +3 -0
  100. lx_annotate-0.0.1/lx_annotate/static/admin/img/icon-hidelink.svg +3 -0
  101. lx_annotate-0.0.1/lx_annotate/static/admin/img/icon-no.svg +3 -0
  102. lx_annotate-0.0.1/lx_annotate/static/admin/img/icon-unknown-alt.svg +3 -0
  103. lx_annotate-0.0.1/lx_annotate/static/admin/img/icon-unknown.svg +3 -0
  104. lx_annotate-0.0.1/lx_annotate/static/admin/img/icon-viewlink.svg +3 -0
  105. lx_annotate-0.0.1/lx_annotate/static/admin/img/icon-yes.svg +3 -0
  106. lx_annotate-0.0.1/lx_annotate/static/admin/img/inline-delete.svg +3 -0
  107. lx_annotate-0.0.1/lx_annotate/static/admin/img/search.svg +3 -0
  108. lx_annotate-0.0.1/lx_annotate/static/admin/img/selector-icons.svg +34 -0
  109. lx_annotate-0.0.1/lx_annotate/static/admin/img/sorting-icons.svg +19 -0
  110. lx_annotate-0.0.1/lx_annotate/static/admin/img/tooltag-add.svg +3 -0
  111. lx_annotate-0.0.1/lx_annotate/static/admin/img/tooltag-arrowright.svg +3 -0
  112. lx_annotate-0.0.1/lx_annotate/static/admin/js/SelectBox.js +116 -0
  113. lx_annotate-0.0.1/lx_annotate/static/admin/js/SelectFilter2.js +311 -0
  114. lx_annotate-0.0.1/lx_annotate/static/admin/js/actions.js +204 -0
  115. lx_annotate-0.0.1/lx_annotate/static/admin/js/admin/DateTimeShortcuts.js +408 -0
  116. lx_annotate-0.0.1/lx_annotate/static/admin/js/admin/RelatedObjectLookups.js +252 -0
  117. lx_annotate-0.0.1/lx_annotate/static/admin/js/autocomplete.js +33 -0
  118. lx_annotate-0.0.1/lx_annotate/static/admin/js/calendar.js +239 -0
  119. lx_annotate-0.0.1/lx_annotate/static/admin/js/cancel.js +29 -0
  120. lx_annotate-0.0.1/lx_annotate/static/admin/js/change_form.js +16 -0
  121. lx_annotate-0.0.1/lx_annotate/static/admin/js/core.js +184 -0
  122. lx_annotate-0.0.1/lx_annotate/static/admin/js/filters.js +30 -0
  123. lx_annotate-0.0.1/lx_annotate/static/admin/js/inlines.js +359 -0
  124. lx_annotate-0.0.1/lx_annotate/static/admin/js/jquery.init.js +8 -0
  125. lx_annotate-0.0.1/lx_annotate/static/admin/js/nav_sidebar.js +79 -0
  126. lx_annotate-0.0.1/lx_annotate/static/admin/js/popup_response.js +15 -0
  127. lx_annotate-0.0.1/lx_annotate/static/admin/js/prepopulate.js +43 -0
  128. lx_annotate-0.0.1/lx_annotate/static/admin/js/prepopulate_init.js +15 -0
  129. lx_annotate-0.0.1/lx_annotate/static/admin/js/theme.js +51 -0
  130. lx_annotate-0.0.1/lx_annotate/static/admin/js/unusable_password_field.js +29 -0
  131. lx_annotate-0.0.1/lx_annotate/static/admin/js/urlify.js +169 -0
  132. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/jquery/LICENSE.txt +20 -0
  133. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/jquery/jquery.js +10716 -0
  134. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/jquery/jquery.min.js +2 -0
  135. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/LICENSE.md +21 -0
  136. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/af.js +3 -0
  137. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/ar.js +3 -0
  138. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/az.js +3 -0
  139. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/bg.js +3 -0
  140. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/bn.js +3 -0
  141. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/bs.js +3 -0
  142. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/ca.js +3 -0
  143. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/cs.js +3 -0
  144. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/da.js +3 -0
  145. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/de.js +3 -0
  146. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/dsb.js +3 -0
  147. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/el.js +3 -0
  148. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/en.js +3 -0
  149. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/es.js +3 -0
  150. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/et.js +3 -0
  151. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/eu.js +3 -0
  152. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/fa.js +3 -0
  153. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/fi.js +3 -0
  154. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/fr.js +3 -0
  155. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/gl.js +3 -0
  156. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/he.js +3 -0
  157. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/hi.js +3 -0
  158. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/hr.js +3 -0
  159. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/hsb.js +3 -0
  160. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/hu.js +3 -0
  161. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/hy.js +3 -0
  162. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/id.js +3 -0
  163. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/is.js +3 -0
  164. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/it.js +3 -0
  165. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/ja.js +3 -0
  166. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/ka.js +3 -0
  167. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/km.js +3 -0
  168. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/ko.js +3 -0
  169. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/lt.js +3 -0
  170. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/lv.js +3 -0
  171. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/mk.js +3 -0
  172. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/ms.js +3 -0
  173. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/nb.js +3 -0
  174. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/ne.js +3 -0
  175. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/nl.js +3 -0
  176. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/pl.js +3 -0
  177. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/ps.js +3 -0
  178. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/pt-BR.js +3 -0
  179. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/pt.js +3 -0
  180. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/ro.js +3 -0
  181. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/ru.js +3 -0
  182. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/sk.js +3 -0
  183. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/sl.js +3 -0
  184. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/sq.js +3 -0
  185. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/sr-Cyrl.js +3 -0
  186. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/sr.js +3 -0
  187. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/sv.js +3 -0
  188. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/th.js +3 -0
  189. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/tk.js +3 -0
  190. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/tr.js +3 -0
  191. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/uk.js +3 -0
  192. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/vi.js +3 -0
  193. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/zh-CN.js +3 -0
  194. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/i18n/zh-TW.js +3 -0
  195. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/select2.full.js +6820 -0
  196. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/select2/select2.full.min.js +2 -0
  197. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/xregexp/LICENSE.txt +21 -0
  198. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/xregexp/xregexp.js +6126 -0
  199. lx_annotate-0.0.1/lx_annotate/static/admin/js/vendor/xregexp/xregexp.min.js +17 -0
  200. lx_annotate-0.0.1/lx_annotate/static/annotationStore-DEHKjdKh.js +1 -0
  201. lx_annotate-0.0.1/lx_annotate/static/assets/AnnotationDashboard-D35JYvrC.js +1 -0
  202. lx_annotate-0.0.1/lx_annotate/static/assets/AnnotationDashboard-DMZZ8ZMX.css +1 -0
  203. lx_annotate-0.0.1/lx_annotate/static/assets/AnnotationDashboard-OeFWLB-b.js +1 -0
  204. lx_annotate-0.0.1/lx_annotate/static/assets/Anonymization-Bd9LTm0-.js +1 -0
  205. lx_annotate-0.0.1/lx_annotate/static/assets/AnonymizationCorrectionComponent-BPyn1Euk.css +1 -0
  206. lx_annotate-0.0.1/lx_annotate/static/assets/AnonymizationCorrectionComponent-CAO-Cg0B.js +1 -0
  207. lx_annotate-0.0.1/lx_annotate/static/assets/AnonymizationOverview-CGBsqOFg.js +1 -0
  208. lx_annotate-0.0.1/lx_annotate/static/assets/AnonymizationOverview-DUuDRweL.css +1 -0
  209. lx_annotate-0.0.1/lx_annotate/static/assets/AnonymizationValidationComponent-BARZClvg.css +1 -0
  210. lx_annotate-0.0.1/lx_annotate/static/assets/AnonymizationValidationComponent-Bd7Ndg-z.js +1 -0
  211. lx_annotate-0.0.1/lx_annotate/static/assets/Dashboard-DsKQzZNG.js +1 -0
  212. lx_annotate-0.0.1/lx_annotate/static/assets/Examination-CeCEv25w.js +1 -0
  213. lx_annotate-0.0.1/lx_annotate/static/assets/PageOverview-B8gUoFeQ.js +1 -0
  214. lx_annotate-0.0.1/lx_annotate/static/assets/PatientAdder-BlwvntXl.js +1 -0
  215. lx_annotate-0.0.1/lx_annotate/static/assets/PatientAdder-CFDJpfd1.js +1 -0
  216. lx_annotate-0.0.1/lx_annotate/static/assets/PatientAdder-DOhN0oE-.css +1 -0
  217. lx_annotate-0.0.1/lx_annotate/static/assets/PatientOverview-C7XuyKPN.js +1 -0
  218. lx_annotate-0.0.1/lx_annotate/static/assets/PatientOverview-oorWuJjf.css +1 -0
  219. lx_annotate-0.0.1/lx_annotate/static/assets/Profil-lke9QkYz.js +1 -0
  220. lx_annotate-0.0.1/lx_annotate/static/assets/ReportGenerator-DJn6kaoO.js +1 -0
  221. lx_annotate-0.0.1/lx_annotate/static/assets/RequirementGenerator-BC9a09T1.css +1 -0
  222. lx_annotate-0.0.1/lx_annotate/static/assets/RequirementGenerator-CeDfg9J_.js +1 -0
  223. lx_annotate-0.0.1/lx_annotate/static/assets/Timeline-CMheelus.js +1 -0
  224. lx_annotate-0.0.1/lx_annotate/static/assets/Timeline-DA5RpACe.css +1 -0
  225. lx_annotate-0.0.1/lx_annotate/static/assets/UeberUns-DnTs7q1V.js +1 -0
  226. lx_annotate-0.0.1/lx_annotate/static/assets/Validierung-Bobt4Qg1.js +1 -0
  227. lx_annotate-0.0.1/lx_annotate/static/assets/Validierung-u-u0EBv0.css +1 -0
  228. lx_annotate-0.0.1/lx_annotate/static/assets/VideoExamination-B8b7SxA_.js +1 -0
  229. lx_annotate-0.0.1/lx_annotate/static/assets/VideoExamination-DdMsVSAF.css +1 -0
  230. lx_annotate-0.0.1/lx_annotate/static/assets/annotationStore-DEHKjdKh.js +1 -0
  231. lx_annotate-0.0.1/lx_annotate/static/assets/authStore-w8taChNC.js +1 -0
  232. lx_annotate-0.0.1/lx_annotate/static/assets/base.css +86 -0
  233. lx_annotate-0.0.1/lx_annotate/static/assets/css/material-dashboard.css +27935 -0
  234. lx_annotate-0.0.1/lx_annotate/static/assets/css/material-dashboard.css.map +360 -0
  235. lx_annotate-0.0.1/lx_annotate/static/assets/css/material-dashboard.min.css +42 -0
  236. lx_annotate-0.0.1/lx_annotate/static/assets/css/nucleo-icons.css +597 -0
  237. lx_annotate-0.0.1/lx_annotate/static/assets/css/nucleo-svg.css +135 -0
  238. lx_annotate-0.0.1/lx_annotate/static/assets/fonts/nucleo-icons.eot +0 -0
  239. lx_annotate-0.0.1/lx_annotate/static/assets/fonts/nucleo-icons.svg +312 -0
  240. lx_annotate-0.0.1/lx_annotate/static/assets/fonts/nucleo-icons.ttf +0 -0
  241. lx_annotate-0.0.1/lx_annotate/static/assets/fonts/nucleo-icons.woff +0 -0
  242. lx_annotate-0.0.1/lx_annotate/static/assets/fonts/nucleo-icons.woff2 +0 -0
  243. lx_annotate-0.0.1/lx_annotate/static/assets/fonts/nucleo.eot +0 -0
  244. lx_annotate-0.0.1/lx_annotate/static/assets/fonts/nucleo.ttf +0 -0
  245. lx_annotate-0.0.1/lx_annotate/static/assets/fonts/nucleo.woff +0 -0
  246. lx_annotate-0.0.1/lx_annotate/static/assets/fonts/nucleo.woff2 +0 -0
  247. lx_annotate-0.0.1/lx_annotate/static/assets/js/core/bootstrap.bundle.min.js +6 -0
  248. lx_annotate-0.0.1/lx_annotate/static/assets/js/core/bootstrap.min.js +6 -0
  249. lx_annotate-0.0.1/lx_annotate/static/assets/js/core/popper.min.js +4 -0
  250. lx_annotate-0.0.1/lx_annotate/static/assets/js/material-dashboard.js +879 -0
  251. lx_annotate-0.0.1/lx_annotate/static/assets/js/material-dashboard.js.map +1 -0
  252. lx_annotate-0.0.1/lx_annotate/static/assets/js/material-dashboard.min.js +17 -0
  253. lx_annotate-0.0.1/lx_annotate/static/assets/js/plugins/Chart.extension.js +130 -0
  254. lx_annotate-0.0.1/lx_annotate/static/assets/js/plugins/bootstrap-notify.js +432 -0
  255. lx_annotate-0.0.1/lx_annotate/static/assets/js/plugins/chartjs.min.js +13 -0
  256. lx_annotate-0.0.1/lx_annotate/static/assets/js/plugins/countup.min.js +1 -0
  257. lx_annotate-0.0.1/lx_annotate/static/assets/js/plugins/get_annotations.js +49 -0
  258. lx_annotate-0.0.1/lx_annotate/static/assets/js/plugins/perfect-scrollbar.min.js +19 -0
  259. lx_annotate-0.0.1/lx_annotate/static/assets/js/plugins/random-name-generator.js +81 -0
  260. lx_annotate-0.0.1/lx_annotate/static/assets/js/plugins/smooth-scrollbar.min.js +25 -0
  261. lx_annotate-0.0.1/lx_annotate/static/assets/js/plugins/submission-handler.js +73 -0
  262. lx_annotate-0.0.1/lx_annotate/static/assets/js/plugins/world.js +2464 -0
  263. lx_annotate-0.0.1/lx_annotate/static/assets/logo.svg +1 -0
  264. lx_annotate-0.0.1/lx_annotate/static/assets/main-DGGk9Vng.css +37 -0
  265. lx_annotate-0.0.1/lx_annotate/static/assets/main-DethiONo.js +36 -0
  266. lx_annotate-0.0.1/lx_annotate/static/assets/main.css +32 -0
  267. lx_annotate-0.0.1/lx_annotate/static/assets/mediaTypeStore-D6KIykKn.js +1 -0
  268. lx_annotate-0.0.1/lx_annotate/static/assets/nucleo-icons-BgnVbBvX.eot +0 -0
  269. lx_annotate-0.0.1/lx_annotate/static/assets/nucleo-icons-BuEzPWOc.woff +0 -0
  270. lx_annotate-0.0.1/lx_annotate/static/assets/nucleo-icons-C6OFysxg.svg +312 -0
  271. lx_annotate-0.0.1/lx_annotate/static/assets/nucleo-icons-CTnIBWcu.woff2 +0 -0
  272. lx_annotate-0.0.1/lx_annotate/static/assets/nucleo-icons-kNTzvw2K.ttf +0 -0
  273. lx_annotate-0.0.1/lx_annotate/static/assets/patientStore-BazAFCNw.js +1 -0
  274. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_alert.scss +17 -0
  275. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_avatars.scss +123 -0
  276. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_badge.scss +8 -0
  277. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_breadcrumbs.scss +48 -0
  278. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_buttons.scss +191 -0
  279. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_cards.scss +60 -0
  280. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_dark-version.scss +281 -0
  281. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_dropdown.scss +292 -0
  282. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_dropup.scss +41 -0
  283. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_fixed-plugin.scss +60 -0
  284. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_footer.scss +17 -0
  285. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_forms.scss +49 -0
  286. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_gradients.scss +18 -0
  287. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_header.scss +25 -0
  288. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_icons.scss +32 -0
  289. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_info-areas.scss +178 -0
  290. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_misc.scss +442 -0
  291. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_nav.scss +123 -0
  292. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_navbar-vertical.scss +725 -0
  293. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_navbar.scss +220 -0
  294. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_pagination.scss +58 -0
  295. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_popovers.scss +10 -0
  296. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_progress.scss +15 -0
  297. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_ripple.scss +15 -0
  298. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_rtl.scss +125 -0
  299. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_social-buttons.scss +42 -0
  300. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_tables.scss +53 -0
  301. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_tilt.scss +11 -0
  302. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_timeline.scss +137 -0
  303. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_tooltips.scss +9 -0
  304. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_typography.scss +301 -0
  305. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_utilities-extend.scss +11 -0
  306. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_utilities.scss +837 -0
  307. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/_variables.scss +1674 -0
  308. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_accordion.scss +149 -0
  309. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_alert.scss +71 -0
  310. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_badge.scss +38 -0
  311. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_breadcrumb.scss +40 -0
  312. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_button-group.scss +142 -0
  313. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_buttons.scss +207 -0
  314. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_card.scss +234 -0
  315. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_carousel.scss +226 -0
  316. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_close.scss +40 -0
  317. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_containers.scss +41 -0
  318. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_dropdown.scss +249 -0
  319. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_forms.scss +9 -0
  320. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_functions.scss +302 -0
  321. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_grid.scss +33 -0
  322. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_helpers.scss +10 -0
  323. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_images.scss +42 -0
  324. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_list-group.scss +192 -0
  325. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_maps.scss +54 -0
  326. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_mixins.scss +43 -0
  327. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_modal.scss +237 -0
  328. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_nav.scss +172 -0
  329. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_navbar.scss +278 -0
  330. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_offcanvas.scss +144 -0
  331. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_pagination.scss +109 -0
  332. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_placeholders.scss +51 -0
  333. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_popover.scss +196 -0
  334. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_progress.scss +59 -0
  335. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_reboot.scss +610 -0
  336. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_root.scss +73 -0
  337. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_spinners.scss +85 -0
  338. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_tables.scss +164 -0
  339. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_toasts.scss +73 -0
  340. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_tooltip.scss +120 -0
  341. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_transitions.scss +27 -0
  342. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_type.scss +106 -0
  343. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_utilities.scss +647 -0
  344. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_variables.scss +1634 -0
  345. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/bootstrap-grid.scss +64 -0
  346. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/bootstrap-reboot.scss +9 -0
  347. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/bootstrap-utilities.scss +18 -0
  348. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/bootstrap.scss +51 -0
  349. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_floating-labels.scss +75 -0
  350. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-check.scss +175 -0
  351. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-control.scss +194 -0
  352. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-range.scss +91 -0
  353. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-select.scss +71 -0
  354. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-text.scss +11 -0
  355. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_input-group.scss +132 -0
  356. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_labels.scss +36 -0
  357. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_validation.scss +12 -0
  358. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_clearfix.scss +3 -0
  359. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_color-bg.scss +10 -0
  360. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_colored-links.scss +12 -0
  361. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_position.scss +36 -0
  362. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_ratio.scss +26 -0
  363. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_stacks.scss +15 -0
  364. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_stretched-link.scss +15 -0
  365. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_text-truncation.scss +7 -0
  366. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_visually-hidden.scss +8 -0
  367. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_vr.scss +8 -0
  368. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_alert.scss +15 -0
  369. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_backdrop.scss +14 -0
  370. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_banner.scss +9 -0
  371. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_border-radius.scss +78 -0
  372. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_box-shadow.scss +18 -0
  373. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_breakpoints.scss +127 -0
  374. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_buttons.scss +70 -0
  375. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_caret.scss +64 -0
  376. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_clearfix.scss +9 -0
  377. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_color-scheme.scss +7 -0
  378. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_container.scss +11 -0
  379. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_deprecate.scss +10 -0
  380. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_forms.scss +152 -0
  381. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_gradients.scss +47 -0
  382. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_grid.scss +151 -0
  383. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_image.scss +16 -0
  384. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_list-group.scss +24 -0
  385. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_lists.scss +7 -0
  386. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_pagination.scss +10 -0
  387. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_reset-text.scss +17 -0
  388. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_resize.scss +6 -0
  389. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_table-variants.scss +24 -0
  390. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_text-truncate.scss +8 -0
  391. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_transition.scss +26 -0
  392. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_utilities.scss +97 -0
  393. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_visually-hidden.scss +29 -0
  394. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/utilities/_api.scss +47 -0
  395. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/bootstrap/vendor/_rfs.scss +354 -0
  396. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/cards/card-background.scss +81 -0
  397. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/cards/card-rotate.scss +148 -0
  398. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/custom/_styles.scss +0 -0
  399. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/custom/_variables.scss +0 -0
  400. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/forms/_form-check.scss +91 -0
  401. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/forms/_form-select.scss +3 -0
  402. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/forms/_form-switch.scss +43 -0
  403. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/forms/_forms.scss +6 -0
  404. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/forms/_input-group.scss +312 -0
  405. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/forms/_inputs.scss +47 -0
  406. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/forms/_labels.scss +21 -0
  407. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/mixins/_badge.scss +12 -0
  408. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/mixins/_buttons.scss +12 -0
  409. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/mixins/_colored-shadows.scss +5 -0
  410. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/mixins/_hover.scss +27 -0
  411. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/mixins/_social-buttons.scss +46 -0
  412. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/mixins/_vendor.scss +58 -0
  413. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/mixins/mixins.scss +6 -0
  414. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/plugins/free/_flatpickr.scss +878 -0
  415. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/plugins/free/_nouislider.scss +298 -0
  416. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/plugins/free/_perfect-scrollbar.scss +116 -0
  417. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/plugins/free/_prism.scss +142 -0
  418. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/plugins/free/plugins.scss +4 -0
  419. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/theme.scss +63 -0
  420. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_animations.scss +45 -0
  421. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_avatars.scss +28 -0
  422. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_badge.scss +40 -0
  423. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_breadcrumb.scss +5 -0
  424. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_cards-extend.scss +28 -0
  425. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_cards.scss +65 -0
  426. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_choices.scss +8 -0
  427. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_dark-version.scss +9 -0
  428. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_dropdowns.scss +53 -0
  429. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_fixed-plugin.scss +7 -0
  430. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_form-switch.scss +3 -0
  431. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_full-calendar.scss +6 -0
  432. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_header.scss +24 -0
  433. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_info-areas.scss +32 -0
  434. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_misc-extend.scss +48 -0
  435. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_misc.scss +59 -0
  436. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_navbar-vertical.scss +65 -0
  437. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_navbar.scss +17 -0
  438. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_pagination.scss +19 -0
  439. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_ripple.scss +32 -0
  440. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_rtl.scss +1 -0
  441. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_social-buttons.scss +28 -0
  442. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_table.scss +19 -0
  443. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_timeline.scss +20 -0
  444. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_utilities-extend.scss +32 -0
  445. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_utilities.scss +195 -0
  446. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard/variables/_virtual-reality.scss +5 -0
  447. lx_annotate-0.0.1/lx_annotate/static/assets/scss/material-dashboard.scss +30 -0
  448. lx_annotate-0.0.1/lx_annotate/static/assets/usePollingProtection-5vxQa-Ko.js +1 -0
  449. lx_annotate-0.0.1/lx_annotate/static/assets/videoStore-ClqdABXQ.js +2 -0
  450. lx_annotate-0.0.1/lx_annotate/static/authStore-w8taChNC.js +1 -0
  451. lx_annotate-0.0.1/lx_annotate/static/base.css +86 -0
  452. lx_annotate-0.0.1/lx_annotate/static/css/material-dashboard.css +27935 -0
  453. lx_annotate-0.0.1/lx_annotate/static/css/material-dashboard.css.map +360 -0
  454. lx_annotate-0.0.1/lx_annotate/static/css/material-dashboard.min.css +42 -0
  455. lx_annotate-0.0.1/lx_annotate/static/css/nucleo-icons.css +597 -0
  456. lx_annotate-0.0.1/lx_annotate/static/css/nucleo-svg.css +135 -0
  457. lx_annotate-0.0.1/lx_annotate/static/django_extensions/css/jquery.autocomplete.css +38 -0
  458. lx_annotate-0.0.1/lx_annotate/static/django_extensions/img/indicator.gif +0 -0
  459. lx_annotate-0.0.1/lx_annotate/static/django_extensions/js/jquery.ajaxQueue.js +116 -0
  460. lx_annotate-0.0.1/lx_annotate/static/django_extensions/js/jquery.autocomplete.js +1152 -0
  461. lx_annotate-0.0.1/lx_annotate/static/django_extensions/js/jquery.bgiframe.js +39 -0
  462. lx_annotate-0.0.1/lx_annotate/static/fonts/nucleo-icons.eot +0 -0
  463. lx_annotate-0.0.1/lx_annotate/static/fonts/nucleo-icons.svg +312 -0
  464. lx_annotate-0.0.1/lx_annotate/static/fonts/nucleo-icons.ttf +0 -0
  465. lx_annotate-0.0.1/lx_annotate/static/fonts/nucleo-icons.woff +0 -0
  466. lx_annotate-0.0.1/lx_annotate/static/fonts/nucleo-icons.woff2 +0 -0
  467. lx_annotate-0.0.1/lx_annotate/static/fonts/nucleo.eot +0 -0
  468. lx_annotate-0.0.1/lx_annotate/static/fonts/nucleo.ttf +0 -0
  469. lx_annotate-0.0.1/lx_annotate/static/fonts/nucleo.woff +0 -0
  470. lx_annotate-0.0.1/lx_annotate/static/fonts/nucleo.woff2 +0 -0
  471. lx_annotate-0.0.1/lx_annotate/static/img/ColoReg.png +0 -0
  472. lx_annotate-0.0.1/lx_annotate/static/img/Universitaetsklinikum_Wuerzburg.jpg +0 -0
  473. lx_annotate-0.0.1/lx_annotate/static/img/ag_lux_logo_light_grey.svg +1 -0
  474. lx_annotate-0.0.1/lx_annotate/static/img/apple-icon.png +0 -0
  475. lx_annotate-0.0.1/lx_annotate/static/img/bg-pricing.jpg +0 -0
  476. lx_annotate-0.0.1/lx_annotate/static/img/bg-smart-home-1.jpg +0 -0
  477. lx_annotate-0.0.1/lx_annotate/static/img/bg-smart-home-2.jpg +0 -0
  478. lx_annotate-0.0.1/lx_annotate/static/img/bruce-mars.jpg +0 -0
  479. lx_annotate-0.0.1/lx_annotate/static/img/down-arrow-dark.svg +11 -0
  480. lx_annotate-0.0.1/lx_annotate/static/img/down-arrow-white.svg +1 -0
  481. lx_annotate-0.0.1/lx_annotate/static/img/down-arrow.svg +11 -0
  482. lx_annotate-0.0.1/lx_annotate/static/img/drake.jpg +0 -0
  483. lx_annotate-0.0.1/lx_annotate/static/img/favicon.png +0 -0
  484. lx_annotate-0.0.1/lx_annotate/static/img/frames_demo/frame1.jpg +0 -0
  485. lx_annotate-0.0.1/lx_annotate/static/img/frames_demo/frame2.jpg +0 -0
  486. lx_annotate-0.0.1/lx_annotate/static/img/frames_demo/frame3.jpg +0 -0
  487. lx_annotate-0.0.1/lx_annotate/static/img/frames_demo/frame4.jpg +0 -0
  488. lx_annotate-0.0.1/lx_annotate/static/img/home-decor-1.jpg +0 -0
  489. lx_annotate-0.0.1/lx_annotate/static/img/home-decor-2.jpg +0 -0
  490. lx_annotate-0.0.1/lx_annotate/static/img/home-decor-3.jpg +0 -0
  491. lx_annotate-0.0.1/lx_annotate/static/img/icons/flags/AU.png +0 -0
  492. lx_annotate-0.0.1/lx_annotate/static/img/icons/flags/BR.png +0 -0
  493. lx_annotate-0.0.1/lx_annotate/static/img/icons/flags/DE.png +0 -0
  494. lx_annotate-0.0.1/lx_annotate/static/img/icons/flags/GB.png +0 -0
  495. lx_annotate-0.0.1/lx_annotate/static/img/icons/flags/US.png +0 -0
  496. lx_annotate-0.0.1/lx_annotate/static/img/illustrations/chat.png +0 -0
  497. lx_annotate-0.0.1/lx_annotate/static/img/illustrations/danger-chat-ill.png +0 -0
  498. lx_annotate-0.0.1/lx_annotate/static/img/illustrations/dark-lock-ill.png +0 -0
  499. lx_annotate-0.0.1/lx_annotate/static/img/illustrations/error-404.png +0 -0
  500. lx_annotate-0.0.1/lx_annotate/static/img/illustrations/error-500.png +0 -0
  501. lx_annotate-0.0.1/lx_annotate/static/img/illustrations/illustration-lock.jpg +0 -0
  502. lx_annotate-0.0.1/lx_annotate/static/img/illustrations/illustration-reset.jpg +0 -0
  503. lx_annotate-0.0.1/lx_annotate/static/img/illustrations/illustration-signin.jpg +0 -0
  504. lx_annotate-0.0.1/lx_annotate/static/img/illustrations/illustration-signup.jpg +0 -0
  505. lx_annotate-0.0.1/lx_annotate/static/img/illustrations/illustration-verification.jpg +0 -0
  506. lx_annotate-0.0.1/lx_annotate/static/img/illustrations/lock.png +0 -0
  507. lx_annotate-0.0.1/lx_annotate/static/img/illustrations/pattern-tree.svg +20 -0
  508. lx_annotate-0.0.1/lx_annotate/static/img/illustrations/rocket-white.png +0 -0
  509. lx_annotate-0.0.1/lx_annotate/static/img/ivana-square.jpg +0 -0
  510. lx_annotate-0.0.1/lx_annotate/static/img/ivana-squares.jpg +0 -0
  511. lx_annotate-0.0.1/lx_annotate/static/img/ivancik.jpg +0 -0
  512. lx_annotate-0.0.1/lx_annotate/static/img/kal-visuals-square.jpg +0 -0
  513. lx_annotate-0.0.1/lx_annotate/static/img/logo-ct-dark.png +0 -0
  514. lx_annotate-0.0.1/lx_annotate/static/img/logo-ct.png +0 -0
  515. lx_annotate-0.0.1/lx_annotate/static/img/logos/ag_lux_logo_light_grey.svg +1 -0
  516. lx_annotate-0.0.1/lx_annotate/static/img/logos/ag_lux_logo_white.svg +1 -0
  517. lx_annotate-0.0.1/lx_annotate/static/img/logos/gray-logos/logo-coinbase.svg +16 -0
  518. lx_annotate-0.0.1/lx_annotate/static/img/logos/gray-logos/logo-nasa.svg +9 -0
  519. lx_annotate-0.0.1/lx_annotate/static/img/logos/gray-logos/logo-netflix.svg +9 -0
  520. lx_annotate-0.0.1/lx_annotate/static/img/logos/gray-logos/logo-pinterest.svg +9 -0
  521. lx_annotate-0.0.1/lx_annotate/static/img/logos/gray-logos/logo-spotify.svg +9 -0
  522. lx_annotate-0.0.1/lx_annotate/static/img/logos/gray-logos/logo-vodafone.svg +9 -0
  523. lx_annotate-0.0.1/lx_annotate/static/img/logos/mastercard.png +0 -0
  524. lx_annotate-0.0.1/lx_annotate/static/img/logos/visa.png +0 -0
  525. lx_annotate-0.0.1/lx_annotate/static/img/marie.jpg +0 -0
  526. lx_annotate-0.0.1/lx_annotate/static/img/meeting.jpg +0 -0
  527. lx_annotate-0.0.1/lx_annotate/static/img/office-dark.jpg +0 -0
  528. lx_annotate-0.0.1/lx_annotate/static/img/product-12.jpg +0 -0
  529. lx_annotate-0.0.1/lx_annotate/static/img/products/product-1-min.jpg +0 -0
  530. lx_annotate-0.0.1/lx_annotate/static/img/products/product-11.jpg +0 -0
  531. lx_annotate-0.0.1/lx_annotate/static/img/products/product-2-min.jpg +0 -0
  532. lx_annotate-0.0.1/lx_annotate/static/img/products/product-3-min.jpg +0 -0
  533. lx_annotate-0.0.1/lx_annotate/static/img/products/product-4-min.jpg +0 -0
  534. lx_annotate-0.0.1/lx_annotate/static/img/products/product-5-min.jpg +0 -0
  535. lx_annotate-0.0.1/lx_annotate/static/img/products/product-6-min.jpg +0 -0
  536. lx_annotate-0.0.1/lx_annotate/static/img/products/product-7-min.jpg +0 -0
  537. lx_annotate-0.0.1/lx_annotate/static/img/products/product-details-1.jpg +0 -0
  538. lx_annotate-0.0.1/lx_annotate/static/img/products/product-details-2.jpg +0 -0
  539. lx_annotate-0.0.1/lx_annotate/static/img/products/product-details-3.jpg +0 -0
  540. lx_annotate-0.0.1/lx_annotate/static/img/products/product-details-4.jpg +0 -0
  541. lx_annotate-0.0.1/lx_annotate/static/img/products/product-details-5.jpg +0 -0
  542. lx_annotate-0.0.1/lx_annotate/static/img/shapes/pattern-lines.svg +91 -0
  543. lx_annotate-0.0.1/lx_annotate/static/img/shapes/waves-white.svg +324 -0
  544. lx_annotate-0.0.1/lx_annotate/static/img/small-logos/bootstrap.svg +9 -0
  545. lx_annotate-0.0.1/lx_annotate/static/img/small-logos/creative-tim.svg +7 -0
  546. lx_annotate-0.0.1/lx_annotate/static/img/small-logos/devto.svg +9 -0
  547. lx_annotate-0.0.1/lx_annotate/static/img/small-logos/github.svg +10 -0
  548. lx_annotate-0.0.1/lx_annotate/static/img/small-logos/google-webdev.svg +11 -0
  549. lx_annotate-0.0.1/lx_annotate/static/img/small-logos/icon-bulb.svg +37 -0
  550. lx_annotate-0.0.1/lx_annotate/static/img/small-logos/icon-sun-cloud.png +0 -0
  551. lx_annotate-0.0.1/lx_annotate/static/img/small-logos/logo-asana.svg +16 -0
  552. lx_annotate-0.0.1/lx_annotate/static/img/small-logos/logo-atlassian.svg +16 -0
  553. lx_annotate-0.0.1/lx_annotate/static/img/small-logos/logo-invision.svg +10 -0
  554. lx_annotate-0.0.1/lx_annotate/static/img/small-logos/logo-jira.svg +21 -0
  555. lx_annotate-0.0.1/lx_annotate/static/img/small-logos/logo-slack.svg +12 -0
  556. lx_annotate-0.0.1/lx_annotate/static/img/small-logos/logo-spotify.svg +9 -0
  557. lx_annotate-0.0.1/lx_annotate/static/img/small-logos/logo-xd.svg +11 -0
  558. lx_annotate-0.0.1/lx_annotate/static/img/team-1.jpg +0 -0
  559. lx_annotate-0.0.1/lx_annotate/static/img/team-2.jpg +0 -0
  560. lx_annotate-0.0.1/lx_annotate/static/img/team-3.jpg +0 -0
  561. lx_annotate-0.0.1/lx_annotate/static/img/team-4.jpg +0 -0
  562. lx_annotate-0.0.1/lx_annotate/static/img/team-5.jpg +0 -0
  563. lx_annotate-0.0.1/lx_annotate/static/img/tesla-model-s.png +0 -0
  564. lx_annotate-0.0.1/lx_annotate/static/img/vr-bg.jpg +0 -0
  565. lx_annotate-0.0.1/lx_annotate/static/js/core/bootstrap.bundle.min.js +6 -0
  566. lx_annotate-0.0.1/lx_annotate/static/js/core/bootstrap.min.js +6 -0
  567. lx_annotate-0.0.1/lx_annotate/static/js/core/popper.min.js +4 -0
  568. lx_annotate-0.0.1/lx_annotate/static/js/material-dashboard.js +879 -0
  569. lx_annotate-0.0.1/lx_annotate/static/js/material-dashboard.js.map +1 -0
  570. lx_annotate-0.0.1/lx_annotate/static/js/material-dashboard.min.js +17 -0
  571. lx_annotate-0.0.1/lx_annotate/static/js/plugins/Chart.extension.js +130 -0
  572. lx_annotate-0.0.1/lx_annotate/static/js/plugins/bootstrap-notify.js +432 -0
  573. lx_annotate-0.0.1/lx_annotate/static/js/plugins/chartjs.min.js +13 -0
  574. lx_annotate-0.0.1/lx_annotate/static/js/plugins/countup.min.js +1 -0
  575. lx_annotate-0.0.1/lx_annotate/static/js/plugins/get_annotations.js +49 -0
  576. lx_annotate-0.0.1/lx_annotate/static/js/plugins/perfect-scrollbar.min.js +19 -0
  577. lx_annotate-0.0.1/lx_annotate/static/js/plugins/random-name-generator.js +81 -0
  578. lx_annotate-0.0.1/lx_annotate/static/js/plugins/smooth-scrollbar.min.js +25 -0
  579. lx_annotate-0.0.1/lx_annotate/static/js/plugins/submission-handler.js +73 -0
  580. lx_annotate-0.0.1/lx_annotate/static/js/plugins/world.js +2464 -0
  581. lx_annotate-0.0.1/lx_annotate/static/logo.svg +1 -0
  582. lx_annotate-0.0.1/lx_annotate/static/main-DGGk9Vng.css +37 -0
  583. lx_annotate-0.0.1/lx_annotate/static/main-DethiONo.js +36 -0
  584. lx_annotate-0.0.1/lx_annotate/static/main.css +32 -0
  585. lx_annotate-0.0.1/lx_annotate/static/mediaTypeStore-D6KIykKn.js +1 -0
  586. lx_annotate-0.0.1/lx_annotate/static/modeltranslation/css/tabbed_translation_fields.css +101 -0
  587. lx_annotate-0.0.1/lx_annotate/static/modeltranslation/js/clearable_inputs.js +19 -0
  588. lx_annotate-0.0.1/lx_annotate/static/modeltranslation/js/force_jquery.js +3 -0
  589. lx_annotate-0.0.1/lx_annotate/static/modeltranslation/js/tabbed_translation_fields.js +549 -0
  590. lx_annotate-0.0.1/lx_annotate/static/nucleo-icons-BgnVbBvX.eot +0 -0
  591. lx_annotate-0.0.1/lx_annotate/static/nucleo-icons-BuEzPWOc.woff +0 -0
  592. lx_annotate-0.0.1/lx_annotate/static/nucleo-icons-C6OFysxg.svg +312 -0
  593. lx_annotate-0.0.1/lx_annotate/static/nucleo-icons-CTnIBWcu.woff2 +0 -0
  594. lx_annotate-0.0.1/lx_annotate/static/nucleo-icons-kNTzvw2K.ttf +0 -0
  595. lx_annotate-0.0.1/lx_annotate/static/patientStore-BazAFCNw.js +1 -0
  596. lx_annotate-0.0.1/lx_annotate/static/rest_framework/css/bootstrap-theme.min.css +6 -0
  597. lx_annotate-0.0.1/lx_annotate/static/rest_framework/css/bootstrap-theme.min.css.map +1 -0
  598. lx_annotate-0.0.1/lx_annotate/static/rest_framework/css/bootstrap-tweaks.css +237 -0
  599. lx_annotate-0.0.1/lx_annotate/static/rest_framework/css/bootstrap.min.css +6 -0
  600. lx_annotate-0.0.1/lx_annotate/static/rest_framework/css/bootstrap.min.css.map +1 -0
  601. lx_annotate-0.0.1/lx_annotate/static/rest_framework/css/default.css +82 -0
  602. lx_annotate-0.0.1/lx_annotate/static/rest_framework/css/font-awesome-4.0.3.css +1338 -0
  603. lx_annotate-0.0.1/lx_annotate/static/rest_framework/css/prettify.css +30 -0
  604. lx_annotate-0.0.1/lx_annotate/static/rest_framework/docs/css/base.css +359 -0
  605. lx_annotate-0.0.1/lx_annotate/static/rest_framework/docs/css/highlight.css +125 -0
  606. lx_annotate-0.0.1/lx_annotate/static/rest_framework/docs/css/jquery.json-view.min.css +11 -0
  607. lx_annotate-0.0.1/lx_annotate/static/rest_framework/docs/img/favicon.ico +0 -0
  608. lx_annotate-0.0.1/lx_annotate/static/rest_framework/docs/img/grid.png +0 -0
  609. lx_annotate-0.0.1/lx_annotate/static/rest_framework/docs/js/api.js +315 -0
  610. lx_annotate-0.0.1/lx_annotate/static/rest_framework/docs/js/highlight.pack.js +2 -0
  611. lx_annotate-0.0.1/lx_annotate/static/rest_framework/docs/js/jquery.json-view.min.js +7 -0
  612. lx_annotate-0.0.1/lx_annotate/static/rest_framework/fonts/fontawesome-webfont.eot +0 -0
  613. lx_annotate-0.0.1/lx_annotate/static/rest_framework/fonts/fontawesome-webfont.svg +414 -0
  614. lx_annotate-0.0.1/lx_annotate/static/rest_framework/fonts/fontawesome-webfont.ttf +0 -0
  615. lx_annotate-0.0.1/lx_annotate/static/rest_framework/fonts/fontawesome-webfont.woff +0 -0
  616. lx_annotate-0.0.1/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.eot +0 -0
  617. lx_annotate-0.0.1/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.svg +288 -0
  618. lx_annotate-0.0.1/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.ttf +0 -0
  619. lx_annotate-0.0.1/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.woff +0 -0
  620. lx_annotate-0.0.1/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.woff2 +0 -0
  621. lx_annotate-0.0.1/lx_annotate/static/rest_framework/img/glyphicons-halflings-white.png +0 -0
  622. lx_annotate-0.0.1/lx_annotate/static/rest_framework/img/glyphicons-halflings.png +0 -0
  623. lx_annotate-0.0.1/lx_annotate/static/rest_framework/img/grid.png +0 -0
  624. lx_annotate-0.0.1/lx_annotate/static/rest_framework/js/ajax-form.js +133 -0
  625. lx_annotate-0.0.1/lx_annotate/static/rest_framework/js/bootstrap.min.js +6 -0
  626. lx_annotate-0.0.1/lx_annotate/static/rest_framework/js/coreapi-0.1.1.js +2043 -0
  627. lx_annotate-0.0.1/lx_annotate/static/rest_framework/js/csrf.js +53 -0
  628. lx_annotate-0.0.1/lx_annotate/static/rest_framework/js/default.js +47 -0
  629. lx_annotate-0.0.1/lx_annotate/static/rest_framework/js/jquery-3.7.1.min.js +2 -0
  630. lx_annotate-0.0.1/lx_annotate/static/rest_framework/js/load-ajax-form.js +3 -0
  631. lx_annotate-0.0.1/lx_annotate/static/rest_framework/js/prettify-min.js +28 -0
  632. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_alert.scss +17 -0
  633. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_avatars.scss +123 -0
  634. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_badge.scss +8 -0
  635. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_breadcrumbs.scss +48 -0
  636. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_buttons.scss +191 -0
  637. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_cards.scss +60 -0
  638. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_dark-version.scss +281 -0
  639. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_dropdown.scss +292 -0
  640. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_dropup.scss +41 -0
  641. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_fixed-plugin.scss +60 -0
  642. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_footer.scss +17 -0
  643. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_forms.scss +49 -0
  644. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_gradients.scss +18 -0
  645. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_header.scss +25 -0
  646. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_icons.scss +32 -0
  647. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_info-areas.scss +178 -0
  648. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_misc.scss +442 -0
  649. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_nav.scss +123 -0
  650. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_navbar-vertical.scss +725 -0
  651. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_navbar.scss +220 -0
  652. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_pagination.scss +58 -0
  653. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_popovers.scss +10 -0
  654. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_progress.scss +15 -0
  655. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_ripple.scss +15 -0
  656. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_rtl.scss +125 -0
  657. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_social-buttons.scss +42 -0
  658. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_tables.scss +53 -0
  659. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_tilt.scss +11 -0
  660. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_timeline.scss +137 -0
  661. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_tooltips.scss +9 -0
  662. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_typography.scss +301 -0
  663. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_utilities-extend.scss +11 -0
  664. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_utilities.scss +837 -0
  665. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/_variables.scss +1674 -0
  666. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_accordion.scss +149 -0
  667. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_alert.scss +71 -0
  668. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_badge.scss +38 -0
  669. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_breadcrumb.scss +40 -0
  670. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_button-group.scss +142 -0
  671. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_buttons.scss +207 -0
  672. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_card.scss +234 -0
  673. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_carousel.scss +226 -0
  674. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_close.scss +40 -0
  675. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_containers.scss +41 -0
  676. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_dropdown.scss +249 -0
  677. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_forms.scss +9 -0
  678. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_functions.scss +302 -0
  679. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_grid.scss +33 -0
  680. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_helpers.scss +10 -0
  681. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_images.scss +42 -0
  682. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_list-group.scss +192 -0
  683. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_maps.scss +54 -0
  684. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_mixins.scss +43 -0
  685. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_modal.scss +237 -0
  686. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_nav.scss +172 -0
  687. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_navbar.scss +278 -0
  688. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_offcanvas.scss +144 -0
  689. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_pagination.scss +109 -0
  690. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_placeholders.scss +51 -0
  691. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_popover.scss +196 -0
  692. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_progress.scss +59 -0
  693. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_reboot.scss +610 -0
  694. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_root.scss +73 -0
  695. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_spinners.scss +85 -0
  696. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_tables.scss +164 -0
  697. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_toasts.scss +73 -0
  698. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_tooltip.scss +120 -0
  699. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_transitions.scss +27 -0
  700. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_type.scss +106 -0
  701. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_utilities.scss +647 -0
  702. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/_variables.scss +1634 -0
  703. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/bootstrap-grid.scss +64 -0
  704. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/bootstrap-reboot.scss +9 -0
  705. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/bootstrap-utilities.scss +18 -0
  706. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/bootstrap.scss +51 -0
  707. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_floating-labels.scss +75 -0
  708. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-check.scss +175 -0
  709. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-control.scss +194 -0
  710. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-range.scss +91 -0
  711. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-select.scss +71 -0
  712. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-text.scss +11 -0
  713. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_input-group.scss +132 -0
  714. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_labels.scss +36 -0
  715. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_validation.scss +12 -0
  716. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_clearfix.scss +3 -0
  717. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_color-bg.scss +10 -0
  718. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_colored-links.scss +12 -0
  719. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_position.scss +36 -0
  720. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_ratio.scss +26 -0
  721. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_stacks.scss +15 -0
  722. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_stretched-link.scss +15 -0
  723. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_text-truncation.scss +7 -0
  724. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_visually-hidden.scss +8 -0
  725. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_vr.scss +8 -0
  726. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_alert.scss +15 -0
  727. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_backdrop.scss +14 -0
  728. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_banner.scss +9 -0
  729. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_border-radius.scss +78 -0
  730. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_box-shadow.scss +18 -0
  731. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_breakpoints.scss +127 -0
  732. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_buttons.scss +70 -0
  733. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_caret.scss +64 -0
  734. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_clearfix.scss +9 -0
  735. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_color-scheme.scss +7 -0
  736. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_container.scss +11 -0
  737. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_deprecate.scss +10 -0
  738. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_forms.scss +152 -0
  739. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_gradients.scss +47 -0
  740. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_grid.scss +151 -0
  741. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_image.scss +16 -0
  742. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_list-group.scss +24 -0
  743. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_lists.scss +7 -0
  744. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_pagination.scss +10 -0
  745. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_reset-text.scss +17 -0
  746. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_resize.scss +6 -0
  747. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_table-variants.scss +24 -0
  748. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_text-truncate.scss +8 -0
  749. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_transition.scss +26 -0
  750. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_utilities.scss +97 -0
  751. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_visually-hidden.scss +29 -0
  752. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/utilities/_api.scss +47 -0
  753. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/bootstrap/vendor/_rfs.scss +354 -0
  754. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/cards/card-background.scss +81 -0
  755. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/cards/card-rotate.scss +148 -0
  756. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/custom/_styles.scss +0 -0
  757. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/custom/_variables.scss +0 -0
  758. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/forms/_form-check.scss +91 -0
  759. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/forms/_form-select.scss +3 -0
  760. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/forms/_form-switch.scss +43 -0
  761. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/forms/_forms.scss +6 -0
  762. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/forms/_input-group.scss +312 -0
  763. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/forms/_inputs.scss +47 -0
  764. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/forms/_labels.scss +21 -0
  765. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/mixins/_badge.scss +12 -0
  766. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/mixins/_buttons.scss +12 -0
  767. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/mixins/_colored-shadows.scss +5 -0
  768. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/mixins/_hover.scss +27 -0
  769. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/mixins/_social-buttons.scss +46 -0
  770. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/mixins/_vendor.scss +58 -0
  771. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/mixins/mixins.scss +6 -0
  772. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/plugins/free/_flatpickr.scss +878 -0
  773. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/plugins/free/_nouislider.scss +298 -0
  774. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/plugins/free/_perfect-scrollbar.scss +116 -0
  775. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/plugins/free/_prism.scss +142 -0
  776. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/plugins/free/plugins.scss +4 -0
  777. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/theme.scss +63 -0
  778. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_animations.scss +45 -0
  779. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_avatars.scss +28 -0
  780. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_badge.scss +40 -0
  781. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_breadcrumb.scss +5 -0
  782. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_cards-extend.scss +28 -0
  783. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_cards.scss +65 -0
  784. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_choices.scss +8 -0
  785. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_dark-version.scss +9 -0
  786. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_dropdowns.scss +53 -0
  787. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_fixed-plugin.scss +7 -0
  788. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_form-switch.scss +3 -0
  789. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_full-calendar.scss +6 -0
  790. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_header.scss +24 -0
  791. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_info-areas.scss +32 -0
  792. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_misc-extend.scss +48 -0
  793. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_misc.scss +59 -0
  794. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_navbar-vertical.scss +65 -0
  795. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_navbar.scss +17 -0
  796. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_pagination.scss +19 -0
  797. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_ripple.scss +32 -0
  798. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_rtl.scss +1 -0
  799. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_social-buttons.scss +28 -0
  800. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_table.scss +19 -0
  801. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_timeline.scss +20 -0
  802. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_utilities-extend.scss +32 -0
  803. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_utilities.scss +195 -0
  804. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard/variables/_virtual-reality.scss +5 -0
  805. lx_annotate-0.0.1/lx_annotate/static/scss/material-dashboard.scss +30 -0
  806. lx_annotate-0.0.1/lx_annotate/static/silent-check-sso.html +8 -0
  807. lx_annotate-0.0.1/lx_annotate/static/usePollingProtection-5vxQa-Ko.js +1 -0
  808. lx_annotate-0.0.1/lx_annotate/static/videoStore-ClqdABXQ.js +2 -0
  809. lx_annotate-0.0.1/lx_annotate/templates/base.html +42 -0
  810. lx_annotate-0.0.1/lx_annotate/urls.py +141 -0
  811. lx_annotate-0.0.1/lx_annotate/wsgi.py +18 -0
  812. lx_annotate-0.0.1/manage.py +70 -0
  813. lx_annotate-0.0.1/pyproject.toml +179 -0
  814. lx_annotate-0.0.1/staticfiles/.vite/manifest.json +502 -0
  815. lx_annotate-0.0.1/staticfiles/AboutUs.js +1 -0
  816. lx_annotate-0.0.1/staticfiles/AnnotationDashboard.css +1 -0
  817. lx_annotate-0.0.1/staticfiles/AnnotationDashboard.js +1 -0
  818. lx_annotate-0.0.1/staticfiles/AnnotationDashboard2.js +1 -0
  819. lx_annotate-0.0.1/staticfiles/AnonymizationCorrectionComponent.css +1 -0
  820. lx_annotate-0.0.1/staticfiles/AnonymizationCorrectionComponent.js +1 -0
  821. lx_annotate-0.0.1/staticfiles/AnonymizationOverview.css +1 -0
  822. lx_annotate-0.0.1/staticfiles/AnonymizationOverview.js +1 -0
  823. lx_annotate-0.0.1/staticfiles/AnonymizationValidationComponent.css +1 -0
  824. lx_annotate-0.0.1/staticfiles/AnonymizationValidationComponent.js +1 -0
  825. lx_annotate-0.0.1/staticfiles/ApplicationSettingsPage.css +1 -0
  826. lx_annotate-0.0.1/staticfiles/ApplicationSettingsPage.js +1 -0
  827. lx_annotate-0.0.1/staticfiles/CaseResolutionPage.js +1 -0
  828. lx_annotate-0.0.1/staticfiles/CaseSetupPage.js +1 -0
  829. lx_annotate-0.0.1/staticfiles/Dashboard.js +1 -0
  830. lx_annotate-0.0.1/staticfiles/Documentation.css +1 -0
  831. lx_annotate-0.0.1/staticfiles/Documentation.js +1 -0
  832. lx_annotate-0.0.1/staticfiles/Examination.js +1 -0
  833. lx_annotate-0.0.1/staticfiles/Export.css +1 -0
  834. lx_annotate-0.0.1/staticfiles/Export.js +1 -0
  835. lx_annotate-0.0.1/staticfiles/FinalizedResultPage.js +1 -0
  836. lx_annotate-0.0.1/staticfiles/FindingsCapturePage.css +1 -0
  837. lx_annotate-0.0.1/staticfiles/FindingsCapturePage.js +1 -0
  838. lx_annotate-0.0.1/staticfiles/FindingsDetail.css +1 -0
  839. lx_annotate-0.0.1/staticfiles/FindingsDetail.js +1 -0
  840. lx_annotate-0.0.1/staticfiles/FrameAnnotation.css +1 -0
  841. lx_annotate-0.0.1/staticfiles/FrameAnnotation.js +1 -0
  842. lx_annotate-0.0.1/staticfiles/FrameSelectorPage.css +1 -0
  843. lx_annotate-0.0.1/staticfiles/FrameSelectorPage.js +1 -0
  844. lx_annotate-0.0.1/staticfiles/LookupStatusPanel.vue_vue_type_script_setup_true_lang.js +1 -0
  845. lx_annotate-0.0.1/staticfiles/MedicalBlock.css +1 -0
  846. lx_annotate-0.0.1/staticfiles/MedicalBlock.vue_vue_type_style_index_0_lang.js +1 -0
  847. lx_annotate-0.0.1/staticfiles/PageOverview.js +1 -0
  848. lx_annotate-0.0.1/staticfiles/PatientOverview.css +1 -0
  849. lx_annotate-0.0.1/staticfiles/PatientOverview.js +1 -0
  850. lx_annotate-0.0.1/staticfiles/Profile.js +1 -0
  851. lx_annotate-0.0.1/staticfiles/ReportEditorPage.js +4 -0
  852. lx_annotate-0.0.1/staticfiles/ReportGenerator.css +1 -0
  853. lx_annotate-0.0.1/staticfiles/ReportGenerator.js +1 -0
  854. lx_annotate-0.0.1/staticfiles/ReportTemplateBuilderPage.js +7 -0
  855. lx_annotate-0.0.1/staticfiles/ReportingShell.css +1 -0
  856. lx_annotate-0.0.1/staticfiles/ReportingShell.js +1 -0
  857. lx_annotate-0.0.1/staticfiles/ReportingWorklistPage.js +1 -0
  858. lx_annotate-0.0.1/staticfiles/RequirementGenerator.css +1 -0
  859. lx_annotate-0.0.1/staticfiles/RequirementGenerator.js +1 -0
  860. lx_annotate-0.0.1/staticfiles/RequirementIssues.vue_vue_type_script_setup_true_lang.js +1 -0
  861. lx_annotate-0.0.1/staticfiles/Timeline.css +1 -0
  862. lx_annotate-0.0.1/staticfiles/Timeline.js +1 -0
  863. lx_annotate-0.0.1/staticfiles/VideoExamination.css +1 -0
  864. lx_annotate-0.0.1/staticfiles/VideoExamination.js +1 -0
  865. lx_annotate-0.0.1/staticfiles/assets/base.css +86 -0
  866. lx_annotate-0.0.1/staticfiles/assets/css/material-dashboard.css +27935 -0
  867. lx_annotate-0.0.1/staticfiles/assets/css/material-dashboard.css.map +360 -0
  868. lx_annotate-0.0.1/staticfiles/assets/css/material-dashboard.min.css +42 -0
  869. lx_annotate-0.0.1/staticfiles/assets/css/nucleo-icons.css +597 -0
  870. lx_annotate-0.0.1/staticfiles/assets/css/nucleo-svg.css +135 -0
  871. lx_annotate-0.0.1/staticfiles/assets/fonts/nucleo-icons.eot +0 -0
  872. lx_annotate-0.0.1/staticfiles/assets/fonts/nucleo-icons.svg +312 -0
  873. lx_annotate-0.0.1/staticfiles/assets/fonts/nucleo-icons.ttf +0 -0
  874. lx_annotate-0.0.1/staticfiles/assets/fonts/nucleo-icons.woff +0 -0
  875. lx_annotate-0.0.1/staticfiles/assets/fonts/nucleo-icons.woff2 +0 -0
  876. lx_annotate-0.0.1/staticfiles/assets/fonts/nucleo.eot +0 -0
  877. lx_annotate-0.0.1/staticfiles/assets/fonts/nucleo.ttf +0 -0
  878. lx_annotate-0.0.1/staticfiles/assets/fonts/nucleo.woff +0 -0
  879. lx_annotate-0.0.1/staticfiles/assets/fonts/nucleo.woff2 +0 -0
  880. lx_annotate-0.0.1/staticfiles/assets/js/core/bootstrap.bundle.min.js +6 -0
  881. lx_annotate-0.0.1/staticfiles/assets/js/core/bootstrap.min.js +6 -0
  882. lx_annotate-0.0.1/staticfiles/assets/js/core/popper.min.js +4 -0
  883. lx_annotate-0.0.1/staticfiles/assets/js/material-dashboard.js +879 -0
  884. lx_annotate-0.0.1/staticfiles/assets/js/material-dashboard.js.map +1 -0
  885. lx_annotate-0.0.1/staticfiles/assets/js/material-dashboard.min.js +17 -0
  886. lx_annotate-0.0.1/staticfiles/assets/js/plugins/Chart.extension.js +130 -0
  887. lx_annotate-0.0.1/staticfiles/assets/js/plugins/bootstrap-notify.js +432 -0
  888. lx_annotate-0.0.1/staticfiles/assets/js/plugins/chartjs.min.js +13 -0
  889. lx_annotate-0.0.1/staticfiles/assets/js/plugins/countup.min.js +1 -0
  890. lx_annotate-0.0.1/staticfiles/assets/js/plugins/get_annotations.js +49 -0
  891. lx_annotate-0.0.1/staticfiles/assets/js/plugins/perfect-scrollbar.min.js +19 -0
  892. lx_annotate-0.0.1/staticfiles/assets/js/plugins/random-name-generator.js +81 -0
  893. lx_annotate-0.0.1/staticfiles/assets/js/plugins/smooth-scrollbar.min.js +25 -0
  894. lx_annotate-0.0.1/staticfiles/assets/js/plugins/submission-handler.js +73 -0
  895. lx_annotate-0.0.1/staticfiles/assets/js/plugins/world.js +2464 -0
  896. lx_annotate-0.0.1/staticfiles/assets/logo.svg +1 -0
  897. lx_annotate-0.0.1/staticfiles/assets/main.css +32 -0
  898. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_alert.scss +17 -0
  899. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_avatars.scss +123 -0
  900. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_badge.scss +8 -0
  901. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_breadcrumbs.scss +48 -0
  902. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_buttons.scss +191 -0
  903. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_cards.scss +60 -0
  904. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_dark-version.scss +281 -0
  905. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_dropdown.scss +292 -0
  906. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_dropup.scss +41 -0
  907. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_fixed-plugin.scss +60 -0
  908. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_footer.scss +17 -0
  909. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_forms.scss +49 -0
  910. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_gradients.scss +18 -0
  911. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_header.scss +25 -0
  912. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_icons.scss +32 -0
  913. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_info-areas.scss +178 -0
  914. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_misc.scss +442 -0
  915. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_nav.scss +123 -0
  916. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_navbar-vertical.scss +725 -0
  917. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_navbar.scss +220 -0
  918. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_pagination.scss +58 -0
  919. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_popovers.scss +10 -0
  920. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_progress.scss +15 -0
  921. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_ripple.scss +15 -0
  922. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_rtl.scss +125 -0
  923. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_social-buttons.scss +42 -0
  924. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_tables.scss +53 -0
  925. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_tilt.scss +11 -0
  926. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_timeline.scss +137 -0
  927. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_tooltips.scss +9 -0
  928. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_typography.scss +301 -0
  929. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_utilities-extend.scss +11 -0
  930. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_utilities.scss +837 -0
  931. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/_variables.scss +1674 -0
  932. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_accordion.scss +149 -0
  933. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_alert.scss +71 -0
  934. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_badge.scss +38 -0
  935. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_breadcrumb.scss +40 -0
  936. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_button-group.scss +142 -0
  937. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_buttons.scss +207 -0
  938. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_card.scss +234 -0
  939. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_carousel.scss +226 -0
  940. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_close.scss +40 -0
  941. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_containers.scss +41 -0
  942. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_dropdown.scss +249 -0
  943. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_forms.scss +9 -0
  944. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_functions.scss +302 -0
  945. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_grid.scss +33 -0
  946. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_helpers.scss +10 -0
  947. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_images.scss +42 -0
  948. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_list-group.scss +192 -0
  949. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_maps.scss +54 -0
  950. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_mixins.scss +43 -0
  951. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_modal.scss +237 -0
  952. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_nav.scss +172 -0
  953. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_navbar.scss +278 -0
  954. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_offcanvas.scss +144 -0
  955. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_pagination.scss +109 -0
  956. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_placeholders.scss +51 -0
  957. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_popover.scss +196 -0
  958. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_progress.scss +59 -0
  959. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_reboot.scss +610 -0
  960. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_root.scss +73 -0
  961. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_spinners.scss +85 -0
  962. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_tables.scss +164 -0
  963. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_toasts.scss +73 -0
  964. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_tooltip.scss +120 -0
  965. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_transitions.scss +27 -0
  966. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_type.scss +106 -0
  967. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_utilities.scss +647 -0
  968. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/_variables.scss +1634 -0
  969. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/bootstrap-grid.scss +64 -0
  970. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/bootstrap-reboot.scss +9 -0
  971. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/bootstrap-utilities.scss +18 -0
  972. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/bootstrap.scss +51 -0
  973. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_floating-labels.scss +75 -0
  974. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-check.scss +175 -0
  975. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-control.scss +194 -0
  976. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-range.scss +91 -0
  977. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-select.scss +71 -0
  978. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-text.scss +11 -0
  979. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_input-group.scss +132 -0
  980. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_labels.scss +36 -0
  981. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_validation.scss +12 -0
  982. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_clearfix.scss +3 -0
  983. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_color-bg.scss +10 -0
  984. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_colored-links.scss +12 -0
  985. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_position.scss +36 -0
  986. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_ratio.scss +26 -0
  987. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_stacks.scss +15 -0
  988. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_stretched-link.scss +15 -0
  989. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_text-truncation.scss +7 -0
  990. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_visually-hidden.scss +8 -0
  991. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_vr.scss +8 -0
  992. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_alert.scss +15 -0
  993. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_backdrop.scss +14 -0
  994. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_banner.scss +9 -0
  995. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_border-radius.scss +78 -0
  996. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_box-shadow.scss +18 -0
  997. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_breakpoints.scss +127 -0
  998. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_buttons.scss +70 -0
  999. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_caret.scss +64 -0
  1000. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_clearfix.scss +9 -0
  1001. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_color-scheme.scss +7 -0
  1002. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_container.scss +11 -0
  1003. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_deprecate.scss +10 -0
  1004. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_forms.scss +152 -0
  1005. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_gradients.scss +47 -0
  1006. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_grid.scss +151 -0
  1007. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_image.scss +16 -0
  1008. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_list-group.scss +24 -0
  1009. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_lists.scss +7 -0
  1010. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_pagination.scss +10 -0
  1011. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_reset-text.scss +17 -0
  1012. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_resize.scss +6 -0
  1013. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_table-variants.scss +24 -0
  1014. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_text-truncate.scss +8 -0
  1015. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_transition.scss +26 -0
  1016. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_utilities.scss +97 -0
  1017. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_visually-hidden.scss +29 -0
  1018. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/utilities/_api.scss +47 -0
  1019. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/bootstrap/vendor/_rfs.scss +354 -0
  1020. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/cards/card-background.scss +81 -0
  1021. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/cards/card-rotate.scss +148 -0
  1022. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/custom/_styles.scss +0 -0
  1023. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/custom/_variables.scss +0 -0
  1024. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/forms/_form-check.scss +91 -0
  1025. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/forms/_form-select.scss +3 -0
  1026. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/forms/_form-switch.scss +43 -0
  1027. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/forms/_forms.scss +6 -0
  1028. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/forms/_input-group.scss +312 -0
  1029. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/forms/_inputs.scss +47 -0
  1030. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/forms/_labels.scss +21 -0
  1031. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/mixins/_badge.scss +12 -0
  1032. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/mixins/_buttons.scss +12 -0
  1033. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/mixins/_colored-shadows.scss +5 -0
  1034. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/mixins/_hover.scss +27 -0
  1035. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/mixins/_social-buttons.scss +46 -0
  1036. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/mixins/_vendor.scss +58 -0
  1037. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/mixins/mixins.scss +6 -0
  1038. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/plugins/free/_flatpickr.scss +878 -0
  1039. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/plugins/free/_nouislider.scss +298 -0
  1040. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/plugins/free/_perfect-scrollbar.scss +116 -0
  1041. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/plugins/free/_prism.scss +142 -0
  1042. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/plugins/free/plugins.scss +4 -0
  1043. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/theme.scss +63 -0
  1044. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_animations.scss +45 -0
  1045. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_avatars.scss +28 -0
  1046. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_badge.scss +40 -0
  1047. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_breadcrumb.scss +5 -0
  1048. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_cards-extend.scss +28 -0
  1049. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_cards.scss +65 -0
  1050. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_choices.scss +8 -0
  1051. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_dark-version.scss +9 -0
  1052. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_dropdowns.scss +53 -0
  1053. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_fixed-plugin.scss +7 -0
  1054. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_form-switch.scss +3 -0
  1055. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_full-calendar.scss +6 -0
  1056. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_header.scss +24 -0
  1057. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_info-areas.scss +32 -0
  1058. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_misc-extend.scss +48 -0
  1059. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_misc.scss +59 -0
  1060. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_navbar-vertical.scss +65 -0
  1061. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_navbar.scss +17 -0
  1062. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_pagination.scss +19 -0
  1063. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_ripple.scss +32 -0
  1064. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_rtl.scss +1 -0
  1065. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_social-buttons.scss +28 -0
  1066. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_table.scss +19 -0
  1067. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_timeline.scss +20 -0
  1068. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_utilities-extend.scss +32 -0
  1069. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_utilities.scss +195 -0
  1070. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard/variables/_virtual-reality.scss +5 -0
  1071. lx_annotate-0.0.1/staticfiles/assets/scss/material-dashboard.scss +30 -0
  1072. lx_annotate-0.0.1/staticfiles/dateHelpers.js +1 -0
  1073. lx_annotate-0.0.1/staticfiles/examinationStore.js +1 -0
  1074. lx_annotate-0.0.1/staticfiles/findingsApi.js +1 -0
  1075. lx_annotate-0.0.1/staticfiles/img/Universitaetsklinikum_Wuerzburg.jpg +0 -0
  1076. lx_annotate-0.0.1/staticfiles/img/ag_lux_logo_light_grey.svg +1 -0
  1077. lx_annotate-0.0.1/staticfiles/img/apple-icon.png +0 -0
  1078. lx_annotate-0.0.1/staticfiles/img/bg-pricing.jpg +0 -0
  1079. lx_annotate-0.0.1/staticfiles/img/bg-smart-home-1.jpg +0 -0
  1080. lx_annotate-0.0.1/staticfiles/img/bg-smart-home-2.jpg +0 -0
  1081. lx_annotate-0.0.1/staticfiles/img/bruce-mars.jpg +0 -0
  1082. lx_annotate-0.0.1/staticfiles/img/down-arrow-dark.svg +11 -0
  1083. lx_annotate-0.0.1/staticfiles/img/down-arrow-white.svg +1 -0
  1084. lx_annotate-0.0.1/staticfiles/img/down-arrow.svg +11 -0
  1085. lx_annotate-0.0.1/staticfiles/img/drake.jpg +0 -0
  1086. lx_annotate-0.0.1/staticfiles/img/favicon.png +0 -0
  1087. lx_annotate-0.0.1/staticfiles/img/frames_demo/frame1.jpg +0 -0
  1088. lx_annotate-0.0.1/staticfiles/img/frames_demo/frame2.jpg +0 -0
  1089. lx_annotate-0.0.1/staticfiles/img/frames_demo/frame3.jpg +0 -0
  1090. lx_annotate-0.0.1/staticfiles/img/frames_demo/frame4.jpg +0 -0
  1091. lx_annotate-0.0.1/staticfiles/img/home-decor-1.jpg +0 -0
  1092. lx_annotate-0.0.1/staticfiles/img/home-decor-2.jpg +0 -0
  1093. lx_annotate-0.0.1/staticfiles/img/home-decor-3.jpg +0 -0
  1094. lx_annotate-0.0.1/staticfiles/img/icons/flags/AU.png +0 -0
  1095. lx_annotate-0.0.1/staticfiles/img/icons/flags/BR.png +0 -0
  1096. lx_annotate-0.0.1/staticfiles/img/icons/flags/DE.png +0 -0
  1097. lx_annotate-0.0.1/staticfiles/img/icons/flags/GB.png +0 -0
  1098. lx_annotate-0.0.1/staticfiles/img/icons/flags/US.png +0 -0
  1099. lx_annotate-0.0.1/staticfiles/img/illustrations/chat.png +0 -0
  1100. lx_annotate-0.0.1/staticfiles/img/illustrations/danger-chat-ill.png +0 -0
  1101. lx_annotate-0.0.1/staticfiles/img/illustrations/dark-lock-ill.png +0 -0
  1102. lx_annotate-0.0.1/staticfiles/img/illustrations/error-404.png +0 -0
  1103. lx_annotate-0.0.1/staticfiles/img/illustrations/error-500.png +0 -0
  1104. lx_annotate-0.0.1/staticfiles/img/illustrations/illustration-lock.jpg +0 -0
  1105. lx_annotate-0.0.1/staticfiles/img/illustrations/illustration-reset.jpg +0 -0
  1106. lx_annotate-0.0.1/staticfiles/img/illustrations/illustration-signin.jpg +0 -0
  1107. lx_annotate-0.0.1/staticfiles/img/illustrations/illustration-signup.jpg +0 -0
  1108. lx_annotate-0.0.1/staticfiles/img/illustrations/illustration-verification.jpg +0 -0
  1109. lx_annotate-0.0.1/staticfiles/img/illustrations/lock.png +0 -0
  1110. lx_annotate-0.0.1/staticfiles/img/illustrations/pattern-tree.svg +20 -0
  1111. lx_annotate-0.0.1/staticfiles/img/illustrations/rocket-white.png +0 -0
  1112. lx_annotate-0.0.1/staticfiles/img/ivana-square.jpg +0 -0
  1113. lx_annotate-0.0.1/staticfiles/img/ivana-squares.jpg +0 -0
  1114. lx_annotate-0.0.1/staticfiles/img/ivancik.jpg +0 -0
  1115. lx_annotate-0.0.1/staticfiles/img/kal-visuals-square.jpg +0 -0
  1116. lx_annotate-0.0.1/staticfiles/img/logo-ct-dark.png +0 -0
  1117. lx_annotate-0.0.1/staticfiles/img/logo-ct.png +0 -0
  1118. lx_annotate-0.0.1/staticfiles/img/logos/ag_lux_logo_light_grey.svg +1 -0
  1119. lx_annotate-0.0.1/staticfiles/img/logos/ag_lux_logo_white.svg +1 -0
  1120. lx_annotate-0.0.1/staticfiles/img/logos/gray-logos/logo-coinbase.svg +16 -0
  1121. lx_annotate-0.0.1/staticfiles/img/logos/gray-logos/logo-nasa.svg +9 -0
  1122. lx_annotate-0.0.1/staticfiles/img/logos/gray-logos/logo-netflix.svg +9 -0
  1123. lx_annotate-0.0.1/staticfiles/img/logos/gray-logos/logo-pinterest.svg +9 -0
  1124. lx_annotate-0.0.1/staticfiles/img/logos/gray-logos/logo-spotify.svg +9 -0
  1125. lx_annotate-0.0.1/staticfiles/img/logos/gray-logos/logo-vodafone.svg +9 -0
  1126. lx_annotate-0.0.1/staticfiles/img/logos/mastercard.png +0 -0
  1127. lx_annotate-0.0.1/staticfiles/img/logos/visa.png +0 -0
  1128. lx_annotate-0.0.1/staticfiles/img/marie.jpg +0 -0
  1129. lx_annotate-0.0.1/staticfiles/img/meeting.jpg +0 -0
  1130. lx_annotate-0.0.1/staticfiles/img/office-dark.jpg +0 -0
  1131. lx_annotate-0.0.1/staticfiles/img/product-12.jpg +0 -0
  1132. lx_annotate-0.0.1/staticfiles/img/products/product-1-min.jpg +0 -0
  1133. lx_annotate-0.0.1/staticfiles/img/products/product-11.jpg +0 -0
  1134. lx_annotate-0.0.1/staticfiles/img/products/product-2-min.jpg +0 -0
  1135. lx_annotate-0.0.1/staticfiles/img/products/product-3-min.jpg +0 -0
  1136. lx_annotate-0.0.1/staticfiles/img/products/product-4-min.jpg +0 -0
  1137. lx_annotate-0.0.1/staticfiles/img/products/product-5-min.jpg +0 -0
  1138. lx_annotate-0.0.1/staticfiles/img/products/product-6-min.jpg +0 -0
  1139. lx_annotate-0.0.1/staticfiles/img/products/product-7-min.jpg +0 -0
  1140. lx_annotate-0.0.1/staticfiles/img/products/product-details-1.jpg +0 -0
  1141. lx_annotate-0.0.1/staticfiles/img/products/product-details-2.jpg +0 -0
  1142. lx_annotate-0.0.1/staticfiles/img/products/product-details-3.jpg +0 -0
  1143. lx_annotate-0.0.1/staticfiles/img/products/product-details-4.jpg +0 -0
  1144. lx_annotate-0.0.1/staticfiles/img/products/product-details-5.jpg +0 -0
  1145. lx_annotate-0.0.1/staticfiles/img/shapes/pattern-lines.svg +91 -0
  1146. lx_annotate-0.0.1/staticfiles/img/shapes/waves-white.svg +324 -0
  1147. lx_annotate-0.0.1/staticfiles/img/small-logos/bootstrap.svg +9 -0
  1148. lx_annotate-0.0.1/staticfiles/img/small-logos/creative-tim.svg +7 -0
  1149. lx_annotate-0.0.1/staticfiles/img/small-logos/devto.svg +9 -0
  1150. lx_annotate-0.0.1/staticfiles/img/small-logos/github.svg +10 -0
  1151. lx_annotate-0.0.1/staticfiles/img/small-logos/google-webdev.svg +11 -0
  1152. lx_annotate-0.0.1/staticfiles/img/small-logos/icon-bulb.svg +37 -0
  1153. lx_annotate-0.0.1/staticfiles/img/small-logos/icon-sun-cloud.png +0 -0
  1154. lx_annotate-0.0.1/staticfiles/img/small-logos/logo-asana.svg +16 -0
  1155. lx_annotate-0.0.1/staticfiles/img/small-logos/logo-atlassian.svg +16 -0
  1156. lx_annotate-0.0.1/staticfiles/img/small-logos/logo-invision.svg +10 -0
  1157. lx_annotate-0.0.1/staticfiles/img/small-logos/logo-jira.svg +21 -0
  1158. lx_annotate-0.0.1/staticfiles/img/small-logos/logo-slack.svg +12 -0
  1159. lx_annotate-0.0.1/staticfiles/img/small-logos/logo-spotify.svg +9 -0
  1160. lx_annotate-0.0.1/staticfiles/img/small-logos/logo-xd.svg +11 -0
  1161. lx_annotate-0.0.1/staticfiles/img/team-1.jpg +0 -0
  1162. lx_annotate-0.0.1/staticfiles/img/team-2.jpg +0 -0
  1163. lx_annotate-0.0.1/staticfiles/img/team-3.jpg +0 -0
  1164. lx_annotate-0.0.1/staticfiles/img/team-4.jpg +0 -0
  1165. lx_annotate-0.0.1/staticfiles/img/team-5.jpg +0 -0
  1166. lx_annotate-0.0.1/staticfiles/img/tesla-model-s.png +0 -0
  1167. lx_annotate-0.0.1/staticfiles/img/vr-bg.jpg +0 -0
  1168. lx_annotate-0.0.1/staticfiles/index.js +52 -0
  1169. lx_annotate-0.0.1/staticfiles/main.css +37 -0
  1170. lx_annotate-0.0.1/staticfiles/main.js +36 -0
  1171. lx_annotate-0.0.1/staticfiles/mediaTypeStore.js +1 -0
  1172. lx_annotate-0.0.1/staticfiles/nucleo-icons.eot +0 -0
  1173. lx_annotate-0.0.1/staticfiles/nucleo-icons.svg +312 -0
  1174. lx_annotate-0.0.1/staticfiles/nucleo-icons.ttf +0 -0
  1175. lx_annotate-0.0.1/staticfiles/nucleo-icons.woff +0 -0
  1176. lx_annotate-0.0.1/staticfiles/nucleo-icons.woff2 +0 -0
  1177. lx_annotate-0.0.1/staticfiles/patientExaminationStore.js +1 -0
  1178. lx_annotate-0.0.1/staticfiles/patientStore.js +1 -0
  1179. lx_annotate-0.0.1/staticfiles/pdf.js +13 -0
  1180. lx_annotate-0.0.1/staticfiles/pdf.worker.min.js +1 -0
  1181. lx_annotate-0.0.1/staticfiles/pdf.worker.min.mjs +21 -0
  1182. lx_annotate-0.0.1/staticfiles/reportSubmissionUtils.js +1 -0
  1183. lx_annotate-0.0.1/staticfiles/reportTemplatesApi.js +1 -0
  1184. lx_annotate-0.0.1/staticfiles/silent-check-sso.html +8 -0
  1185. lx_annotate-0.0.1/staticfiles/timeHelpers.js +1 -0
  1186. lx_annotate-0.0.1/staticfiles/useDebug.js +1 -0
  1187. lx_annotate-0.0.1/staticfiles/useFindingSelectors.js +1 -0
  1188. lx_annotate-0.0.1/staticfiles/useReportTemplates.css +1 -0
  1189. lx_annotate-0.0.1/staticfiles/useReportTemplates.js +1 -0
  1190. lx_annotate-0.0.1/staticfiles/videoStore.js +1 -0
@@ -0,0 +1,173 @@
1
+ conf/db.yaml
2
+ conf/db_pwd.example
3
+ conf/db_pwd
4
+ .devenv-vars.json
5
+ .devenv/
6
+ django-settings.json
7
+ #frozen_east_text_detection.pb
8
+ # Byte-compiled / optimized / DLL files
9
+ .direnv/
10
+ .venv/
11
+ __pycache__/
12
+ *.py[cod]
13
+ *$py.class
14
+ *.kate-swp
15
+ db.sqlite3
16
+ conf/
17
+ .direnv/
18
+ logs/
19
+ .env
20
+ result
21
+ result/
22
+ result/*
23
+ data/
24
+ endoreg-db/
25
+ lx-annotate/endoreg-db/
26
+ # ignore any file that ends with .env anywhere
27
+ **/*.env
28
+ .devenv/
29
+ .direnv/
30
+ .devenv.flake.nix
31
+ devenv.lock
32
+ .devenv.nix
33
+ .env
34
+ flake.json
35
+ .make-cache/
36
+ storage/
37
+ .staticfiles/
38
+ staticfiles
39
+ ./frontend/public/video.mp4
40
+ libs/
41
+ # C extensions
42
+ *.so
43
+ results/
44
+ # Distribution / packaging
45
+ .Python
46
+ build/
47
+ develop-eggs/
48
+ downloads/
49
+ eggs/
50
+ .eggs/
51
+ lib/
52
+ lib64/
53
+ parts/
54
+ sdist/
55
+ var/
56
+ wheels/
57
+ share/python-wheels/
58
+ *.egg-info/
59
+ .installed.cfg
60
+ *.egg
61
+ MANIFEST
62
+ EAST/
63
+ .venv/
64
+
65
+ # PyInstaller
66
+ # Usually these files are written by a python script from a template
67
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
68
+ *.manifest
69
+ *.spec
70
+
71
+ # Installer logs
72
+ pip-log.txt
73
+ pip-delete-this-directory.txt
74
+
75
+ # Unit test / coverage reports
76
+ htmlcov/
77
+ .tox/
78
+ .nox/
79
+ .coverage
80
+ .coverage.*
81
+ .cache
82
+ nosetests.xml
83
+ coverage.xml
84
+ *.cover
85
+ *.py,cover
86
+ .hypothesis/
87
+ .pytest_cache/
88
+ cover/
89
+
90
+ # -------------------------------
91
+ # Python / Django files
92
+ # -------------------------------
93
+ # Byte-compiled / optimized / DLL files
94
+ __pycache__/
95
+ *.py[cod]
96
+ *$py.class
97
+
98
+ # Django SQLite database (if you use SQLite in development)
99
+ db.sqlite3
100
+
101
+ # Django static files generated by collectstatic (do not version generated assets)
102
+ staticfiles/
103
+ # (Also ignore media files if they are generated)
104
+ media/
105
+
106
+ # Log files and directories
107
+ logs/
108
+ *.log
109
+
110
+ # -------------------------------
111
+ # Environment & Local Configurations
112
+ # -------------------------------
113
+ # If you don’t want to version your local development environment files, you can ignore these:
114
+ devenv.lock
115
+ # (Uncomment if you decide not to version these development configs)
116
+ # devenv.yaml
117
+ # devenv.nix
118
+
119
+ # Django settings symlink generated by Nix (points to a system store, may vary between machines)
120
+ django-settings.json
121
+ # Also ignore the result symlink
122
+ result
123
+
124
+ # -------------------------------
125
+ # Python virtual environments
126
+ # (Usually these are created outside the project, but if you accidentally include one, ignore it)
127
+ venv/
128
+ .env/
129
+
130
+ # -------------------------------
131
+ # Node / NPM related (for the root and frontend)
132
+ # -------------------------------
133
+ node_modules/
134
+ frontend/node_modules/
135
+ static/img/frames_demo/*
136
+
137
+ # -------------------------------
138
+ # Frontend build and Vite-related files
139
+ # -------------------------------
140
+ # Although your Vite config outputs to ../static (which is versioned in STATICFILES_DIRS),
141
+ # you don’t want to commit any other generated files.
142
+ # (If you ever have a build folder inside the frontend directory, ignore it)
143
+ frontend/dist/
144
+
145
+ # -------------------------------
146
+ # OS-specific files
147
+ # -------------------------------
148
+ .DS_Store
149
+ Thumbs.db
150
+
151
+ # -------------------------------
152
+ # Editor and IDE settings
153
+ # -------------------------------
154
+ .vscode/
155
+ .idea/
156
+ *.sublime-workspace
157
+ *.sublime-project
158
+
159
+ # -------------------------------
160
+ # Temporary files
161
+ # -------------------------------
162
+ *.tmp
163
+ *.swp
164
+ .env
165
+ .env
166
+
167
+ *./conf
168
+
169
+ secret.key
170
+
171
+ ./lx-terminology-editor
172
+ ./lx-report-generator
173
+ study_data/*.csv
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 AG-Lux
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,236 @@
1
+ Metadata-Version: 2.4
2
+ Name: lx-annotate
3
+ Version: 0.0.1
4
+ Summary: This webapp provides a frontend interface for annotating AI generated output.
5
+ Author: Hamza Zahid
6
+ Author-email: Max Hild <maxhild10@gmail.com>, "Thomas J. Lux" <lux_t1@ukw.de>
7
+ Maintainer: Hamza Zahid, Peter Kowalczyk
8
+ Maintainer-email: Max Hild <maxhild10@gmail.com>, "Thomas J. Lux" <lux_t1@ukw.de>
9
+ License-Expression: MIT
10
+ License-File: LICENSE
11
+ Classifier: Development Status :: 3 - Alpha
12
+ Classifier: Intended Audience :: Science/Research
13
+ Classifier: License :: OSI Approved :: MIT License
14
+ Classifier: Programming Language :: Python :: 3.12
15
+ Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
16
+ Requires-Python: <3.13,>=3.12.0
17
+ Requires-Dist: black>=25.12.0
18
+ Requires-Dist: celery>=5.5.3
19
+ Requires-Dist: daphne>=4.2.1
20
+ Requires-Dist: de-core-news-lg
21
+ Requires-Dist: django-cors-headers>=4.0.0
22
+ Requires-Dist: django-environ>=0.12.0
23
+ Requires-Dist: django-extensions>=3.2.3
24
+ Requires-Dist: django-modeltranslation>=0.19.16
25
+ Requires-Dist: django-ninja==1.5.3
26
+ Requires-Dist: django-rest-framework>=0.1.0
27
+ Requires-Dist: django-stubs>=5.2.8
28
+ Requires-Dist: django-vite>=3.0.6
29
+ Requires-Dist: django-webpack-loader>=0.7.0
30
+ Requires-Dist: django==6.0.3
31
+ Requires-Dist: djangorestframework>=3.12.4
32
+ Requires-Dist: drf-spectacular>=0.28.0
33
+ Requires-Dist: endoreg-db==0.9.2.3
34
+ Requires-Dist: gunicorn>=23.0.0
35
+ Requires-Dist: lx-anonymizer==0.9.0.5
36
+ Requires-Dist: lx-dtypes
37
+ Requires-Dist: mozilla-django-oidc>=4.0.1
38
+ Requires-Dist: mypy>=1.18.2
39
+ Requires-Dist: numpy>=1.21.0
40
+ Requires-Dist: pillow>=9.0.0
41
+ Requires-Dist: pre-commit>=4.5.0
42
+ Requires-Dist: psycopg[binary,pool]>=3.2.12
43
+ Requires-Dist: pydantic-settings>=2.12.0
44
+ Requires-Dist: pydantic>=2.12.5
45
+ Requires-Dist: pytest-cov>=7.0.0
46
+ Requires-Dist: pytest-django>=4.11.1
47
+ Requires-Dist: pytest>=8.3.5
48
+ Requires-Dist: python-dotenv>=1.0.1
49
+ Requires-Dist: python-environ>=0.4.54
50
+ Requires-Dist: requests>=2.32.3
51
+ Requires-Dist: sops>=1.18
52
+ Requires-Dist: torch>=2.0.0
53
+ Requires-Dist: torchvision>=0.15.0
54
+ Requires-Dist: transformers<4.45.0,>=4.44.0
55
+ Requires-Dist: types-requests>=2.32.4.20250913
56
+ Requires-Dist: watchdog>=3.0.0
57
+ Requires-Dist: whitenoise>=6.8.2
58
+ Provides-Extra: dev
59
+ Requires-Dist: build>=1.3.0; extra == 'dev'
60
+ Requires-Dist: flake8>=7.3.0; extra == 'dev'
61
+ Requires-Dist: furo>=2025.9.25; extra == 'dev'
62
+ Requires-Dist: linkify-it-py>=2.0.3; extra == 'dev'
63
+ Requires-Dist: mypy>=1.16.0; extra == 'dev'
64
+ Requires-Dist: myst-parser>=4.0.1; extra == 'dev'
65
+ Requires-Dist: pip>=25.2; extra == 'dev'
66
+ Requires-Dist: pre-commit>=4.5.0; extra == 'dev'
67
+ Requires-Dist: pytest-cov>=6.1.1; extra == 'dev'
68
+ Requires-Dist: pytest-env>=1.1.5; extra == 'dev'
69
+ Requires-Dist: pytest-mypy-plugins>=3.2.0; extra == 'dev'
70
+ Requires-Dist: pytest-xdist>=3.8.0; extra == 'dev'
71
+ Requires-Dist: pytest>=9.0.2; extra == 'dev'
72
+ Requires-Dist: ruff>=0.14.8; extra == 'dev'
73
+ Requires-Dist: sphinx-autodoc-typehints>=3.5.2; extra == 'dev'
74
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == 'dev'
75
+ Requires-Dist: sphinx<9.0,>=8.2.3; extra == 'dev'
76
+ Requires-Dist: twine>=6.2.0; extra == 'dev'
77
+ Provides-Extra: docs
78
+ Requires-Dist: furo>=2025.9.25; extra == 'docs'
79
+ Requires-Dist: linkify-it-py>=2.0.3; extra == 'docs'
80
+ Requires-Dist: myst-parser>=4.0.1; extra == 'docs'
81
+ Requires-Dist: sphinx-autodoc-typehints>=3.5.2; extra == 'docs'
82
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == 'docs'
83
+ Requires-Dist: sphinx<9.0,>=8.2.3; extra == 'docs'
84
+ Description-Content-Type: text/markdown
85
+
86
+ # LX-Annotate
87
+
88
+ LX-Annotate is a Django + Vue application for annotating AI-generated outputs,
89
+ with a media ingestion pipeline for videos and PDFs. This project was created by a team at Universitätsklinikum Würzburg, Bavaria.
90
+
91
+ ## Highlights
92
+
93
+ - Django backend with REST APIs and optional OIDC authentication
94
+ - Vue 3 SPA frontend integrated with Django via `django-vite`
95
+ - File watcher for automated video and PDF processing
96
+ - Reproducible environments via `devenv`/Nix and Docker
97
+
98
+ ## Repository Layout
99
+
100
+ - `lx_annotate/` Django app and settings
101
+ - `frontend/` Vue 3 application
102
+ - `scripts/` operational tooling and file watcher scripts
103
+ - `data/` runtime data (raw videos, PDFs, model cache)
104
+ - `conf_template/` sample configuration templates
105
+ - `container/` Dockerfiles and container docs
106
+
107
+ ## Requirements
108
+
109
+ - Python 3.12
110
+ - Node.js 18+ (frontend)
111
+ - PostgreSQL (main app)
112
+ - Optional: `uv`, `direnv`, `devenv`, Nix, Docker
113
+
114
+ ## Quick Start (Development)
115
+
116
+ 1. `direnv allow` (if you use `devenv`)
117
+ 2. `uv sync` (or install dependencies with `pip`)
118
+ 3. `cp conf_template/default.env .env` and update values
119
+ 4. `export DJANGO_SETTINGS_MODULE=lx_annotate.settings.settings_dev`
120
+ 5. `python manage.py load_base_db_data`
121
+ 6. `python manage.py runserver`
122
+
123
+ Open `http://127.0.0.1:8000/`.
124
+
125
+ ## Environment Variables and Secrets
126
+
127
+ Production secrets are typically injected by the host system.
128
+ For local development, use either `secretspec.toml` defaults or a local `.env` file.
129
+
130
+ Do not commit secrets. `secretspec.toml` is tracked in git.
131
+
132
+ Example:
133
+
134
+ ```bash
135
+ direnv allow
136
+ secretspec --provider dotenv --profile development python manage.py runserver
137
+ ```
138
+
139
+ See <https://secretspec.dev/> for details.
140
+
141
+ ## Frontend
142
+
143
+ ```bash
144
+ cd frontend
145
+ npm install
146
+ npm run build
147
+ ```
148
+
149
+ Hot-reload development:
150
+
151
+ ```bash
152
+ cd frontend
153
+ npm run dev
154
+ ```
155
+
156
+ In another terminal:
157
+
158
+ ```bash
159
+ export DJANGO_SETTINGS_MODULE=lx_annotate.settings.settings_dev
160
+ python manage.py runserver
161
+ ```
162
+
163
+ ## File Watcher
164
+
165
+ The file watcher ingests media placed in:
166
+
167
+ - `data/import/video_import/`
168
+ - `data/import/report_import/`
169
+
170
+ ```bash
171
+ ./scripts/start_filewatcher.sh dev
172
+ # or
173
+ python scripts/file_watcher.py
174
+ ```
175
+
176
+ ## Configuration
177
+
178
+ - Development `.env` is read from the repository root or `~/.local/share/lx-annotate/.env`.
179
+ - Settings are driven by environment variables (see `secretspec.toml` defaults).
180
+ - Sample configs live in `conf_template/`.
181
+
182
+ ## Nix Builds
183
+
184
+ Nix build targets are available, but deployment paths may still need project-specific adjustments.
185
+
186
+ ```bash
187
+ nix build .#prod-server
188
+ ./result/bin/run-prod-server
189
+ ```
190
+
191
+ ```bash
192
+ nix build .#file-watcher
193
+ ./result/bin/run-file-watcher
194
+ ```
195
+
196
+ ## Wheel Deployment
197
+
198
+ The CI pipeline can now build a production wheel with frontend staticfiles
199
+ included via `hatchling`. Production runtime no longer needs Node.js or the
200
+ full `devenv` shell.
201
+
202
+ Deployment assets live in `deploy/`:
203
+
204
+ - `deploy/bootstrap-host.sh`
205
+ - `deploy/deploy.sh`
206
+ - `deploy/lx-annotate.service`
207
+ - `deploy/.env.systemd.example`
208
+
209
+ See `docs/guides/wheel-deployment.md` for the full host bootstrap and `systemd`
210
+ flow.
211
+
212
+ ## Containers
213
+
214
+ Docker images now install Python packages into `/app/.devenv/state/venv` so the
215
+ container path matches the repository's preferred virtualenv layout.
216
+
217
+ This does **not** mean Docker runs the full Nix/`devenv` shell. Inside the
218
+ container, `uv` creates and manages the environment at that path, and the image
219
+ `PATH` is configured to use `/app/.devenv/state/venv/bin`.
220
+
221
+ See `container/README.md` for development and production Docker usage.
222
+
223
+ ## Tests
224
+
225
+ ```bash
226
+ pytest
227
+ ```
228
+
229
+ ```bash
230
+ cd frontend
231
+ npm run test:unit
232
+ ```
233
+
234
+ ## License
235
+
236
+ MIT. See `LICENSE`.
@@ -0,0 +1,151 @@
1
+ # LX-Annotate
2
+
3
+ LX-Annotate is a Django + Vue application for annotating AI-generated outputs,
4
+ with a media ingestion pipeline for videos and PDFs. This project was created by a team at Universitätsklinikum Würzburg, Bavaria.
5
+
6
+ ## Highlights
7
+
8
+ - Django backend with REST APIs and optional OIDC authentication
9
+ - Vue 3 SPA frontend integrated with Django via `django-vite`
10
+ - File watcher for automated video and PDF processing
11
+ - Reproducible environments via `devenv`/Nix and Docker
12
+
13
+ ## Repository Layout
14
+
15
+ - `lx_annotate/` Django app and settings
16
+ - `frontend/` Vue 3 application
17
+ - `scripts/` operational tooling and file watcher scripts
18
+ - `data/` runtime data (raw videos, PDFs, model cache)
19
+ - `conf_template/` sample configuration templates
20
+ - `container/` Dockerfiles and container docs
21
+
22
+ ## Requirements
23
+
24
+ - Python 3.12
25
+ - Node.js 18+ (frontend)
26
+ - PostgreSQL (main app)
27
+ - Optional: `uv`, `direnv`, `devenv`, Nix, Docker
28
+
29
+ ## Quick Start (Development)
30
+
31
+ 1. `direnv allow` (if you use `devenv`)
32
+ 2. `uv sync` (or install dependencies with `pip`)
33
+ 3. `cp conf_template/default.env .env` and update values
34
+ 4. `export DJANGO_SETTINGS_MODULE=lx_annotate.settings.settings_dev`
35
+ 5. `python manage.py load_base_db_data`
36
+ 6. `python manage.py runserver`
37
+
38
+ Open `http://127.0.0.1:8000/`.
39
+
40
+ ## Environment Variables and Secrets
41
+
42
+ Production secrets are typically injected by the host system.
43
+ For local development, use either `secretspec.toml` defaults or a local `.env` file.
44
+
45
+ Do not commit secrets. `secretspec.toml` is tracked in git.
46
+
47
+ Example:
48
+
49
+ ```bash
50
+ direnv allow
51
+ secretspec --provider dotenv --profile development python manage.py runserver
52
+ ```
53
+
54
+ See <https://secretspec.dev/> for details.
55
+
56
+ ## Frontend
57
+
58
+ ```bash
59
+ cd frontend
60
+ npm install
61
+ npm run build
62
+ ```
63
+
64
+ Hot-reload development:
65
+
66
+ ```bash
67
+ cd frontend
68
+ npm run dev
69
+ ```
70
+
71
+ In another terminal:
72
+
73
+ ```bash
74
+ export DJANGO_SETTINGS_MODULE=lx_annotate.settings.settings_dev
75
+ python manage.py runserver
76
+ ```
77
+
78
+ ## File Watcher
79
+
80
+ The file watcher ingests media placed in:
81
+
82
+ - `data/import/video_import/`
83
+ - `data/import/report_import/`
84
+
85
+ ```bash
86
+ ./scripts/start_filewatcher.sh dev
87
+ # or
88
+ python scripts/file_watcher.py
89
+ ```
90
+
91
+ ## Configuration
92
+
93
+ - Development `.env` is read from the repository root or `~/.local/share/lx-annotate/.env`.
94
+ - Settings are driven by environment variables (see `secretspec.toml` defaults).
95
+ - Sample configs live in `conf_template/`.
96
+
97
+ ## Nix Builds
98
+
99
+ Nix build targets are available, but deployment paths may still need project-specific adjustments.
100
+
101
+ ```bash
102
+ nix build .#prod-server
103
+ ./result/bin/run-prod-server
104
+ ```
105
+
106
+ ```bash
107
+ nix build .#file-watcher
108
+ ./result/bin/run-file-watcher
109
+ ```
110
+
111
+ ## Wheel Deployment
112
+
113
+ The CI pipeline can now build a production wheel with frontend staticfiles
114
+ included via `hatchling`. Production runtime no longer needs Node.js or the
115
+ full `devenv` shell.
116
+
117
+ Deployment assets live in `deploy/`:
118
+
119
+ - `deploy/bootstrap-host.sh`
120
+ - `deploy/deploy.sh`
121
+ - `deploy/lx-annotate.service`
122
+ - `deploy/.env.systemd.example`
123
+
124
+ See `docs/guides/wheel-deployment.md` for the full host bootstrap and `systemd`
125
+ flow.
126
+
127
+ ## Containers
128
+
129
+ Docker images now install Python packages into `/app/.devenv/state/venv` so the
130
+ container path matches the repository's preferred virtualenv layout.
131
+
132
+ This does **not** mean Docker runs the full Nix/`devenv` shell. Inside the
133
+ container, `uv` creates and manages the environment at that path, and the image
134
+ `PATH` is configured to use `/app/.devenv/state/venv/bin`.
135
+
136
+ See `container/README.md` for development and production Docker usage.
137
+
138
+ ## Tests
139
+
140
+ ```bash
141
+ pytest
142
+ ```
143
+
144
+ ```bash
145
+ cd frontend
146
+ npm run test:unit
147
+ ```
148
+
149
+ ## License
150
+
151
+ MIT. See `LICENSE`.
File without changes
@@ -0,0 +1 @@
1
+ # Register your models here.
@@ -0,0 +1,42 @@
1
+ from django.apps import AppConfig
2
+ import os
3
+ import sys
4
+ import threading
5
+
6
+
7
+ class LxAnnotateConfig(AppConfig):
8
+ default_auto_field = "django.db.models.BigAutoField"
9
+ name = "lx_annotate"
10
+
11
+ # This is running in development server only. On luxnix, filewatcher is started via systemd service.
12
+ def ready(self):
13
+ # Only for runserver
14
+ if "runserver" not in sys.argv:
15
+ return
16
+
17
+ # Only in autoreload child, not in the parent
18
+ if os.environ.get("RUN_MAIN") != "true":
19
+ return
20
+
21
+ self.start_file_watcher()
22
+
23
+ def start_file_watcher(self) -> bool:
24
+ def run_watcher():
25
+ try:
26
+ from django.core.management import call_command
27
+
28
+ print("📁 Starting file watcher service...")
29
+ call_command("start_filewatcher", log_level="INFO")
30
+ except Exception as e:
31
+ print(f"⚠️ Failed to start file watcher: {e}")
32
+ return False
33
+
34
+ watcher_thread = threading.Thread(target=run_watcher, daemon=True)
35
+ watcher_thread.start()
36
+ print("✅ File watcher service started in background")
37
+ return True
38
+
39
+
40
+ # class lxAnonymizerConfig(AppConfig):
41
+ # default_auto_field = 'django.db.models.BigAutoField'
42
+ # name = 'lx-anonymizer'
@@ -0,0 +1,40 @@
1
+ """
2
+ ASGI config for lx-annotate project.
3
+
4
+ It exposes the ASGI callable as a module-level variable named ``application``.
5
+
6
+ For more information on this file, see
7
+ https://docs.djangoproject.com/en/4.2/howto/deployment/asgi/
8
+ """
9
+
10
+ import os
11
+
12
+ os.environ["DJANGO_SETTINGS_MODULE"] = "lx_annotate.settings.settings_prod"
13
+ from django.core.asgi import get_asgi_application
14
+ from django.core.wsgi import get_wsgi_application
15
+
16
+ from asgiref.wsgi import WsgiToAsgi
17
+ from whitenoise import WhiteNoise
18
+
19
+ import importlib
20
+ import traceback
21
+ import sys
22
+
23
+ print("DJANGO_SETTINGS_MODULE =", os.getenv("DJANGO_SETTINGS_MODULE"))
24
+ print("sys.path[:10] =", sys.path[:10])
25
+
26
+ m = os.getenv("DJANGO_SETTINGS_MODULE", "lx_annotate.settings.settings_prod")
27
+ staticfiles_dir = os.getenv(
28
+ "DJANGO_STATIC_ROOT", os.path.join(os.path.dirname(__file__), "static")
29
+ )
30
+ try:
31
+ importlib.import_module(m)
32
+ print("Imported settings module OK:", m)
33
+ except Exception:
34
+ traceback.print_exc()
35
+ os.environ.setdefault("DJANGO_SETTINGS_MODULE", "lx_annotate.settings.settings_prod")
36
+
37
+ wsgi_application = get_wsgi_application()
38
+ application = get_asgi_application()
39
+ whitenoise_application = WhiteNoise(wsgi_application, root=staticfiles_dir)
40
+ wsgi_asgi_application = WsgiToAsgi(wsgi_application)