egrace479 commited on
Commit
8b86382
1 Parent(s): 6a87bd0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -8,4 +8,28 @@ pinned: false
8
  license: mit
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  license: mit
9
  ---
10
 
11
+ <!-- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference -->
12
+
13
+ # Dev Dashboard Prototype
14
+
15
+ This space is dedicated to testing development changes to the [Imageomics Data Dashboard](https://huggingface.co/spaces/imageomics/dashboard-prototype) prior to production.
16
+ It runs off a dockerfile generated from the [development branch](https://github.com/Imageomics/dashboard-prototype/tree/dev) of the [dashboard repo](https://github.com/Imageomics/dashboard-prototype).
17
+
18
+ For more information or to make your own version, see the [GitHub project repo](https://github.com/Imageomics/dashboard-prototype).
19
+
20
+ ## How it works
21
+
22
+ For full dashboard functionality, upload a CSV or XLS file with the following columns:
23
+ - `Image_filename`*: Filename of each image, must be unique. **Note:** Images should be in PNG or JPEG format, TIFF may fail to render in the sample image display.
24
+ - `Species`: Species of each sample.
25
+ - `Subspecies`: Subspecies of each sample.
26
+ - `View`: View of the sample (eg., 'ventral' or 'dorsal' for butterflies).
27
+ - `Sex`: Sex of each sample.
28
+ - `hybrid_stat`: Hybrid status of each sample (eg., 'valid_subspecies', 'subspecies_synonym', or 'unknown').
29
+ - `lat`*: Latitude at which image was taken or specimen was collected.
30
+ - `lon`*: Longitude at which image was taken or specimen was collected.
31
+ - `file_url`*: URL to access file.
32
+
33
+ ***Note:**
34
+ - `lat` and `lon` columns are not required to utilize the dashboard, but there will be no map view if they are not included.
35
+ - `Image_filename` and `file_url` are not required, but there will be no sample images option if either one is not included.