-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocs.html
886 lines (807 loc) · 38.2 KB
/
docs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>4CeeD</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="bootstrap/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="jquery-ui/css/jquery-ui.css">
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 9]>
<script src="bootstrap/js/html5shiv.min.js"></script>
<script src="bootstrap/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="header clearfix">
<nav class="navbar navbar-inverse navbar-custom1">
<div class="container-fluid">
<div class="navbar-header">
<a href="index.html" class="" ><img src="images/atom_white.png" height="40" style="margin-top:5px;"></a>
</div>
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="index.html">About</a></li>
<li><a href="demo.html">Demo</a></li>
<li><a href="docs.html">Docs</a></li>
<li><a href="mailto:stevek@illinois.edu"><span class="glyphicon glyphicon-user"></span> Contact</a></li>
</ul>
</div>
</nav>
</div>
<div class="container">
<br />
<h3>4CeeD Uploader FAQ</h3>
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingOne">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">OverView</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body">
<p><b>What is this?</b><br />
The 4CeeD uploader is a light weight web tool used to upload scientific data files and metadata descriptors to a local repository.
</p>
<p><b>Why use this? </b><br />
The 4CeeD uploader and curator replace outdated and inefficient methodologies used in many laboratories for data capture and storage.</p>
<p><b>How can the 4CeeD Uploader help me?</b><br />
<ul>
<li>Data gets stored to local cloud storage.</li>
<li>Support for automating repetitive tasks. </li>
<li>Use templates for reliable user defined meta data entry.</li>
</ul>
<p><b>How can the 4CeeD Curator help me?</b><br />
<ul>
<li>All accessible data can be downloaded with its data-model hierarchy preserved. </li>
<li>Extractors pull descriptive metadata out of files and instrument logs for analysis and discovery. </li>
<li>Get reliable calibration data and how to reference it. </li>
<li>Share your data and use powerful free-text and faceted search for comparisons. </li>
<li>Broad set of customizable access control rules. </li>
</ul>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingTwo">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Collections
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body">
<div data-toggle="collapse" data-target="#collection">
<b>What’s a collection?</b>
</div>
<div id="collection" class="collapse out">
A collection is a term used to describe a group of datasets. Collections are often named after a sample, project, or process.
</div>
<hr />
<div data-toggle="collapse" data-target="#create-new-collection">
<b>Create a new collection</b>
</div>
<div id="create-new-collection" class="collapse out">
<p><img src="images/new_collection.png" class="img-responsive"></p>
<p>
1. Give your collection a name. <br />
2. Give your collection a description.<br />
3. Click the create collection button.</p>
<p><i> A new root level collection is created.</i></p>
</div>
<hr />
<div data-toggle="collapse" data-target="#collection-new">
<b>Select an existing collection</b>
</div>
<div id="collection-new" class="collapse out">
<img src="images/existing_collection.png" class="img-responsive">
<p>
1. Select a root or sub collection<br />
2. (Optional) Enter text to search for collections. <br />
3. (Optional) Create a new sub collection by right clicking the parent.</p>
<p><i> A parent collection is selected or a new sub collection is created and selected.</i></p>
</div>
<hr />
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingThree">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Datasets
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="panel-body">
<div data-toggle="collapse" data-target="#dataset">
<b>What’s a dataset?</b>
</div>
<div id="dataset" class="collapse out">
A dataset is a term used to describe a group of related files that have metadata.
</div>
<hr />
<div data-toggle="collapse" data-target="#select-dataset">
<b>Select an existing dataset</b>
</div>
<div id="select-dataset" class="collapse out">
<p><span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
<span><a style="font-height:12px; color:red;" href="#" data-toggle="popover" title="Select an existing dataset" data-html="true" data-trigger="hover" data-content="1. Select an available dataset from the dropdown menu. <br /><br /> <i> A dataset is selected.</i>" title=" ">More Info</a></span></p>
<p><img src="images/existing_datasets.png" class="img-responsive"></p>
</div>
<hr />
<div data-toggle="collapse" data-target="#basic-dataset">
<b>Create a basic dataset</b>
</div>
<div id="basic-dataset" class="collapse out">
<p><span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
<span><a style="font-height:12px; color:red;" href="#" data-toggle="popover" title="Create a basic dataset" data-html="true" data-trigger="hover" data-content="1. Give your dataset a name. <br />2. Enter your meta data in the dataset description.<br />3. Click the create dataset button.<br /><br /> <i> A new dataset is created.</i>" title=" ">More Info</a></span></p>
<p><img src="images/new_dataset.png" class="img-responsive"></p>
</div>
<hr />
<div data-toggle="collapse" data-target="#create-dataset">
<b>Create a dataset from a template</b>
</div>
<div id="create-dataset" class="collapse out">
<p><span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
<span><a style="font-height:12px; color:red;" href="#" data-toggle="popover" title="Create a dataset from a template" data-html="true" data-trigger="hover" data-content="1. Select a template from the dropdown menu and search options. <br />2. Give your dataset a name.<br /> 3. (Optional) Give your dataset a description.<br /> 4. (Optional) Add or remove additional key/value pairs to extend your dataset template. <br />5. Enter values for your datasets labels, remove rows if needed. <br />6. Some rows from a template may require a value before submission is accepted <br /><br /> <i> A new dataset is created from your templates key/value data.</i>" title=" ">More Info</a></span></p>
<p><img src="images/load_template.png" class="img-responsive"></p>
</div>
<hr />
<div data-toggle="collapse" data-target="#create-template">
<b>Create a new template</b>
</div>
<div id="create-template" class="collapse out">
<p><span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
<span><a style="font-height:12px; color:red;" href="#" data-toggle="popover" title="Create a template" data-html="true" data-trigger="hover" data-content="1. (Optional) Use an existing template to design your new template. <br />2. Give your template a name.<br />3. (Optional) Give your template a description.<br /> 4. (Optional) Add tags to your template to help others find it easier when shared <br /> 6. (Optional) Share this template with others.<br />7. (Optional) Add Name, Unit Type, Data Type, and value to a row. <br />8. Submit Template.<br /><br /><i> A new dataset template is created.</i>" title=" ">More Info</a></span></p>
<p><img src="images/create_template.png" class="img-responsive"></p>
</div>
<hr />
<div data-toggle="collapse" data-target="#previous-dataset">
<b>Load a previous dataset</b>
</div>
<div id="previous-dataset" class="collapse out">
<p><span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
<span><a style="font-height:12px; color:red;" href="#" data-toggle="popover" title="Load a previous dataset" data-html="true" data-trigger="hover" data-content="1. Use a previous dataset to build a new dataset. <br />2. Give your new dataset a name.<br />3. Optionally add new fields to your template. <br />4. Enter or change values that changed from previous dataset. <br />5. Click create dataset button. <br /><br /><i> A new dataset template is created.</i>" title=" ">More Info</a></span></p>
<p><img src="images/previous_dataset.png" class="img-responsive"></p>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingFiles">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseFiles" aria-expanded="false" aria-controls="collapseFiles">
Files
</a>
</h4>
</div>
<div id="collapseFiles" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFiles">
<div class="panel-body">
<div data-toggle="collapse" data-target="#fileQuestion1">
<b>What file types can I upload?</b>
</div>
<div id="fileQuestion1" class="collapse out">
All major file types are supported, but metadata extractors will only run on supported file types<br />
For example, [.png, .dm3, .tif, .txt, .jpg, .ibw]
</div>
<hr />
<div data-toggle="collapse" data-target="#fileQuestion2">
<b>What are file extractors?</b>
</div>
<div id="fileQuestion2" class="collapse out">
File extractors work by extracting key and value pairs from supported file types. This information is indexed, archived, and available for download and search.<br />
</div>
<hr />
<div data-toggle="collapse" data-target="#fileQuestion3">
<b>How many files can I upload at one time?</b>
</div>
<div id="fileQuestion3" class="collapse out">
There is no file size or quantity limit. It is recommended to upload smaller batches of files.
</div>
<hr />
<div data-toggle="collapse" data-target="#fileQuestion4">
<b>What extractors/instruments are currently supported?</b>
</div>
<div id="fileQuestion4" class="collapse out">
We currently support SEM and TEM instruments, Optical Microscopes, <br />
Atomic Force Microscopes, and Xray.
</div>
<hr />
<div data-toggle="collapse" data-target="#select-upload-files">
<b>Uploading files</b>
</div>
<div id="select-upload-files" class="collapse out">
<p><span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
<span><a style="font-height:12px; color:red;" href="#" data-toggle="popover" title="Uploading files" data-html="true" data-trigger="hover" data-content="1. Browse or drag and drop your files. <br /> 2. (Optional) Add additional file level meta data. <br /> 3. Click submit.<br /><br /> <i> Files are uploaded.</i>" title=" ">More Info</a></span></p>
<p><img src="images/file_upload.png" class="img-responsive"></p>
</div>
</div>
</div>
</div>
</div>
</div><!-- container -->
<div class="container">
<h3>4CeeD Curator FAQ</h3>
<div class="panel-group" id="accordionC" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingOneC">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordionC" href="#collapseOneC" aria-expanded="true" aria-controls="collapseOneC">OverView</a>
</h4>
</div>
<div id="collapseOneC" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingOneC">
<div class="panel-body">
<p><b>What is this?</b><br />
The 4CeeD Curator is a web tool used to organize and manage scientific data files and metadata.
</p>
<p><b>Why use this? </b><br />
The 4CeeD Curator replaces outdated and inefficient methodologies used in many laboratories for data capture, storage, and organization.</p>
<p><b>How can the 4CeeD Curator help me?</b><br />
<ul>
<li>All accessible data can be downloaded with its data-model hierarchy preserved. </li>
<li>Extractors pull descriptive metadata out of files and instrument logs for analysis and discovery. </li>
<li>Get reliable calibration data and how to reference it. </li>
<li>Share and search your data and use powerful free-text and faceted search for comparisons. </li>
<li>Broad set of customizable access control rules. </li>
</ul>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingTwoC">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordionC" href="#collapseTwoC" aria-expanded="false" aria-controls="collapseTwoC">
Spaces
</a>
</h4>
</div>
<div id="collapseTwoC" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwoC">
<div class="panel-body">
<div data-toggle="collapse" data-target="#collectionC">
<b>What’s a space?</b>
</div>
<div id="collectionC" class="collapse out">
Spaces are used to share collections and datasets with other users.
</div>
<hr />
<div data-toggle="collapse" data-target="#create-new-space">
<b>Create a new space</b>
</div>
<div id="create-new-space" class="collapse out">
<div class="jumbotron"><img src="images/space.png" class="img-responsive"></div>
<p>1. Go to the create spaces page.</p>
<hr />
<div class="jumbotron"><img src="images/create_space.png" class="img-responsive"></p></div>
<p>2. Choose a name for your space.<br /> 3. Give your space a description.<br /> 4. Click Create. </p>
</div>
<hr />
<div data-toggle="collapse" data-target="#collection-newC">
<b>Add users to a space</b>
</div>
<div id="collection-newC" class="collapse out">
<div class="jumbotron"><p><img src="images/manage_space.png" class="img-responsive"><br /></div>
<p>1. Select manage users</p>
<hr />
<div class="jumbotron"><img src="images/manage_space_user.png" class="img-responsive"></p></div>
<p>2. Add user to a role by entering the NetID or start typing for auto suggestions.<br />3. Click submit to confirm addition.<br /> 4. Optionally invite a non 4CeeD user to create an account and access the space. </p>
<i> A user is added to a space and sent an email.</i>
</div>
<hr />
<div data-toggle="collapse" data-target="#space-dataset">
<b>Add a dataset or collection to a space </b>
</div>
<div id="space-dataset" class="collapse out">
<div class="jumbotron"><img src="images/add_to_space.png" class="img-responsive"></div>
<p>1. Select a collection or dataset and then choose a space to add it to.</p>
<hr />
<div class="jumbotron"><img src="images/added_to_space.png" class="img-responsive"></p></div>
<p>2. A new icon will show what has been shared. Click x to remove the collection/dataset from that space.</p>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingThreeE">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordionE" href="#collapseThreeE" aria-expanded="false" aria-controls="collapseThreeE">
Collections
</a>
</h4>
</div>
<div id="collapseThreeE" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThreeE">
<div class="panel-body">
<div data-toggle="collapse" data-target="#datasetG">
<b>What’s a collection?</b>
</div>
<div id="datasetG" class="collapse out">
A collection is a term used to describe a group of datasets. Collections are often named after a sample, project, or process.
</div>
<hr />
<div data-toggle="collapse" data-target="#select-datasetH">
<b>Create a collection</b>
</div>
<div id="select-datasetH" class="collapse out">
<div class="jumbotron"><img src="images/4ceed_curator_collection.png" class="img-responsive"></div>
<p>1. Click either link to create a new collection.</p>
<hr />
<div class="jumbotron"><img src="images/4ceed_curator_new_collection.png" class="img-responsive"></div>
<p>1. Give a name to your new collection.<br />
3. Optionally give your collection a description.<br />
4. Optionally share the new collection in an existing space.<br />
5. Click create or reset.</p>
<p> <i> A collection is created.</i></p>
</div>
<hr />
<div data-toggle="collapse" data-target="#select-datasetJ">
<b>Create a child collection</b>
</div>
<div id="select-datasetJ" class="collapse out">
<div class="jumbotron">
<img src="images/4ceed_curator_new_child_collection_2.png" class="img-responsive"></div>
<b>From an existing collection.</b><br />
<p>1. Click the create child collection link.<br />
2. View what parent collections the selected collection is in.<br />
</p>
<hr />
<div class="jumbotron"><img src="images/4ceed_curator_new_child_collection.png" class="img-responsive"></div>
<p>1. Give your child collection a name. <br />
2. Provide a description.<br />
3. Click create or reset.</p>
</div>
<hr />
<div data-toggle="collapse" data-target="#select-datasetK">
<b>View a collection</b>
</div>
<div id="select-datasetK" class="collapse out">
<div class="jumbotron"><img src="images/4ceed_curator_my_collections.png" class="img-responsive"></div>
<p>
1. Select the My Collections tab from the dashboard to view latest collections. <br />
2. View collections that you have created.<br />
3. View collections that you are collaborating on.<br />
4. View all collections.</p>
</p>
<hr />
<div class="jumbotron"><img src="images/4ceed_curator_my_collections_2.png" class="img-responsive"></div>
<p>
1. View or update collection name.<br />
2. View or update collection description.<br />
3. Download all datasets and files in a collection.<br />
4. Create a child collection.<br />
5. View spaces that the collection belongs to. <br />
6. View what parent collections this collection belongs to.<br />
7. View what datasets are in the collection.
</p>
<hr />
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingThreeD">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordionD" href="#collapseThreeD" aria-expanded="false" aria-controls="collapseThreeD">
Datasets
</a>
</h4>
</div>
<div id="collapseThreeD" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThreeD">
<div class="panel-body">
<div data-toggle="collapse" data-target="#datasetD">
<b>What’s a dataset?</b>
</div>
<div id="datasetD" class="collapse out">
A dataset is a term used to describe a group of related files that have metadata.
</div>
<hr />
<div data-toggle="collapse" data-target="#select-datasetD">
<b>Create a dataset</b>
</div>
<div id="select-datasetD" class="collapse out">
<div class="jumbotron"><img src="images/4ceed_curator_dataset_create.png" class="img-responsive"></div>
<p>1. Click either link to create a new dataset</p>
<hr />
<div class="jumbotron"><img src="images/4ceed_curator_dataset_new.png" class="img-responsive"></div>
<p>2. Give your dataset a name.<br />
3. Optionally give your dataset a description.<br />
4. Optionally share the new dataset in an existing space.<br />
5. Click create or reset.</p>
<p> <i> A dataset is created.</i></p>
</div>
<hr />
<div data-toggle="collapse" data-target="#select-datasetE">
<b>View dataset</b>
</div>
<div id="select-datasetE" class="collapse out">
<div class="jumbotron"><img src="images/4ceed_curator_datasets_dashboard.png" class="img-responsive"></div>
<p>1. View latest datasets from the dashboard.<br />
2. View datasets that you have created.<br />
3. View datasets that you are collaborating on.<br />
4. View all datasets.</p>
<hr />
<b>Individual datasets</b>
<div class="jumbotron"><img src="images/4ceed_curator_dataset_view.png" class="img-responsive"></div>
<p>1. Add files to a dataset, download or delete a dataset, follow a dataset, or view who the collaborators are. <br />
2. View thumbnail of files in dataset.<br />
3. View the metadata entered by the user from a template.<br />
4. Manage what collections the dataset is in.<br />
5. Manage what space the dataset is in.<br />
6. Create tags for the dataset for better search.<br />
7. Download a file. </p>
</div>
<hr />
<div data-toggle="collapse" data-target="#select-datasetF">
<b>View dataset metadata</b>
</div>
<div id="select-datasetF" class="collapse out">
<div class="jumbotron"><img src="images/4ceed_curator_dataset_metadata.png" class="img-responsive"></div>
<p>
1. Select the Metadata tab to view all of the user defined metadata. <br />
2. List of key values entered from a 4CeeD Uploader template.<br />
3. Dataset files can be downloaded if the user is the creator or has been given permission.<br />
3. 4CeeD uses the Library of Congress BagIt Spec which preserves the experiments hierarchy and provides the user all the original files, user defined metadata, and extracted metadata in its original file hierachy.
</p>
<hr />
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingFilesC">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordionFilesC" href="#collapseFilesC" aria-expanded="false" aria-controls="collapseFilesC">
Files
</a>
</h4>
</div>
<div id="collapseFilesC" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFilesC">
<div class="panel-body">
<div data-toggle="collapse" data-target="#fileQuestion1C">
<b>What file types can I upload?</b>
</div>
<div id="fileQuestion1C" class="collapse out">
All major file types are supported, but metadata extractors will only run on supported file types<br />
For example, [.png, .dm3, .tif, .txt, .jpg, .ibw]
</div>
<hr />
<div data-toggle="collapse" data-target="#fileQuestion2C">
<b>What are file extractors?</b>
</div>
<div id="fileQuestion2C" class="collapse out">
File extractors work by extracting key and value pairs from supported file types. This information is indexed, archived, and available for download and search.<br />
</div>
<hr />
<div data-toggle="collapse" data-target="#fileQuestion3C">
<b>How many files can I upload at one time?</b>
</div>
<div id="fileQuestion3C" class="collapse out">
There is no file size or quantity limit. It is recommended to upload smaller batches of files.
</div>
<hr />
<div data-toggle="collapse" data-target="#fileQuestion4C">
<b>What extractors/instruments are currently supported?</b>
</div>
<div id="fileQuestion4C" class="collapse out">
We currently support SEM and TEM instruments, Optical Microscopes, <br />
Atomic Force Microscopes, and Xray.
</div>
<hr />
<div data-toggle="collapse" data-target="#select-upload-filesC">
<b>Uploading files</b>
</div>
<div id="select-upload-filesC" class="collapse out">
<div class="jumbotron">
<img src="images/4ceed_curator_file_upload.png" class="img-responsive">
</div>
<p>
<b>* If you are in a lab it's strongly suggested to use the streamlined 4CeeD Uploader. The 4CeeD Uploader supports metadata templates for quick and accurate metadata capture.</b>
</p>
<p>
1. View information about the dataset that files are to be uploaded to. <br />
2. Select or drag files to upload.<br />
3. Start or cancel upload.<br />
</p>
</div>
<hr />
<div data-toggle="collapse" data-target="#select-fileC">
<b>View file and metadata</b>
</div>
<div id="select-fileC" class="collapse out">
<div class="jumbotron">
<img src="images/4ceed_curator_file.png" class="img-responsive">
</div>
<p>
1. View thumbnail preview of uploaded file. <br />
2. Follow, Delete, or Download file/metadata.<br />
3. Start or cancel upload.<br />
4. Add tags to image.<br />
5. View system generated metadata.<br />
6. Creator metadata.<br />
</p>
</div>
<hr />
<div data-toggle="collapse" data-target="#select-fileTag">
<b>Tag file preview</b>
</div>
<div id="select-fileTag" class="collapse out">
<div class="jumbotron">
<img src="images/4ceed_curator_file_tag.png" class="img-responsive">
</div>
<p>
1. Right click on the image where you want to add a tag or comment.<br />
</p>
</div>
<hr />
<div data-toggle="collapse" data-target="#select-extractionC">
<b>View extraction events</b>
</div>
<div id="select-extractionC" class="collapse out">
<div class="jumbotron">
<img src="images/4ceed_curator_file_extractions.png" class="img-responsive">
</div>
<p>
1. View extraction events. <br />
2. Manually submit a file for extraction.<br />
3. Post comments.<br />
4. System generated metadata.
</p>
</div>
<hr />
<div data-toggle="collapse" data-target="#select-manualC">
<b>Manually submit file for extraction</b>
</div>
<div id="select-manualC" class="collapse out">
<div class="jumbotron">
<img src="images/4ceed_curator_files_view_extractors.png" class="img-responsive">
</div>
<p>
1. View information about the dataset that files are to be uploaded to. <br />
2. Extractor to run or rerun.<br />
3. Optional parameter for extractor.<br />
4. Submit file for extraction.<br />
</p>
</div>
<hr />
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingThreeTemplates">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordionTemplates" href="#collapseThreeTemplates" aria-expanded="false" aria-controls="collapseThreeTemplates">
Templates
</a>
</h4>
</div>
<div id="collapseThreeTemplates" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThreeTemplates">
<div class="panel-body">
<div data-toggle="collapse" data-target="#templateD">
<b>What’s a template?</b>
</div>
<div id="templateD" class="collapse out">
Templates provide a set of key value pairs for accurately and quickly reporting user defined metadata.
</div>
<hr />
<div data-toggle="collapse" data-target="#create-templates">
<b>Create a template</b>
</div>
<div id="create-templates" class="collapse out">
<div class="jumbotron"><img src="images/4ceed_curator_new_template.png" class="img-responsive"></div>
<p>1. Optionally create your template from another one.<br />
2. Give your template a name.<br />
3. Optionally give your template tags for later search.<br />
4. Add new fields to your template.<br />
5. Click the box to share template within a space or globally.<br />
6. Enter information for the template.(Name, Unit Type, Data Type, Value, Requirement). Optionally remove rows.</p>
<p> <i> A template is created.</i></p>
</div>
<hr />
<div data-toggle="collapse" data-target="#update-template">
<b>Update a template</b>
</div>
<div id="update-template" class="collapse out">
<div class="jumbotron"><img src="images/4ceed_curator_update_template.png" class="img-responsive"></div>
<p>1. Choose a template to update. <br />
2. Optionally change template name.<br />
3. Add or remove tags.<br />
4. Add new fields. <br />
5. Share template or revoke shared status.<br />
6. Remove row or update name, type, or value fields. <br />
</div>
<hr />
<div data-toggle="collapse" data-target="#delete-template">
<b>Delete template </b>
</div>
<div id="delete-template" class="collapse out">
<div class="jumbotron"><img src="images/4ceed_curator_delete_template.png" class="img-responsive"></div>
<p>
1. Select the template to delete <br />
2. Click delete this template to remove.<br />
</p>
<hr />
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingThreeAdmin">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordionD" href="#collapseThreeAdmin" aria-expanded="false" aria-controls="collapseThreeAdmin">
Admin
</a>
</h4>
</div>
<div id="collapseThreeAdmin" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThreeAdmin">
<div class="panel-body">
<div data-toggle="collapse" data-target="#superAdmin">
<b>Enable admin mode</b>
</div>
<div id="superAdmin" class="collapse out">
In order to activate the 4CeeD admin mode, a system administrator must modify the 4CeeD Curator config file property named initialAdmins. User accounts in this list will have access to the admin menu.
</div>
<hr />
<div data-toggle="collapse" data-target="#view-admin">
<b>View admin menu</b>
</div>
<div id="view-admin" class="collapse out">
<div class="jumbotron"><img src="images/4ceed_curator_admin_super.png" class="img-responsive"></div>
<p>1. Admin users have access to additional menu options.</p>
</div>
<hr />
<div data-toggle="collapse" data-target="#select-admin-users">
<b>Manage users</b>
</div>
<div id="select-admin-users" class="collapse out">
<div class="jumbotron"><img src="images/4ceed_curator_admin_users_2.png" class="img-responsive"></div>
<p>1. View all users and de-activate or promote users.<br />
2. Click submit to commit changes.</p>
</div>
<hr />
<div data-toggle="collapse" data-target="#select-admin-roles">
<b>Create and manage security roles/groups</b>
</div>
<div id="select-admin-roles" class="collapse out">
<div class="jumbotron"><img src="images/4ceed_curator_admin_roles.png" class="img-responsive"></div>
<p>
1. Create a new security group. <br />
2. Edit or delete existing security roles.<br />
</p>
<hr />
<div class="jumbotron"><img src="images/4ceed_curator_admin_roles_2.png" class="img-responsive"></div>
<p>
1. Create a new role to moderate access to a space.<br />
2. Give the new role a name.<br />
3. Optionally provide a description of the new role.<br />
4.Choose from nearly 50 different security properties<br />
</div>
<hr />
<div data-toggle="collapse" data-target="#select-admin-theme">
<b>Customize 4CeeD Curator theme</b>
</div>
<div id="select-admin-theme" class="collapse out">
<div class="jumbotron"><img src="images/4ceed_curator_admin_customize.png" class="img-responsive"></div>
<p>
1. Customize the look of the curator, add google analytics tracking code, and update branding and other dynamic text. <br />
</p>
<hr />
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingThreeMisc">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordionMisc" href="#collapseThreeMisc" aria-expanded="false" aria-controls="collapseThreeMisc">
Misc
</a>
</h4>
</div>
<div id="collapseThreeMisc" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThreeMisc">
<div class="panel-body">
<div data-toggle="collapse" data-target="#misc-search">
<b>Free text search </b>
</div>
<div id="misc-search" class="collapse out">
<div class="jumbotron"><img src="images/4ceed_curator_search.png" class="img-responsive"></div>
<p>1. Enter terms to search on.<br />
2. View a list of files, datasets, and collections that contain the search terms.</p>
<p><i>Users can only view objects that they have access to.</i></p>
</div>
<hr />
<div data-toggle="collapse" data-target="#select-dashboard">
<b>Curator dashboard</b>
</div>
<div id="select-dashboard" class="collapse out">
<div class="jumbotron"><img src="images/4ceed_curator_dashboard.png" class="img-responsive"></div>
<p>1. Select dashboard from menu.<br />
2. Update profile, manage templates, or create new items.<br />
3. View recent activity, tree view, followers, spaces, datasets, and collections. <br />
</p>
</div>
<hr />
<div data-toggle="collapse" data-target="#select-tree-view">
<b>Curator tree view</b>
</div>
<div id="select-tree-view" class="collapse out">
<div class="jumbotron"><img src="images/4ceed_curator_tree_view.png" class="img-responsive"></div>
<p>
1. Select tree view to visualize project as a tree view. Each item is selectable.<br />
2. Collections are represented as folder icons.<br />
3. Datasets are represented with a glyph icon.
</p>
</div>
<hr />
<div data-toggle="collapse" data-target="#select-signup">
<b>Sign up for an account</b>
</div>
<div id="select-signup" class="collapse out">
<div class="jumbotron"><img src="images/4ceed_curator_admin_signup.png" class="img-responsive"></div>
<p>
1. Enter a valid email.<br />
2. Click create an account.
</p>
<hr />
<div class="jumbotron"><img src="images/4ceed_curator_admin_signup_2.png" class="img-responsive"></div>
<p>
1. Check your email for instructions on how to finish the account creation.<br />
2. Finish registration by filling out profile fields.
</p>
</div>
<hr />
<div data-toggle="collapse" data-target="#select-misc-email">
<b>Sending an email request for help</b>
</div>
<div id="select-misc-email" class="collapse out">
<div class="jumbotron"><img src="images/4ceed_curator_admin_email.png" class="img-responsive"></div>
<p>
1. Select contact support from the help menu.<br />
2. Enter a subject for the email message. <br />
3. Enter a body for the email message. <br />
4. Complete reCAPTCHA validation.<br />
5. Click button to send email.
</p>
</div>
<hr />
<div data-toggle="collapse" data-target="#select-misc-follow">
<b>Following users and other objects</b>
</div>
<div id="select-misc-follow" class="collapse out">
<div class="jumbotron"><img src="images/4ceed_curator_followers.png" class="img-responsive"></div>
<p>
1. Click on followers to view users that are following you.<br />
2. View users, spaces, files, datasets, and collections logged in user is following.
</p>
<hr />
</div>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="jquery/js/jquery.min.js"></script>
<script src="jquery-ui/js/jquery-ui.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- Latest compiled and minified JavaScript -->
<script src="bootstrap/js/bootstrap.min.js"></script>
<script>
$(document).ready(function() {
$('[data-toggle="popover"]').popover();
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-85306000-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>