-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathdigitalstrategy.xml
executable file
·963 lines (963 loc) · 50.4 KB
/
digitalstrategy.xml
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
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
<?xml version="1.0"?>
<report>
<agency>NASA</agency>
<generated>2016-08-30 10:30:31</generated>
<items>
<item id="2.1">
<parent/>
<text>Engage with customers to identify at least two existing major customer-facing services that contain high-value data or content as first-move candidates to make compliant with new open data, content, and web API policy.</text>
<due>90 Days</due>
<due_date>2012/08/21</due_date>
<fields>
<field>
<type>select</type>
<name>2-1-status</name>
<label>Overall Status</label>
<options>
<option>
<label>Not Started</label>
<value>not-started</value>
</option>
<option>
<label>In Progress</label>
<value>in-progress</value>
</option>
<option>
<label>Completed</label>
<value>completed</value>
</option>
</options>
<value>completed</value>
</field>
</fields>
<multiple/>
</item>
<item id="2.1.1">
<parent>2.1</parent>
<text>Paragraph on customer engagement approach</text>
<due>90 days</due>
<due_date>2012/08/21</due_date>
<fields>
<field>
<type>textarea</type>
<name>2-1-1-customer-engagement-approach</name>
<label>Paragraph on customer engagement approach</label>
<options/>
<value>NASA has three phases defined for Customer Engagement for Open Data. Phase One included the development of code.nasa.gov and data.nasa.gov. Code.nasa.gov and data.nasa.gov, are two major ways that NASA engages our customers. Code.nasa.gov website expands NASA's open source activities, surfaces existing activities, provides a discussion forum, and guides internal and external groups in open development, release, and contribution. NASA hopes to lower barriers to building open technology in partnership with the public. Phase Two concentrates on open source concepts, policies, and activities at NASA, and is ongoing across the agency. Phase Three focuses on building software tools to improve and speed open source development, including distributed version control, issue tracking, continuous integration, and documentation. Data.nasa.gov is NASA's commitment to open data and expands the audience for the vast body of knowledge produced through NASA aeronautics and space missions. NASA actively uses GitHub as a central hub to engage developers and collaborate with the public on open source and open data efforts. Additionally, NASA requests feedback via comments on Open.NASA.gov and NASA's Digital Strategy website for data sets or digital information the public finds most valuable. Developers, technologists, entrepreneurs, citizen scientists and many others can contribute directly to the exploration of space and Earth by helping to create new ways to leverage NASA data. As part of the Open Government Initiative and the Open Data Policy, the Agency is working to improve accessibility to this data and incentivizing the use of government data by citizens through challenge programs, such as the annual International Space Apps Challenge. NASA makes available data, software, and analytic tools through the Open.NASA.gov website that links to both the data.NASA.gov and the code.NASA.gov catalogs: which draw from NASA's many mission-related websites. The public now has streamlined access to publicly available data and tools with information and direct links to approximately over 3000 datasets. Overall, these digital platforms and challenge programs continue to develop the community of solvers through open innovation and public engagement to the NASA Open Government Plan.
</value>
</field>
</fields>
<multiple/>
</item>
<item id="2.1.2">
<parent>2.1</parent>
<text>Prioritized list of systems (datasets)</text>
<due>90 days</due>
<due_date>2012/08/21</due_date>
<fields>
<field>
<type>text</type>
<name>2-1-2-name</name>
<label>System Name</label>
<options/>
<value>
<value>NASA Data API</value>
<value>ISS Live API</value>
<value>ExoAPI</value>
</value>
</field>
<field>
<type>text</type>
<name>2-1-2-description</name>
<label>System Description</label>
<options/>
<value>
<value>The data.nasa.gov API allows a machine-readable interface to return metadata from the site organized by category, tag, date, or search term. We’re hoping this allows new and creative visualizations of the data resources NASA provides to the public. Additionally, it is a learning experience for us as we work to expand transparency, participation, and collaboration at NASA through new uses of technology.</value>
<value>Thousands of data points are downloaded every minute from the Station, and ISS Live! makes a broad set of that data open and accessible. Furthermore, ISS Live! will make an application programming interface (API) available as a web service for external developers to take ISS data and put it into their own websites and mobile applications.</value>
<value>ExoAPI is an ongoing project that extends the accessibility of exoplanetary data by providing an easy to use RESTful API. ExoAPI was created during the NASA Space Apps Challenge by a team of three amazing geniuses who knew nothing about space before they started this...and still don't really. Currently the data is provided by http://exoplanetology.blogspot.com/ who in turn feeds the data from http://exoplanet.eu/. The ExoAPI team plans on extending the API to encompass a wider array of data sources and more interesting space data to reach as many programmers as possible and encourage an explosion of space data based mashups. </value>
</value>
</field>
<field>
<type>select</type>
<name>2-1-2-scope</name>
<label>System Scope</label>
<options>
<option>
<label>Internal</label>
<value>internal</value>
</option>
<option>
<label>External</label>
<value>external</value>
</option>
<option>
<label>Both</label>
<value>both</value>
</option>
</options>
<value>
<value>both</value>
<value>both</value>
<value>both</value>
</value>
</field>
<field>
<type>text</type>
<name>2-1-2-customer</name>
<label>Main Customer</label>
<options/>
<value>
<value>Employees, Citizens</value>
<value>Employees, Citizens</value>
<value>Employees, Citizens</value>
</value>
</field>
<field>
<type>text</type>
<name>2-1-2-uii</name>
<label>Unique Investment Identifier</label>
<options/>
<value>
<value>026-000000001</value>
<value>026-000000001</value>
<value>026-000000001</value>
</value>
</field>
</fields>
<multiple>1</multiple>
</item>
<item id="7.1">
<parent/>
<text>Engage with customers to identify at least two existing priority customer-facing services to optimize for mobile use.</text>
<due>90 Days</due>
<due_date>2012/08/21</due_date>
<fields>
<field>
<type>select</type>
<name>7-1-status</name>
<label>Overall Status</label>
<options>
<option>
<label>Not Started</label>
<value>not-started</value>
</option>
<option>
<label>In Progress</label>
<value>in-progress</value>
</option>
<option>
<label>Completed</label>
<value>completed</value>
</option>
</options>
<value>completed</value>
</field>
</fields>
<multiple/>
</item>
<item id="7.1.1">
<parent>7.1</parent>
<text>Paragraph on customer engagement approach</text>
<due>90 days</due>
<due_date>2012/08/21</due_date>
<fields>
<field>
<type>textarea</type>
<name>7-1-1-customer-engagement-approach</name>
<label>Paragraph on customer engagement approach</label>
<options/>
<value>NASA is a leader in providing open data to citizens, researchers, and fellow agencies. Our NASA vision is to “to reach for new heights and reveal the unknown so that what we do and learn will benefit all humankind.” We do this by sharing our discoveries as widely as possible. We've embarked on an ambitious citizen engagement through our crowdsourcing and challenge portfolio, where we allow our customers -- the taxpayer -- to engage with us to create innovative new solutions to problems facing humanity, both on and off the planet. NASA leads the public sector in the breadth and depth of experience and experimentation with prizes, citizen science, and challenges, much of which is based on NASA's openly available data and tools. From the International Space Apps Challenge, to Centennial Challenges, to NASA's Open Innovation Pavilion, and NASA Tournament Lab, citizens can join our journey of exploration. Through these citizen engagement programs, NASA provides priority high value datasets -- created as an output of NASA’s scientific and engineering programs – to allow the public to create innovative solutions and new products for social good, non-profit, and commercial gain. The International Space Apps Challenge, in its third year, engaged with over 8000 citizens from 95 cities and 46 countries, to create a harvest of innovation from the seeds of NASA data. We are committed to increase our customer engagement through innovative data programs to infuse innovation at the local level, as well as spurring new ways to do business in the federal government. </value>
</field>
</fields>
<multiple/>
</item>
<item id="7.1.2">
<parent>7.1</parent>
<text>Prioritized list of systems (datasets)</text>
<due>90 days</due>
<due_date>2012/08/21</due_date>
<fields>
<field>
<type>text</type>
<name>7-1-2-name</name>
<label>System Name</label>
<options/>
<value>
<value>NASA Apps Store</value>
<value>WebTADS</value>
<value>Visualization Explorer</value>
<value>people.nasa.gov</value>
</value>
</field>
<field>
<type>text</type>
<name>7-1-2-description</name>
<label>System Description</label>
<options/>
<value>
<value>Provide employees and contractors with access to agency data and systems on the go.</value>
<value>WebTADS Mobile is a lighter version of the desktop-based WebTADS developed to provide NASA Civil Servants with the convenience of recording time when they're not in the office or connected via VPN.</value>
<value>NASA Visualization Explorer, the coolest way to get stories about advanced space-based research delivered right to your iPad. A direct connection to NASA’s extraordinary fleet of research spacecraft, this app presents cutting edge research stories in an engaging and exciting format. </value>
<value>NASA Enterprise Directory (NED) Search</value>
</value>
</field>
<field>
<type>select</type>
<name>7-1-2-scope</name>
<label>System Scope</label>
<options>
<option>
<label>Internal</label>
<value>internal</value>
</option>
<option>
<label>External</label>
<value>external</value>
</option>
<option>
<label>Both</label>
<value>both</value>
</option>
</options>
<value>
<value>internal</value>
<value>internal</value>
<value>both</value>
<value>both</value>
</value>
</field>
<field>
<type>text</type>
<name>7-1-2-customer</name>
<label>Main Customer</label>
<options/>
<value>
<value>Employees</value>
<value>Employees</value>
<value>Employees, Citizens</value>
<value>Employees, Citizens</value>
</value>
</field>
<field>
<type>text</type>
<name>7-1-2-uii</name>
<label>Unique Investment Identifier</label>
<options/>
<value>
<value>026-000000001</value>
<value>026-000000001</value>
<value>026-000004110</value>
<value>026-000000001</value>
</value>
</field>
</fields>
<multiple>1</multiple>
</item>
<item id="4.2">
<parent/>
<text>Establish an agency-wide governance structure for developing and delivering digital services</text>
<due>6 months</due>
<due_date>2012/11/23</due_date>
<fields>
<field>
<type>select</type>
<name>4-2-status</name>
<label>Overall Status</label>
<options>
<option>
<label>Not Started</label>
<value>not-started</value>
</option>
<option>
<label>In Progress</label>
<value>in-progress</value>
</option>
<option>
<label>Completed</label>
<value>completed</value>
</option>
</options>
<value>completed</value>
</field>
<field>
<type>textarea</type>
<name>4-2-policy</name>
<label>Paragraph on Governance</label>
<options/>
<value>NASA intended to create a Digital Services Council to be co-chaired by the Office of Chief Information Officer (OCIO) and Office of Communications. In the meantime, NASA conducted a comprehensive Technical Capabilities Assessment initiative to establish a more efficient operating model that maintains critical capabilities and meets current and future mission needs. NASA has a highly complex and evolving mission dependent upon numerous technical capabilities. The intent of the agency-wide assessment has been to strategically address the technical capabilities required to support Agency goals, and to enable NASA leadership to make informed decisions about investments in infrastructure, people, and innovation needed to advance our mission. 

In order to streamline processes, the OCIO assessed existing authorities for how the Agency governs digital services, and determined that OCIO processes and governing boards already have authority over digital infrastructure and capabilities. These authorities cannot be re-delegated to a newly formed Council.; therefore, the Council has been determined redundant. In order to streamline NASA capabilities, NASA management has determined that digital strategy is the responsibility of OCIO, and is embedded at all levels of OCIO Information Technology (IT) governance at NASA. 

IT governance is undertaken under the auspices of multiple standing Boards.
1. The IT Strategy and Investment Board has authority for decisions regarding IT strategy and resultant policies, significant IT investments (prioritization and approval), and the NASA Enterprise Architecture. 
2. The IT Program Management Board has authority for application and infrastructure projects to ensure that investments approved by the IT Strategy and Investment Board stay on track during formulation, design, and implementation. 
3. The IT Management Board (ITMB) has authority for decisions regarding management of the IT technical environment at NASA to implement IT strategy, policy, and investment initiatives, including configuration management, integration, and performance of IT systems. The purpose of the ITMB is to make decisions regarding performance, integration, and other issues pertaining to operational systems. The ITMB also serves as a senior-level Configuration Control Board (CCB) for Agency infrastructure projects, reviewing and approving high-level infrastructure requirements.
4. The IT Systems Integration Board provides a forum for senior-level stakeholder participation in the setting of IT strategy and policy of broad impact in terms of budget or operational capacity, as well as prioritization of significant IT investments that align with the strategy and mission of the Agency. The purpose of this Board is to provide a forum for high-level Agency participation in the oversight and evaluation of Agency IT programs and projects. 
In addition, OCIO is responsible for OMB E-Gov initiatives and has the authority to negotiate and commit on behalf of the Agency a set of initiatives and milestones that are in the best interest of the Agency and Federal Government.
</value>
</field>
<field>
<type>text</type>
<name>4-2-link</name>
<label>URL to Governance Document</label>
<options/>
<value>http://www.nasa.gov/agency/digitalstrategy/governance.html</value>
</field>
</fields>
<multiple/>
</item>
<item id="5.2">
<parent/>
<text>Develop an enterprise-wide inventory of mobile devices and wireless service contracts</text>
<due>6 months</due>
<due_date>2012/11/23</due_date>
<fields>
<field>
<type>select</type>
<name>5-2-status</name>
<label>Overall Status</label>
<options>
<option>
<label>Not Started</label>
<value>not-started</value>
</option>
<option>
<label>In Progress</label>
<value>in-progress</value>
</option>
<option>
<label>Completed</label>
<value>completed</value>
</option>
</options>
<value>completed</value>
</field>
</fields>
<multiple/>
</item>
<item id="5.2.1">
<parent>5.2</parent>
<text>Develop wireless and mobile inventory</text>
<due>6 months</due>
<due_date>2012/11/23</due_date>
<fields>
<field>
<type>text</type>
<name>5-2-1-component</name>
<label>Bureau/Component</label>
<options/>
<value>
<value>OCIO</value>
</value>
</field>
<field>
<type>select</type>
<name>5-2-1-inventory-status</name>
<label>Inventory Status</label>
<options>
<option>
<label>Not Started</label>
<value>not-started</value>
</option>
<option>
<label>In Progress</label>
<value>in-progress</value>
</option>
<option>
<label>Completed</label>
<value>completed</value>
</option>
</options>
<value>
<value>completed</value>
</value>
</field>
</fields>
<multiple>1</multiple>
</item>
<item id="8.2">
<parent/>
<text>Implement performance and customer satisfaction measuring tools on all .gov websites</text>
<due>8 months</due>
<due_date>2013/1/22</due_date>
<fields>
<field>
<type>select</type>
<name>8-2-status</name>
<label>Overall Status</label>
<options>
<option>
<label>Not Started</label>
<value>not-started</value>
</option>
<option>
<label>In Progress</label>
<value>in-progress</value>
</option>
<option>
<label>Completed</label>
<value>completed</value>
</option>
</options>
<value>completed</value>
</field>
</fields>
<multiple/>
</item>
<item id="8.2.1">
<parent>8.2</parent>
<text>Implement performance measurement tool</text>
<due>8 months</due>
<due_date>2013/1/22</due_date>
<fields>
<field>
<type>select</type>
<name>8-2-1-tool</name>
<label>Implemented Digital Analytics Program</label>
<options>
<option>
<label>Yes</label>
<value>yes</value>
</option>
<option>
<label>No</label>
<value>no</value>
</option>
</options>
<value>yes</value>
</field>
<field>
<type>textarea</type>
<name>8-2-1-implementation</name>
<label>If Not, Describe Implementation</label>
<options/>
<value/>
</field>
<field>
<type>text</type>
<name>8-2-1-percent</name>
<label>Percent of websites covered</label>
<options/>
<value>100</value>
</field>
<field>
<type>text</type>
<name>8-2-1-url</name>
<label>URL of performance data</label>
<options/>
<value>https://www.google.com/analytics/web/?authuser=1#my-reports/N_nOya0_SVC3_IfT9hgbkw/a33523145w60822123p68619810/</value>
</field>
</fields>
<multiple/>
</item>
<item id="8.2.2">
<parent>8.2</parent>
<text>Implement customer satisfaction tool</text>
<due>8 months</due>
<due_date>2013/1/22</due_date>
<fields>
<field>
<type>textarea</type>
<name>8-2-2-implementation</name>
<label>Describe Implementation</label>
<options/>
<value> The main www.nasa.gov website uses ForeSee Feedback analytics that enables the agency to offer the opportunity for citizens to volunteer allow the agency to follow their movements throughout the website before offering a short survey measuring their satisfaction at the conclusion of their visit.</value>
</field>
<field>
<type>text</type>
<name>8-2-2-url</name>
<label>URL of performance data</label>
<options/>
<value>http://www.nasa.gov/pdf/598263main_NASA%20Customer%20Service%20Plan.pdf</value>
</field>
</fields>
<multiple/>
</item>
<item id="1.2">
<parent/>
<text>Ensure all new IT systems follow the open data, content, and web API policy and operationalize agency.gov/developer pages</text>
<due>12 months</due>
<due_date>2013/05/23</due_date>
<fields>
<field>
<type>select</type>
<name>1-2-status</name>
<label>Overall Status</label>
<options>
<option>
<label>Not Started</label>
<value>not-started</value>
</option>
<option>
<label>In Progress</label>
<value>in-progress</value>
</option>
<option>
<label>Completed</label>
<value>completed</value>
</option>
</options>
<value>in-progress</value>
</field>
</fields>
<multiple/>
</item>
<item id="1.2.1">
<parent>1.2</parent>
<text>Document policy for architecting new IT systems for openness by default</text>
<due>6 months</due>
<due_date>2012/11/23</due_date>
<fields>
<field>
<type>textarea</type>
<name>1-2-1-description</name>
<label>Describe policy</label>
<options/>
<value>NASA is in the process of reviewing the recently released open data policy. The agency's long tradition of sharing its work and research with the public mean that much of our data already meets the requirements laid out in the policy, and the agency plans a comprehensive response to ensure that additional data is released in formats that are open, accessible, and of value to the public.
NASA is also currently working on contract language to be put in place for all new IT systems such that hooks are provided to allow exposure of data in a machine-readable manner. Additionally, the NASA Information Architecture Management initiative, run out of Office of Chief Information Officer, is providing data guidelines and standards that show reference architectures and implementations for best-practices approaches to machine-readable data and data operability.</value>
</field>
</fields>
<multiple/>
</item>
<item id="1.2.4">
<parent>1.2</parent>
<text>Develop Data Inventory Schedule - Summary</text>
<due>17 months</due>
<due_date>2013/10/23</due_date>
<fields>
<field>
<type>textarea</type>
<name>1-2-4-data-inventory-schedule-summary</name>
<label>Summarize the Inventory Schedule</label>
<options/>
<value>NASA was founded on the principles of transparency and openness via the 1958 Space Act with requires NASA to “provide for the widest practicable and appropriate dissemination of information concerning the activities and the results thereof.” NASA datasets are available across a variety of Agency websites and portals for use by the public. We are committed to making our data as accessible as possible, and are working with our Mission Directorates to systematically identify, collect, and format existing data that is routinely made available through open sources, most often mission program websites. 

The 2014 inventory has grown extensively. Updates included 1000 new datasets in Earth Sciences, 51 new datasets in Space Science, 50 new datasets in Space Technology, 375 new datasets in Human Spaceflight, and 55 new datasets in Aeronautics. 
</value>
</field>
</fields>
<multiple/>
</item>
<item id="1.2.5">
<parent>1.2</parent>
<text>Develop Data Inventory Schedule - Milestones</text>
<due>17 months</due>
<due_date>2013/10/23</due_date>
<fields>
<field>
<type>text</type>
<name>1-2-5-data-inventory-schedule-milestones-title</name>
<label>Title</label>
<options/>
<value>
<value>Publication of updated PDL</value>
</value>
</field>
<field>
<type>textarea</type>
<name>1-2-5-data-inventory-schedule-milestones-description</name>
<label>Description</label>
<options/>
<value>
<value>This major effort consists of mapping currently known datasets to the Project Open Data Schema and ensuring publication into PDL JSON format for harvesting into data.gov. 
</value>
</value>
</field>
<field>
<type>text</type>
<name>1-2-5-data-inventory-schedule-milestones-date</name>
<label>Milestone Date</label>
<options/>
<value>
<value>monthly</value>
</value>
</field>
<field>
<type>textarea</type>
<name>1-2-5-data-inventory-schedule-milestones-expand-description</name>
<label>Description of how this milestone expands the Inventory</label>
<options/>
<value>
<value>NASA is using the Project Open Data metadata schema to build the Public Data Lists and the Enterprise Data Inventory., We are continually adding datasets owned by NASA's Mission Directorates and other functional offices. We are developing an agency-level NASA Information Architecture Management (NIAM) process to help us share and reuse the data across the agency, and allow our researchers to more easily identify common research datasets across agencies. The information architecture is one of our Open Government Plan flagship initiatives. We are making significant progress with common metadata, contract language, and search capacity. As we mature this process, identification of datasets will be more streamlined so that we can add new agency data to our inventory </value>
</value>
</field>
<field>
<type>textarea</type>
<name>1-2-5-data-inventory-schedule-milestones-enrich-description</name>
<label>Description of how this milestone enriches the Inventory</label>
<options/>
<value>
<value>The data from each Mission Directorate is unique; therefore, expanding the inventory greatly. NASA currently has over 3000 datasets within the data.gov catalog and will continue to expand this through collaboration with the Mission Directorates and through our customer engagement methods such as challenges and prizes competitions. 
NASA has enriched the data by applying categories as seen on http://data.nasa.gov/. The categories include Aeronautics, Earth Science, Climate, Engineering, Institutional, Life Science, Operations, and Space Science. These categories were identified by the NASA Open Innovation Team based on NASA mission data most frequently accessed via the program websites or customer-facing programs. </value>
</value>
</field>
<field>
<type>textarea</type>
<name>1-2-5-data-inventory-schedule-milestones-open-description</name>
<label>Description of how this milestone opens the Inventory</label>
<options/>
<value>
<value>Each monthly milestone adds new datasets to open the inventory. The NASA Open Innovation Team collaborates with the data owners to make the datasets available in machine-readable format for ease of use by our customers and the public. As an engineering and science agency, NASA has protocols to ensure sensitive data, such as ITAR-related or privacy data is secured. NASA has always and will continue to proactively release our non-sensitive scientific data for the benefit of the general public. This not only increases the level of transparency and accountability, but also improves the timely sharing of the data for better science and technology. One of the examples of NASA’s commitment to proactively disclose information is our Scientific and Technical Information (STI) Program. The STI program is a critical component in the worldwide activity of scientific and technical aerospace research and development. This program houses over 4 million documents. Yes, we have our work cut out to convert these documents into machine-readable format – with no additional funded authorized by Congress to make this happen.
NASA places a high priority on protecting all our sensitive unclassified information (SBU) created, collected, maintained, and managed on behalf of NASA. Among the various categories of SBU, privacy information (identifiable form, personally identifiable information, and information subject to the Privacy Act of 1974, are among the most sensitive, requiring multiple levels of protection and compliance with federal standards and laws. Meeting these requirements ensures that NASA complies with all related federal laws and standards, and ensures NASA and the federal government retain the public trust. All system, application, and information owners must fully comply with NASA Privacy Policy and Procedures, and all employees are required to maintain a state of awareness and training that ensures we are able to appropriately protect such information. NASA’s Privacy Page provides greater detail
The Open Innovation team defers to the strictly-defined processes within each mission program and organization to ensure the data can be made available to the public. Once NASA data is deemed open by the technical experts through their processes and the agency privacy review process, the Open Innovation team converts it to machine-readable format for inclusion in the data inventory.</value>
</value>
</field>
</fields>
<multiple>1</multiple>
</item>
<item id="1.2.6">
<parent>1.2</parent>
<text>Develop Customer Feedback Process</text>
<due>17 months</due>
<due_date>2013/10/23</due_date>
<fields>
<field>
<type>textarea</type>
<name>1-2-6-customer-feedback-process</name>
<label>Describe the agency's process to engage with customers</label>
<options/>
<value>NASA employs several mechanisms to engage our customers, increase transparency and solicit the public's input and feedback;\n(1) digital engagement\n\nData.NASA.gov: The agency's data portal features a customer data suggestion engine (https://data.nasa.gov/nominate) which allows NASA to\nsolicit desired datasets from citizens. Citizens can inquire about and suggest datasets important to them and their work\nGitHub: NASA maintains a large Organization on GitHub.com whereby all of the NASA open source project issue trackers are actively monitored by software developers engaged with the community\nOpen.NASA.gov: The NASA Open blog conveys important work within the agency's Open Innovation program and allows citizens to engage in dialog around topics using comments/discussion\nAPI.NASA.gov - NASA's newly released API portal directly supports digital engagement by both conveying how to leverage NASA Open APIs as well as how citizen developers can contribute to the ever-expanding APIs available.\n(2) stakeholder outreach (International Space Apps Challenge, Open Innovation Pavilion, NASA Tournament Lab, social media).\nNASA's multifaceted customer engagement strategy enables us to understand the problems our data end users face and utilize that information to prioritize data set releases. NASA will continue to embark on ambitious citizen engagement through crowdsourcing, citizen science initiatives and our challenge portfolio throughout the fiscal year to infuse innovation, ensure we are providing valuable data to the public, as well as, spur new ways to do business in the federal government.</value>
</field>
</fields>
<multiple/>
</item>
<item id="1.2.7">
<parent>1.2</parent>
<text>Develop Data Publication Process</text>
<due>17 months</due>
<due_date>2013/10/23</due_date>
<fields>
<field>
<type>textarea</type>
<name>1-2-7-data-publication-process</name>
<label>Describe the agency's data publication process</label>
<options/>
<value>NASA takes seriously its responsibility to increase public access to our scientific, research and program data while observing precautions related to privacy, confidentiality, security, or other restrictions to release permitted by law.

Identify: The NASA Open Innovation Team continues to collaborate with the agency Mission Directorates to identify, collect, and format existing terabytes of data that are routinely made available through open sources, most often mission program websites. Captured data has already been technically reviewed at the program level. 
Review: The data is reviewed in standard processes in terms of all privacy, confidentiality, security, and other legal requirements. Office of the General Counsel consults as needed where there are questions about recommendations. 
Publish: Data available on the mission websites is converted to machine-readable format using the Open Data standards, published on data.NASA.gov to allow CRUD operations on identified data sets for our agency public data list, and subsequently harvested by the data.gov process for publication. Other data release channels include mission program and project websites, journals, and presentations at meetings and workshops. 

Concerning restricted data: NASA data restricted under ITAR (International Trade in Arms Regulations), EAR (Export Administration Regulations), SBIR (Small Business Innovation Research), trade secret/commercial confidential or subject to Section 303(b) of the National Aeronautics and Space Act is considered to be SBU (Sensitive But Unclassified) and shall be marked with the appropriate notice (ITAR, EAR, SBIR, etc.) in all appropriate locations. Release or distribution of the same information by NASA contractors is subject to the same notice.</value>
</field>
</fields>
<multiple/>
</item>
<item id="2.2">
<parent/>
<text>Make high-value data and content in at least two existing, major customer-facing systems available through web APIs, apply metadata tagging and publish a plan to transition additional high-value systems</text>
<due>12 months</due>
<due_date>2013/05/23</due_date>
<fields>
<field>
<type>select</type>
<name>2-2-status</name>
<label>Overall Status</label>
<options>
<option>
<label>Not Started</label>
<value>not-started</value>
</option>
<option>
<label>In Progress</label>
<value>in-progress</value>
</option>
<option>
<label>Completed</label>
<value>completed</value>
</option>
</options>
<value>completed</value>
</field>
</fields>
<multiple/>
</item>
<item id="2.2.1">
<parent>2.1</parent>
<text>Publish plan on future activity</text>
<due>12 months</due>
<due_date>2013/05/23</due_date>
<fields>
<field>
<type>textarea</type>
<name>2-2-1-describe</name>
<label>Describe policy</label>
<options/>
<value>NASA is committed to making our data, software, and tools available to the public to spur innovation and improve lives of citizens of this planet. We are looking for ways to create create machine-readable files for every NASA website – as we do with 508 compliance processes. This is a longer-term solution to the commitment to make our data accessible. In the short-term, we will continue to convert data-sets as they come available and we have the resources to make this a reality. We will continue to engage one-on-one with data-consuming citizens through challenges and collaboration opportunities to enable citizen developers around the world to help us in our quest to further the transparency and accessibility of NASA data systems. Events like the International Space Apps Challenge open the opportunity for thousands of citizen developers from across the planet to contribute their time to use NASA data to solve problems facing their communities at the local level
NASA has hosted three International Space Apps Challenge events. In the 2013 event, 83 cities around the world with over 9,100 participants created 770 unique, open source solutions to a series of challenges the agency issued. In 2014, over 8000 participates in 95 cities and 46 countries engaged with NASA’s data to create 671 solutions. The challenges varied in scope and subject, from the creation of visualizations of our data to creating new API interfaces to legacy datasets. Solvers created innovative methods to monitor air, water, and urban pollution, track environmental mishaps, and alerts to warn citizens of weather and health-related disasters, as well as track the asteroids and celestial events. NASA is building on these efforts, and collaborating with other agencies to create solver profiles that can be used by citizens to engage with NASA and other agencies on a long-term basis. We're also developing innovation pipelines to help accelerate the infusion of data solutions at the local host level, as well as to infuse the solutions back into mainstream NASA.
</value>
</field>
</fields>
<multiple/>
</item>
<item id="2.2.2">
<parent>2.1</parent>
<text>Make 2+ systems (datasets) available via web APIs with metadata tags</text>
<due>12 months</due>
<due_date>2013/05/23</due_date>
<fields>
<field>
<type>text</type>
<name>2-2-2-system</name>
<label>Name of system</label>
<options/>
<value>
<value>NASA Data API</value>
<value>Earth Observing System (EOS) Clearing House (ECHO)</value>
</value>
</field>
<field>
<type>textarea</type>
<name>2-2-2-description</name>
<label>Description of system</label>
<options/>
<value>
<value>The data.nasa.gov API allows a machine-readable interface to return metadata from the site organized by category, tag, date, or search term. We’re hoping this allows new and creative visualizations of the data resources NASA provides to the public. Additionally, it is a learning experience for us as we work to expand transparency, participation, and collaboration at NASA through new uses of technology.</value>
<value>The NASA-developed Earth Observing System (EOS) Clearinghouse (ECHO) is a spatial and temporal metadata registry and order broker built by NASA's Earth Science Data and Information System (ESDIS) that enables the science community to more easily use and exchange NASA's data and services. ECHO's main objective is to enable broader use of NASA's EOS data. It allows users to more efficiently search and access data and services and increases the potential for interoperability with new tools and services. The value of these resources increases as the potential to exchange and interoperate increases. ECHO has been working with other organizations to provide their Earth science metadata alongside NASA's for users to search and access. ECHO stores metadata from a variety of science disciplines and domains, including Climate Variability and Change, Carbon Cycle and Ecosystems, Earth Surface and Interior, Atmospheric Composition, Weather, and Water and Energy Cycle.</value>
</value>
</field>
<field>
<type>select</type>
<name>2-2-2-scope</name>
<label>Scope of system</label>
<options>
<option>
<label>Internal</label>
<value>internal</value>
</option>
<option>
<label>External</label>
<value>external</value>
</option>
<option>
<label>Both</label>
<value>both</value>
</option>
</options>
<value>
<value>both</value>
<value>both</value>
</value>
</field>
<field>
<type>text</type>
<name>2-2-2-customers</name>
<label>Main Customers</label>
<options/>
<value>
<value>Employees, Public</value>
<value>Employees, Public</value>
</value>
</field>
<field>
<type>text</type>
<name>2-2-2-uii</name>
<label>Unique Investment Identifier</label>
<options/>
<value>
<value> 026-000000001</value>
<value>026-000000001</value>
</value>
</field>
<field>
<type>text</type>
<name>2-2-2-url</name>
<label>API Link</label>
<options/>
<value>
<value>http://data.nasa.gov/api-info/</value>
<value>http://api.echo.nasa.gov/echo/</value>
</value>
</field>
</fields>
<multiple>1</multiple>
</item>
<item id="5.3">
<parent/>
<text>Evaluate the government-wide contract vehicles in the alternatives analysis for all new mobile-related procurements</text>
<due>12 months</due>
<due_date>2013/05/23</due_date>
<fields>
<field>
<type>select</type>
<name>5-3-status</name>
<label>Overall Status</label>
<options>
<option>
<label>Not Started</label>
<value>not-started</value>
</option>
<option>
<label>In Progress</label>
<value>in-progress</value>
</option>
<option>
<label>Completed</label>
<value>completed</value>
</option>
</options>
<value>completed</value>
</field>
<field>
<type>textarea</type>
<name>5-3-policy</name>
<label>Describe Implementation</label>
<options/>
<value>As part of NASA's transition to ACES, the consolidated solution for delivering end-user services across the agency to achieve increased efficiencies and reduced costs through standardization, the agency undertook an extensive review of mobile device and service procurements. The agency offers employees a variety of device and service options, and is currently researching other opportunities for further flexibility in mobile services, including bring your own device programs and enhanced teleworking options.</value>
</field>
</fields>
<multiple/>
</item>
<item id="6.3">
<parent/>
<text>Ensure all new digital services follow digital services and customer experience improvement guidelines</text>
<due>12 months</due>
<due_date>2013/05/23</due_date>
<fields>
<field>
<type>select</type>
<name>6-3-status</name>
<label>Overall Status</label>
<options>
<option>
<label>Not Started</label>
<value>not-started</value>
</option>
<option>
<label>In Progress</label>
<value>in-progress</value>
</option>
<option>
<label>Completed</label>
<value>completed</value>
</option>
</options>
<value>completed</value>
</field>
<field>
<type>textarea</type>
<name>6-3-policy</name>
<label>Describe Implementation</label>
<options/>
<value>As part of NASA's Digital Governance, the agency is working to established improved digital service guidelines, many of which will be realized within the NASA’s Web Services Initiative, which is transitioning our web presence in to a modern, cloud-based, open source environment.</value>
</field>
</fields>
<multiple/>
</item>
<item id="7.2">
<parent/>
<text>Optimize at least two existing priority customer-facing services for mobile use and publish a plan for improving additional existing services</text>
<due>12 months</due>
<due_date>2013/05/23</due_date>
<fields>
<field>
<type>select</type>
<name>7-2-status</name>
<label>Overall Status</label>
<options>
<option>
<label>Not Started</label>
<value>not-started</value>
</option>
<option>
<label>In Progress</label>
<value>in-progress</value>
</option>
<option>
<label>Completed</label>
<value>completed</value>
</option>
</options>
<value>completed</value>
</field>
<field>
<type>textarea</type>
<name>7-2-policy</name>
<label>Describe Implementation</label>
<options/>
<value>As mobile devices continue to count for a larger percentage of overall web traffic in the US, NASA has strived to offer a variety of services in mobile friendly offerings, including via specialized mobile applications, mobile optimized websites, and SMS gateways. With constrained budgetary resources, however, relying solely on NASA programs to release mobile interfaces is not the best approach to furthering this objective. Thus, our strategy has been to launch a series of challenges and collaboration opportunities to enable citizen developers around the world to help us in our quest to further the reach of NASA in to the mobile landscape. Events like the International Space Apps Challenge open the opportunity for thousands of citizen developers from across the planet to contribute their time to helping the agency create mobile interfaces for our programs.</value>
</field>
</fields>
<multiple/>
</item>
<item id="7.2.1">
<parent>7.2.</parent>
<text>Report on services</text>
<due>12 months</due>
<due_date>2013/05/23</due_date>
<fields>
<field>
<type>text</type>
<name>7-2-1-name</name>
<label>Service Name</label>
<options/>
<value>
<value>WebTADS Mobile</value>
<value>NASA Contacts</value>
</value>
</field>
<field>
<type>textarea</type>
<name>7-2-1-description</name>
<label>Service Description</label>
<options/>
<value>
<value>WebTADS Mobile is a lighter version of the desktop-based WebTADS developed to provide NASA Civil Servants with the convenience of recording time when they're not in the office or connected via VPN.</value>
<value> Look up your NASA colleagues' contact information directly from your phone.</value>
</value>
</field>
<field>
<type>select</type>
<name>7-2-1-scope</name>
<label>System Scope</label>
<options>
<option>
<label>Internal</label>
<value>internal</value>
</option>
<option>
<label>External</label>
<value>external</value>
</option>
<option>
<label>Both</label>
<value>both</value>
</option>
</options>
<value>
<value>internal</value>
<value>internal</value>
</value>
</field>
<field>
<type>text</type>
<name>7-2-1-customers</name>
<label>Primary customers</label>
<options/>
<value>
<value>Employees</value>
<value>Employees</value>
</value>
</field>
<field>
<type>text</type>
<name>7-2-1-uii</name>
<label>Unique Investment Identifier</label>
<options/>
<value/>
</field>
<field>
<type>text</type>
<name>7-2-1-url</name>
<label>URL of service</label>
<options/>
<value>
<value>https://apps.nasa.gov/content/webtads</value>
<value>https://apps.nasa.gov/content/nasa-contacts</value>
</value>
</field>
</fields>
<multiple>1</multiple>
</item>
</items>
</report>