User contributions for Rob
Jump to navigation
Jump to search
7 December 2023
- 21:2021:20, 7 December 2023 diff hist +86 Main Page →Submersible Video/Photo Annotation Database
- 01:1101:11, 7 December 2023 diff hist +31 Annotation Database Import →Importer
6 December 2023
- 01:1901:19, 6 December 2023 diff hist +768 Annotation Database Import App →Import Program Algorithm
- 01:0401:04, 6 December 2023 diff hist +874 Annotation Database Import App →The Import Program
- 00:5400:54, 6 December 2023 diff hist +1,909 Annotation Database Import App →The Import Program
5 December 2023
- 20:0020:00, 5 December 2023 diff hist +555 Annotation Database Import App No edit summary
- 19:5419:54, 5 December 2023 diff hist +1,854 Annotation Database Import App No edit summary
- 19:3619:36, 5 December 2023 diff hist +2,289 Annotation Database Import App No edit summary
- 18:5718:57, 5 December 2023 diff hist +717 Annotation Database Import App CSV config table.
- 18:4418:44, 5 December 2023 diff hist +503 N Standard Timestamp Format Created page with "Timestamps used in database import scripts and files are always rendered in [https://en.wikipedia.org/wiki/ISO_8601 ISO 8601] format. This creates timestamps in the form, <code>2010-10-21T17:01:22Z</code> for a date with time and <code>2010-10-21</code> for just a date. There are several benefits to this format: * MS Excel won't mangle it; * It sorts correctly; * The fields are unambiguous; * It is easy to parse with Python or R. All timestamps are converted into UTC f..." current
- 18:2918:29, 5 December 2023 diff hist +1,804 Annotation Database Import App Main config file documentation.
- 18:2518:25, 5 December 2023 diff hist +19 N Annotation Database Import for Principal Investigators Created page with "= Background = TBD" current
30 November 2023
- 22:4022:40, 30 November 2023 diff hist +4,941 Annotation Database Import for Annotators No edit summary
- 20:2820:28, 30 November 2023 diff hist +4,569 Annotation Database Import for Annotators No edit summary
27 November 2023
- 19:1019:10, 27 November 2023 diff hist +275 Tile Server →Overview
- 19:0819:08, 27 November 2023 diff hist −182 Tile Server →renderd
- 18:5718:57, 27 November 2023 diff hist +176 Tile Server No edit summary
- 17:5917:59, 27 November 2023 diff hist 0 Annotation Database Website →Configuration
- 17:5917:59, 27 November 2023 diff hist +187 Annotation Database Website →Configuration
- 17:5517:55, 27 November 2023 diff hist 0 Annotation Database Website No edit summary
- 17:5417:54, 27 November 2023 diff hist −12 Annotation Database Website No edit summary
- 17:5217:52, 27 November 2023 diff hist +2,070 N Annotation Database Website Created page with "= Background = The annotation database Website runs on a [https://www.djangoproject.com/ Django] (Python) backend with a [https://vuejs.org/ Vue 3] (JavaScript, CSS, HTML) frontend. == Django == The backend runs on Django with some small modifications to the structure. === Configuration === Rather than a single settings file (the default), the server uses one of four configuration files stored in the <code>settings</code> folder, each of which inherits from a base..."
- 17:3817:38, 27 November 2023 diff hist 0 Main Page →Submersible Video/Photo Annotation Database
- 17:3817:38, 27 November 2023 diff hist +95 Main Page →Submersible Video/Photo Annotation Database
- 17:0517:05, 27 November 2023 diff hist +85 Main Page No edit summary
22 November 2023
- 19:0819:08, 22 November 2023 diff hist +476 N Label Tree Files Created page with "= Background = Label tree files describe labels extracted from annotations in one of the variety of forms that are not Biigle (e.g., CSV files, VideoMiner or Access Databases). They are extracted using the <code>[https://gitlab.com/rskelly/msea-rov-db/-/blob/main/import/importer2/utils/csv_extract_labels.py csv_extract_labels.py]</code> and <code>[https://gitlab.com/rskelly/msea-rov-db/-/blob/main/import/importer2/utils/vm_extract_labels.py vm_extract_labels.py]</code>." current
- 19:0219:02, 22 November 2023 diff hist +27 N Annotation Database Import for Annotators Created page with "TODO: Label Tree Files."
- 00:5500:55, 22 November 2023 diff hist +105 Annotation Database APIs →Internal Endpoints
21 November 2023
- 20:1220:12, 21 November 2023 diff hist −51 Annotation Database APIs →Internal Endpoints Tag: Manual revert
- 20:1120:11, 21 November 2023 diff hist +51 Annotation Database APIs →Internal Endpoints Tag: Reverted
17 November 2023
- 22:3122:31, 17 November 2023 diff hist +163 Tile Server →renderd
- 22:3022:30, 17 November 2023 diff hist +3 Tile Server →Mapnik
- 22:2922:29, 17 November 2023 diff hist −1 Tile Server →Mapnik
- 22:2822:28, 17 November 2023 diff hist +136 Tile Server →Coordinate Reference Systems and Projections
- 22:2722:27, 17 November 2023 diff hist +85 Tile Server →Coordinate Reference Systems and Projections
- 22:2622:26, 17 November 2023 diff hist +60 Tile Server →Coordinate Reference Systems and Projections
- 00:0100:01, 17 November 2023 diff hist +1,977 N Annotation Database Import App Created page with "= Background = Data for import is produced by principal investigators, annotators and NDST. As a final step, the importer will combine all of this data into a single importable dataset. There are three steps for this final import process. == Downloading Import Data == The [https://msea.dijital.ca/rov/admin/import_queue database import queue]..."
16 November 2023
- 22:1322:13, 16 November 2023 diff hist +102 Main Page No edit summary
- 18:4918:49, 16 November 2023 diff hist +1,629 Annotation Database Entity Documentation No edit summary
- 00:5700:57, 16 November 2023 diff hist −6 Annotation Database Entity Documentation No edit summary
- 00:5600:56, 16 November 2023 diff hist +4 Annotation Database Entity Documentation No edit summary
- 00:5300:53, 16 November 2023 diff hist +280 Annotation Database Import No edit summary
14 November 2023
- 18:1718:17, 14 November 2023 diff hist +2,076 N Annotation Database APIs Created page with "There are several [https://en.wikipedia.org/wiki/REST ReST] endpoints for accessing data in the annotation database. These can be provided for users within MSEA, or requested by users outside of MSEA who consume this data. == API Usage == These endpoints are accessed using [https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods HTTP requests] by whatever method, be it an [https://cran.r-project.org/web/packages/request/request.pdf R] or [https://docs.python-request..."
- 17:4217:42, 14 November 2023 diff hist +11 Main Page No edit summary
- 17:4117:41, 14 November 2023 diff hist +54 N Database Entity Documentation Rob moved page Database Entity Documentation to Annotation Database Entity Documentation: More specific title. current Tag: New redirect
- 17:4117:41, 14 November 2023 diff hist 0 m Annotation Database Entity Documentation Rob moved page Database Entity Documentation to Annotation Database Entity Documentation: More specific title.
- 17:4017:40, 14 November 2023 diff hist +31 Main Page No edit summary
- 17:4017:40, 14 November 2023 diff hist +44 N Deployment Rob moved page Deployment to Annotation Database Deployment: More specific title. current Tag: New redirect
- 17:4017:40, 14 November 2023 diff hist 0 m Annotation Database Deployment Rob moved page Deployment to Annotation Database Deployment: More specific title.
- 17:3917:39, 14 November 2023 diff hist +172 Main Page →Submersible Video/Photo Annotation Database