-
Notifications
You must be signed in to change notification settings - Fork 1
/
Workflows.bib
executable file
·1092 lines (973 loc) · 75.9 KB
/
Workflows.bib
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
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%% This BibTeX bibliography file was created using BibDesk.
%% http://bibdesk.sourceforge.net/
%% Created for Jer at 2014-08-18 23:22:01 +0200
%% Saved with string encoding Unicode (UTF-8)
@inproceedings{WfRO:SePublica2012,
Author = {Belhajjame, Khalid and Corcho, Oscar and Garijo, Daniel and Zhao, Jun and Missier, Paolo and Newman, David R. and Palma, Raul and Bechhofer, Sean and Garc{\'\i}a-Cuesta, Esteban and G{\'o}mez-P{\'e}rez, Jos{\'e} Manuel and Klyne, Graham and Page, Kevin and Roos, Marco and Ruiz, J .E. and Soiland-Reyes, Stian and Verdes-Montenegro, Lourdes and {De Roure}, David and Goble, Carole},
Booktitle = {Proceedings of the ESWC2012 Workshop on the Future of Scholarly Communication in the Semantic Web, SePublica2012},
Date-Added = {2013-08-11 17:35:09 +0000},
Date-Modified = {2013-08-11 17:39:20 +0000},
Title = {{Workflow-Centric Research Objects: A First Class Citizen in the Scholarly Discourse}},
Year = {2012}}
@article{Deelman:2005:PFM:1239649.1239653,
Acmid = {1239653},
Address = {Amsterdam, The Netherlands, The Netherlands},
Author = {Deelman, Ewa and Singh, Gurmeet and Su, Mei-Hui and Blythe, James and Gil, Yolanda and Kesselman, Carl and Mehta, Gaurang and Vahi, Karan and Berriman, G. Bruce and Good, John and Laity, Anastasia and Jacob, Joseph C. and Katz, Daniel S.},
Date-Added = {2013-08-11 17:18:23 +0000},
Date-Modified = {2013-08-11 17:18:23 +0000},
Issn = {1058-9244},
Issue_Date = {July 2005},
Journal = {Sci. Program.},
Month = jul,
Number = {3},
Numpages = {19},
Pages = {219--237},
Publisher = {IOS Press},
Title = {Pegasus: A framework for mapping complex scientific workflows onto distributed systems},
Volume = {13},
Year = {2005}}
@article{Bentley2013,
Abstract = {Abstract Heliophysics is the study of highly energetic events that originate on the Sun and propagate through the solar system. Such events can cause critical and possibly fatal disruption of the electromagnetic systems on spacecraft and on ground-based structures such as electric power grids, so there is a clear need to understand the events in their totality as they propagate through space and time. The e-Science challenge posed is that the data was gathered by many observatories and communities that have hitherto not needed to work together. Firstly, this involves the problem of helping users to more easily find and understand the relevance of data, especially data from outside their domain. Secondly, it involves solving challenges of data integration. We describe the design of the \{HELIO\} infrastructure, based on the use of Web services linked together by workflows and accessible via portal-based user interfaces. We also discuss current progress in the implementation of this infrastructure and the feedback from the user community.},
Author = {Robert Bentley and John Brooke and Andr{\'e} Csillaghy and Donal Fellows and Anja Le Blanc and Mauro Messerotti and David P{\'e}rez-Su{\'a}rez and Gabriele Pierantoni and Marco Soldati},
Date-Added = {2013-08-11 17:16:16 +0000},
Date-Modified = {2013-08-11 17:16:16 +0000},
Issn = {0167-739X},
Journal = {Future Generation Computer Systems},
Keywords = {Heliophysics, e-Science, Ontologies, Web services, Workflows},
Number = {0},
Title = {HELIO: Discovery and analysis of data in heliophysics},
Year = {2013}}
@article{Wolstencroft01072013,
Abstract = {The Taverna workflow tool suite (http://www.taverna.org.uk) is designed to combine distributed Web Services and/or local tools into complex analysis pipelines. These pipelines can be executed on local desktop machines or through larger infrastructure (such as supercomputers, Grids or cloud environments), using the Taverna Server. In bioinformatics, Taverna workflows are typically used in the areas of high-throughput omics analyses (for example, proteomics or transcriptomics), or for evidence gathering methods involving text mining or data mining. Through Taverna, scientists have access to several thousand different tools and resources that are freely available from a large range of life science institutions. Once constructed, the workflows are reusable, executable bioinformatics protocols that can be shared, reused and repurposed. A repository of public workflows is available at http://www.myexperiment.org. This article provides an update to the Taverna tool suite, highlighting new features and developments in the workbench and the Taverna Server.},
Author = {Wolstencroft, Katherine and Haines, Robert and Fellows, Donal and Williams, Alan and Withers, David and Owen, Stuart and Soiland-Reyes, Stian and Dunlop, Ian and Nenadic, Aleksandra and Fisher, Paul and Bhagat, Jiten and Belhajjame, Khalid and Bacall, Finn and Hardisty, Alex and Nieva de la Hidalga, Abraham and Balcazar Vargas, Maria P. and Sufi, Shoaib and Goble, Carole},
Date-Added = {2013-08-11 17:04:32 +0000},
Date-Modified = {2013-08-11 17:04:32 +0000},
Doi = {10.1093/nar/gkt328},
Journal = {Nucleic Acids Research},
Number = {W1},
Pages = {W557-W561},
Title = {The Taverna workflow suite: designing and executing workflows of Web Services on the desktop, web or in the cloud},
Volume = {41},
Year = {2013},
Bdsk-Url-1 = {http://dx.doi.org/10.1093/nar/gkt328}}
@inproceedings{5577251,
Abstract = {A metaphor of Electronic Lab Notebook (ELN) can be leveraged not only to make the process of creation and editing of scientific workflows easier, but to execute, monitor, and troubleshoot workflows. By using ELN as a metaphor for Scientific Workflow Management System (SWFMS), scientific users can have the familiar user interface it offers with the benefits of SWFMS, such as the ability to automate recording provenance of scientific experiments and to facilitate reproducing of scientific results. Furthermore, Web 2.0 can enhance ELN to make it easier to collaborate and share scientific content by using emerging Web standards. Cloud and Grid environments require that workflows be fault-tolerant and can adapt to changes. ELN, as an underlying storage model for SFWMS, allows necessary flexibility in adapting running workflows both automatically and by users editing ELN to change their workflows.},
Author = {Slominski, A.},
Booktitle = {Services (SERVICES-1), 2010 6th World Congress on},
Date-Added = {2013-08-11 16:14:31 +0000},
Date-Modified = {2013-08-11 17:04:16 +0000},
Doi = {10.1109/SERVICES.2010.28},
Keywords = {Internet, user interfaces, workflow management software, Web 2.0, adaptive execution, cloud environment, electronic lab notebook metaphor, grid environment, scientific workflow management system, user interface, Clouds, Collaboration, Fault tolerance, Monitoring, Protocols, Publishing, Standards, atom publishing protocol, atom syndication format, electronic lab notebook, scientific notebook, scientific workflow management system, user-generated content},
Pages = {326-327},
Title = {Flexible Creation and Adaptive Execution of Scientific Workflows in Cloud and Grid Environments by Using Web 2.0-Based Electronic Lab Notebook Metaphor},
Year = {2010},
Bdsk-Url-1 = {http://dx.doi.org/10.1109/SERVICES.2010.28}}
@inproceedings{Ellkvist,
Author = {Ellkvist, Tommy and Str{\"o}mb{\"a}ck, Lena and Freire, Juliana and {Didier Lins}, Lauro},
Booktitle = {KEYS '09 First International Workshop on Keyword Search on Structured Data},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Ellkvist et al. - A First Study on Strategies for Generating Workflow Snippets.pdf:pdf},
Isbn = {9781605585703},
Pages = {15--20},
Title = {{A First Study on Strategies for Generating Workflow Snippets}},
Year = {2009}}
@article{Shaon2011,
Author = {Shaon, Arif and Callaghan, Sarah and Lawrence, Bryan and Matthews, Brian and Woolf, Andrew and Osborn, Timothy and Harpham, Colin},
Doi = {10.1109/eScience.2011.49},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Shaon et al. - A Linked Data Approach to Publishing Complex Scientific Workflows.pdf:pdf},
Isbn = {978-1-4577-2163-2},
Journal = {2011 IEEE Seventh International Conference on eScience},
Month = dec,
Pages = {303--310},
Publisher = {Ieee},
Title = {{A Linked Data Approach to Publishing Complex Scientific Workflows}},
Year = {2011},
Bdsk-Url-1 = {http://dx.doi.org/10.1109/eScience.2011.49}}
@inproceedings{Garijo2011,
Author = {Garijo, Daniel and Rey, Marina},
Booktitle = {WORKS '11 Sixth workshop on Workflows in support of large-scale science},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Garijo, Rey - A New Approach for Publishing Workflows Abstractions , Standards , and Linked Data.pdf:pdf},
Pages = {47--56},
Title = {{A New Approach for Publishing Workflows : Abstractions , Standards , and Linked Data}},
Year = {2011}}
@article{Koop2011,
Author = {Koop, David and Santos, Emanuele and Mates, Phillip and Vo, Huy T and Bonnet, Philippe and Bauer, Bela and Surer, Brigitte},
Doi = {10.1016/j.procs.2011.04.068},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Koop et al. - A Provenance-Based Infrastructure to Support the Life Cycle of Executable Papers.pdf:pdf},
Journal = {Procedia Computer Science},
Keywords = {executable paper,provenance,reproducibility,scientific workflows},
Number = {January},
Pages = {648--657},
Title = {{A Provenance-Based Infrastructure to Support the Life Cycle of Executable Papers}},
Volume = {4},
Year = {2011},
Bdsk-Url-1 = {http://dx.doi.org/10.1016/j.procs.2011.04.068}}
@inproceedings{Goble2011,
Author = {Goble, Carole and Roure, David De and Bechhofer, Sean},
Booktitle = {ICK3 3rd International Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Goble, Roure, Bechhofer - Accelerating Scientists ' Knowledge Turns.pdf:pdf},
Keywords = {digital scholarship,open science,reproducible research,research object,scientific workflow},
Title = {{Accelerating Scientists ' Knowledge Turns}},
Year = {2011}}
@article{Dadzie2011,
Author = {Dadzie, Aba-sah and Rowe, Matthew},
Doi = {10.3233/SW-2011-0037},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Dadzie, Rowe - Approaches to Visualising Linked Data A Survey.pdf:pdf},
Journal = {Semantic Web},
Keywords = {consumption,information visualisation,linked data,user-centred design,users,visual analytics},
Number = {2},
Pages = {89--124},
Title = {{Approaches to Visualising Linked Data : A Survey}},
Volume = {2},
Year = {2011},
Bdsk-Url-1 = {http://dx.doi.org/10.3233/SW-2011-0037}}
@article{Muller2011,
Author = {M{\"u}ller, Wolfgang and Rojas, Isabel and Eberhart, Andreas and Haase, Peter and Schmidt, Michael},
Doi = {10.1016/j.procs.2011.04.066},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/M{\"u}ller et al. - A-R-E The Author-Review-Execute Environment.pdf:pdf},
Issn = {18770509},
Journal = {Procedia Computer Science},
Keywords = {extended links,linked data,semantic wiki},
Month = jan,
Pages = {627--636},
Title = {{A-R-E: The Author-Review-Execute Environment}},
Volume = {4},
Year = {2011},
Bdsk-Url-1 = {http://dx.doi.org/10.1016/j.procs.2011.04.066}}
@article{Gray2012,
Archiveprefix = {arXiv},
Arxivid = {arXiv:1111.6116v1},
Author = {Gray, Norman and Mann, Robert G and Morris, Dave and Holliman, Mark and Unit, Field Astronomy and Observatory, Royal},
Eprint = {arXiv:1111.6116v1},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Gray et al. - AstroDAbis Annotations and Cross-Matches for Remote Catalogues.pdf:pdf},
Journal = {Astronomical Data Analysis Software and Systems XXI - ASP Conference Series},
Pages = {1--4},
Title = {{AstroDAbis: Annotations and Cross-Matches for Remote Catalogues}},
Year = {2012}}
@article{Benson2009,
Abstract = {This paper reports on the implementation of the Taverna workbench by AstroGrid, a tool for designing and executing workflows of tasks in the Virtual Observatory. The workflow approach helps astronomers perform complex task sequences with little technical e ort. Visual approach to workflow construction streamlines highly complex analysis over public and private data and uses computational resources as minimal as a desktop computer. Some integration issues and future work are discussed in this article.},
Author = {Benson, K M and Walton, N A},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley//Benson, Walton - AstroGrid Taverna in the Virtual Observatory.pdf:pdf},
Journal = {Memorie della Societ{\`a} Astronomica Italiana},
Keywords = {astro runtime,astrogrid,taverna,virtual observatory,workflows},
Pages = {574--577},
Title = {{AstroGrid : Taverna in the Virtual Observatory}},
Volume = {80},
Year = {2009}}
@article{Walton2010,
Abstract = {This chapter gives a brief introduction to the Virtual Observatory (VO). It looks in some detail at the UK's AstroGrid Virtual Observatory implementation, showing, via a range of science examples, how the ``Virtual Observatory'' can be of use to astronomers for a wide variety of data discovery and analysis tasks.},
Address = {Berlin, Heidelberg},
Author = {Walton, Nicholas and Gonz{\'a}lez-Solares, Eduardo},
Doi = {10.1007/978-3-642-03370-4},
Editor = {Gracia, Jos{\'e} and Colle, Fabio and Downes, Turlough},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Walton, Gonz{\'a}lez-Solares - AstroGrid and the Virtual Observatory.pdf:pdf},
Isbn = {978-3-642-03369-8},
Journal = {Lecture Notes in Physics},
Number = {Jets From Young Stars V},
Pages = {81--113},
Publisher = {Springer Berlin Heidelberg},
Series = {Lecture Notes in Physics},
Title = {{AstroGrid and the Virtual Observatory}},
Volume = {791},
Year = {2009},
Bdsk-Url-1 = {http://dx.doi.org/10.1007/978-3-642-03370-4}}
@article{Borne2009,
Abstract = {Data volumes from multiple sky surveys have grown from gigabytes into terabytes during the past decade, and will grow from terabytes into tens (or hundreds) of petabytes in the next decade. This exponential growth of new data both enables and challenges effective astronomical research, requiring new approaches. Thus far, astronomy has tended to address these challenges in an informal and ad hoc manner, with the necessary special expertise being assigned to e- Science or survey science. However, we see an even wider scope and therefore promote a broader vision of this data-driven revolution in astronomical research. For astronomy to effectively cope with and reap the maximum scientific return from existing and future large sky surveys, facilities, and data-producing projects, we need our own information science specialists. We therefore recommend the formal creation, recognition, and support of a major new discipline, which we call Astroinformatics. Astroinformatics includes a set of naturally-
related specialties including data organization, data description, astronomical classification taxonomies, astronomical concept ontologies, data mining, machine learning, visualization, and astrostatistics. By virtue of its new stature, we propose that astronomy now needs to integrate Astroinformatics as a formal sub-discipline within agency funding plans, university departments, research programs, graduate training, and undergraduate education. Now is the time for the recognition of Astroinformatics as an essential methodology of astronomical research. The future of astronomy depends on it.},
Author = {Borne, Kirk},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Borne - Astroinformatics A 21st Century Approach to Astronomy.pdf:pdf},
Journal = {Computing},
Number = {March},
Title = {{Astroinformatics : A 21st Century Approach to Astronomy}},
Year = {2009}}
@inproceedings{Accomazzi2010,
Abstract = {Over the next decade we will witness the development of a new infras- tructure in support of data-intensive scientific research, which includes Astronomy. This new networked environment will offer both challenges and opportunities to our community and has the potential to transform the way data are described, curated and preserved. Based on the lessons learned during the development and management of the ADS, a case is made for adopting the emerging technologies and practices of the SemanticWeb to support the way Astronomy research will be conducted. Examples of how small, incremental steps can, in the aggregate,make a significant difference in the provision and repurposing of astronomical data are provided.},
Archiveprefix = {arXiv},
Arxivid = {arXiv:1006.0670v1},
Author = {Accomazzi, Alberto},
Booktitle = {Astronomical Data Analysis Software and Systems XIX - ASP Conference Series},
Eprint = {arXiv:1006.0670v1},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Accomazzi - Astronomy 3.0 Style.pdf:pdf},
Keywords = {()},
Pages = {1--9},
Title = {{Astronomy 3.0 Style}},
Year = {2010}}
@article{Lagerstrom,
Abstract = {``You don't look like a librarian'' is a phrase we often hear in the astronomy department or observatory library. Astronomy librarians are a breed apart, and are taking on new and non-traditional roles as informa- tion technology evolves. This talk will explore the future of librarians and librarianship through the lens of some of the recent talks given at the sixth ``Libraries and Information Services in Astronomy'' conference held in Pune, India in February 2010.We will explore the librarian's universe, illustrating how librarians use new technologies to perform such tasks as bibliometrics, how we are re-fashioning our library spaces in an increasingly digital world and how we are confronting the brave new world of Open Access, to name but a few topics.},
Archiveprefix = {arXiv},
Arxivid = {arXiv:1104.1184v1},
Author = {Lagerstrom, Jill and Grothkopf, U T A},
Eprint = {arXiv:1104.1184v1},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Lagerstrom, Grothkopf - Astronomy librarian -- quo vadis.pdf:pdf},
Journal = {Astronomy},
Number = {Kneale 2009},
Title = {{Astronomy librarian -- quo vadis?}}}
@unpublished{Dinkelmann2009,
Annote = {Highlights in the text (although mendely doesnt seem to notice it)
Interesting the idea of assigning concepts at the question level. },
Author = {Dinkelmann, Karl and Edwards, Michelle and Fry, Jane and Humphrey, Chuck and Nakao, Ron},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Dinkelmann et al. - Best Practice (Across the Data Life Cycle) 2 Work flows - Data Discovery and Dissemination User Perspective.pdf:pdf},
Pages = {1--13},
Title = {{Best Practice (Across the Data Life Cycle) 2 Work flows - Data Discovery and Dissemination: User Perspective}},
Year = {2009}}
@unpublished{Edwards2009,
Annote = {Highlights in 1.1, 1.2},
Author = {Edwards, Michelle and Eisenhauer, Janet and Fry, Jane and Heus, Pascal and Kolsrud, Kirstine},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Edwards et al. - Best Practice (Across the Data Life Cycle) 8 Versioning and Publication.pdf:pdf},
Pages = {1--18},
Title = {{Best Practice (Across the Data Life Cycle) 8 Versioning and Publication}},
Year = {2009}}
@article{Koop2012,
Author = {Koop, David and Santos, Emanuele and Bauer, Bela and Troyer, Matthias and Freire, Juliana and Silva, T},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Koop et al. - Bridging Workflow and Data Provenance using Strong Links.pdf:pdf},
Pages = {18},
Title = {{Bridging Workflow and Data Provenance using Strong Links}},
Year = {2012}}
@article{Neylon2012,
Author = {Neylon, Cameron and Aerts, Jan and Brown, C Titus and Lemire, Daniel and Millman, Jarrod and Murray-Rust, Peter and Perez, Fernando and Saunders, Neil and Smith, Arfon and Varoquaux, Ga{\"e}l and Willighagen, Egon},
Doi = {10.1186/1751-0473-7-2},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Neylon et al. - Changing computational research. The challenges ahead.pdf:pdf},
Issn = {1751-0473},
Journal = {Source code for biology and medicine},
Month = may,
Number = {1},
Pages = {2},
Pmid = {22640749},
Title = {{Changing computational research. The challenges ahead.}},
Volume = {7},
Year = {2012},
Bdsk-Url-1 = {http://dx.doi.org/10.1186/1751-0473-7-2}}
@incollection{Mazzarella2008,
Author = {Mazzarella, Joseph M and Team, N E D},
Booktitle = {The National Virtual Observatory Book},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Mazzarella, Team - Chapter 18 Web-based Tools --- NED VO Services.pdf:pdf},
Title = {{Chapter 18 : Web-based Tools --- NED VO Services}},
Volume = {382},
Year = {2008}}
@article{Blacharski,
Author = {Blacharski, Dan and Landis, Cary},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Blacharski, Landis - Cloud Computing Made Easy.pdf:pdf},
Journal = {Computing},
Title = {{Cloud Computing Made Easy}}}
@article{Kulkarni,
Author = {Kulkarni, Anand and Can, Matthew and Hartmann, Bj{\"o}rn},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Kulkarni, Can, Hartmann - Collaboratively Crowdsourcing Workflows with Turkomatic.pdf:pdf},
Isbn = {9781450310864},
Journal = {Human Factors},
Title = {{Collaboratively Crowdsourcing Workflows with Turkomatic}}}
@article{Garijo,
Author = {Garijo, Daniel and Goble, Carole and Gil, Yolanda},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Garijo, Goble, Gil - Common Motifs in Scientific Workflows An Empirical Analysis.pdf:pdf},
Title = {{Common Motifs in Scientific Workflows : An Empirical Analysis}}}
@article{Chia2012,
Author = {Chia, Pern Hui and Chuang, John},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Chia, Chuang - Community-based Web Security Complementary Roles of the Serious and Casual Contributors.pdf:pdf},
Journal = {Science And Technology},
Title = {{Community-based Web Security : Complementary Roles of the Serious and Casual Contributors}},
Year = {2012}}
@article{Veretnik2008,
Author = {Veretnik, Stella and Fink, J Lynn and Bourne, Philip E},
Doi = {10.1371/journal.pcbi.1000136},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Veretnik, Fink, Bourne - Computational biology resources lack persistence and usability.pdf:pdf},
Issn = {1553-7358},
Journal = {PLoS computational biology},
Keywords = {Computational Biology,Diffusion of Innovation,Humans,Information Dissemination,Information Dissemination: ethics,Internet,Internet: supply \& distribution,Internet: utilization,Software,Software: supply \& distribution},
Month = jan,
Number = {7},
Pages = {e1000136},
Pmid = {18636105},
Title = {{Computational biology resources lack persistence and usability.}},
Volume = {4},
Year = {2008},
Bdsk-Url-1 = {http://dx.doi.org/10.1371/journal.pcbi.1000136}}
@article{Kittur2012,
Author = {Kittur, Aniket and Khamkar, Susheel and Andr{\'e}, Paul and Kraut, Robert E},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Kittur et al. - CrowdWeaver Visually Managing Complex Crowd Work.pdf:pdf},
Isbn = {9781450310864},
Journal = {Scenario},
Title = {{CrowdWeaver : Visually Managing Complex Crowd Work}},
Year = {2012}}
@article{Goble2008,
Author = {Goble, Carole and Roure, David De},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Goble, Roure - Curating Scientific Web Services and Workflows.pdf:pdf},
Journal = {Bioinformatics},
Title = {{Curating Scientific Web Services and Workflows}},
Year = {2008}}
@inproceedings{Mayer,
Author = {Mayer, Rudolf and Proell, Stefan and Rauber, Andreas and Page, Kevin and Palma, Raul and Garijo, Daniel},
Booktitle = {TPDL 2013},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Mayer et al. - Curation of eScience Processes From Preserving Data to Preserving Processes.pdf:pdf},
Title = {{Curation of eScience Processes : From Preserving Data to Preserving Processes}}}
@inproceedings{Kiddle2011,
Author = {Kiddle, Cameron and Taylor, A R and Pigat, Dan and Eymere, Olivier and Rosolowsky, Erik and Kaspi, Victoria and Willis, A G},
Booktitle = {ACM workshop on Gateway computing environments},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Kiddle et al. - CyberSKA An On-line Collaborative Portal for Data-intensive Radio Astronomy.pdf:pdf},
Isbn = {9781450311236},
Pages = {65--72},
Title = {{CyberSKA : An On-line Collaborative Portal for Data-intensive Radio Astronomy}},
Year = {2011}}
@unpublished{Verdes-Montenegro2010,
Author = {Verdes-Montenegro, L.},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Verdes-Montenegro - D5 . 1 Astronomy Workflow Preservation Requirements Wf4Ever Consortium.pdf:pdf},
Pages = {1--34},
Title = {{D5 . 1 : Astronomy Workflow Preservation Requirements Wf4Ever Consortium}},
Year = {2010}}
@unpublished{Ruiz2011,
Author = {Ruiz, J. E.},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Ruiz - D5 . 3v1 Propagation of interdependent quantities in the calculation of luminosities of galaxies Wf4Ever Consortium.pdf:pdf},
Pages = {1--34},
Title = {{D5 . 3v1 : Propagation of interdependent quantities in the calculation of luminosities of galaxies Wf4Ever Consortium}},
Year = {2011}}
@unpublished{Ruiz2012a,
Author = {Ruiz, J. E.},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Ruiz - D5 . 3v2 Calculation of Luminosity Profiles for a Sample of Galaxies extracted from Catalogues using Isolation Criteria Wf4Ever Consortium.pdf:pdf},
Pages = {1--45},
Title = {{D5 . 3v2 : Calculation of Luminosity Profiles for a Sample of Galaxies extracted from Catalogues using Isolation Criteria Wf4Ever Consortium}},
Year = {2012}}
@article{Brescia2010,
Abstract = {Nowadays, many scientific areas share the same need of being able to deal with massive and distributed datasets and to perform on them complex knowledge extraction tasks. This simple consideration is behind the international efforts to build virtual organizations such as, for instance, the Virtual Observatory (VObs). DAME (DAta Mining \& Exploration) is an innovative, general purpose, Web-based, VObs compliant, distributed data mining infrastructure specialized in Massive Data Sets exploration with machine learning methods. Initially fine tuned to deal with astronomical data only, DAME has evolved in a general purpose platform which has found applications also in other domains of human endeavor. We present the products and a short outline of a science case, together with a detailed description of DAMEs main features and architecture.},
Author = {Brescia, Massimo and Longo, Giuseppe and Djorgovski, George S and Cavuoti, Stefano and Abrusco, D and Donalek, Ciro and Di, Alessandro and Fiore, Michelangelo and Garofalo, Mauro and Laurino, Omar and Mahabal, Ashish and Manna, Francesco and Nocella, Alfonso and Paolillo, Maurizio},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley//Brescia et al. - DAME a Web Oriented Infrastructure for Scientific Data Mining \& Exploration.pdf:pdf},
Journal = {Design},
Keywords = {astro,astroinformatics,brescia,cloud,corresponding author,dame-project manager,data mining,grid,it,knowledge discovery in database,m,machine learning,na,virtual observatory},
Title = {{DAME : a Web Oriented Infrastructure for Scientific Data Mining \& Exploration}},
Year = {2010}}
@article{Schaaff2007,
Abstract = {Up to a recent time, numbers of projects did not make available to the whole community the data resulting from the spatial or terrestrial missions. Since the advent of new technologies, the interoperability between the data and service providers has become a priority because it allows an easy access and sharing of various data (catalogues, images, spectrum ...) and it leads to the concept of Virtual Observatory. The astronomer will in a near future have new ``virtual'' instruments useful for his research through simple Web interfaces or user friendly tools. Collaborations are essential in order to lead to the consensuses and the bases necessary for its construction. National (OV France, U.S. NVO\ldots) and transnational (ESA, ESO) projects have joined together within the International Virtual Observatory Alliance to take part in the development of Recommendations in various fields (Data Model, Data Access Layer, Semantics, Grid, etc.) through biannual dedicated conferences.},
Author = {Schaaff, Andr{\'e}},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Schaaff - Data in Astronomy From the Pipeline to the Virtual Observatory.pdf:pdf},
Journal = {Lecture Notes in Computer Science},
Keywords = {astronomy,interoperability,life sciences,massive data,value added services,virtual observatory},
Pages = {52--62},
Title = {{Data in Astronomy : From the Pipeline to the Virtual Observatory}},
Volume = {4832},
Year = {2007}}
@article{Juve2010,
Abstract = {Efficient data management is a key component in achieving good performance for scientific workflows in distributed environments. Workflow applications typically communicate data between tasks using files. When tasks are distributed, these files are either transferred from one computational node to another, or accessed through a shared storage system. In grids and clusters, workflow data is often stored on network and parallel file systems. In this paper we investigate some of the ways in which data can be managed for workflows in the cloud. We ran experiments using three typical workflow applications on Amazon's EC2. We discuss the various storage and file systems we used, describe the issues and problems we encountered deploying them on EC2, and analyze the resulting performance and cost of the workflows.},
Author = {Juve, Gideon and Deelman, Ewa and Vahi, Karan and Mehta, Gaurang and Berriman, Bruce},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Juve et al. - Data Sharing Options for Scientific Workflows on Amazon EC2.pdf:pdf},
Journal = {Computing},
Title = {{Data Sharing Options for Scientific Workflows on Amazon EC2}},
Year = {2010}}
@article{Pence2010,
Author = {Pence, W. D. and Chiappetti, L. and Page, C. G. and Shaw, R. a. and Stobie, E.},
Doi = {10.1051/0004-6361/201015362},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Pence et al. - Definition of the Flexible Image Transport System ( FITS ), version 3.0.pdf:pdf},
Issn = {0004-6361},
Journal = {Astronomy \& Astrophysics},
Keywords = {astronomical databases,instrumentation,methods,miscellaneous,reference systems,standards,techniques},
Month = nov,
Pages = {A42},
Title = {{Definition of the Flexible Image Transport System ( FITS ), version 3.0}},
Volume = {524},
Year = {2010},
Bdsk-Url-1 = {http://dx.doi.org/10.1051/0004-6361/201015362}}
@article{Gray2011,
Abstract = {Astronomy looks after its data better than most disciplines, and it is no coincidence that the consensus standard for the archival preservation of all types of digital assets -- the OAIS Reference Model -- emerged originally from the space science community. It is useful to highlight both what is different about astronomy (and indeed about Big Science in general), what could be improved, and what is exemplary, and in the process I will give a brief introduction to the framework of the OAIS model, and its useful conceptual vocabulary. I will illustrate this with a discussion of the spectrum of big-science data management practices from astronomy, through gravitational wave (GW) data, to particle physics},
Archiveprefix = {arXiv},
Arxivid = {arXiv:1103.2318v1},
Author = {Gray, Norman and Woan, Graham},
Eprint = {arXiv:1103.2318v1},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Gray, Woan - Digital Preservation and Astronomy Lessons for funders and the funded.pdf:pdf},
Journal = {Astronomical Data Analysis Software and Systems XX - ASP Conference Series},
Pages = {1--4},
Title = {{Digital Preservation and Astronomy: Lessons for funders and the funded}},
Year = {2011}}
@article{Ruiz2012,
Author = {Ruiz, J. E.},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Ruiz - Digital Science reproducibility and visibility in Astronomy.pdf:pdf},
Journal = {Highlights of Spanish Astrophysics VII, Proceedings of the X Scientific Meeting of the Spanish Astronomical Society (SEA)},
Title = {{Digital Science : reproducibility and visibility in Astronomy}},
Year = {2012}}
@article{Borne2003,
Abstract = {The astronomy research community is about to become the beneficiary of huge multi−terabyte databases from a host of sky surveys. The rich and diverse information content within this "virtual sky" and the array of results to be derived therefrom will far exceed the current capacity of data search and research tools. The new digital surveys have the potential of facilitating a wide range of scientific discoveries about the Universe! To enable this to happen, the astronomical community is embarking on an ambitious endeavor, the creation of a National Virtual Observatory (NVO). This will in fact develop into a Global Virtual Observatory. To facilitate the new type of science enabled by the NVO, new techniques in data mining and knowledge discovery in large databases must be developed and deployed, and the next generation of astronomers must be trained in these techniques. This activity will benefit greatly from developments in the fields of information technology, computer science, and statistics.
Aspects of the NVO initiative, including sample science user scenarios and user requirements will be presented. The value of scientific data mining and some early test case results will be discussed in the context of the speaker's research interests in colliding and merging galaxies.},
Author = {Borne, Kirk},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Borne - Distributed Data Mining in the National Virtual Observatory.pdf:pdf},
Journal = {Technology},
Keywords = {1,and,astronomical data,community is the beneficiary,data mining,digital palomar observatory sky,distributed computing,e,g,host of sky,interoperability,introduction,micron all,nvo,of huge multi,scientific databases,sky survey,sloan digital sky survey,survey,surveys,terabyte databases from a,the astronomical scientific research,the national virtual observatory,two,xml},
Pages = {211--218},
Title = {{Distributed Data Mining in the National Virtual Observatory}},
Volume = {5098},
Year = {2003}}
@article{Feature2009,
Author = {Feature, News and Sharing, Data},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Feature, Sharing - Empty archives.pdf:pdf},
Journal = {Nature},
Number = {September},
Title = {{Empty archives}},
Volume = {461},
Year = {2009}}
@unpublished{Hook,
Author = {Hook, R N and Romaniello, M and Ullgr, M},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Hook, Romaniello, Ullgr - ESO Reflex A Graphical Workflow Engine.pdf:pdf},
Title = {{ESO Reflex : A Graphical Workflow Engine}},
Year = {2009}}
@article{Hook2009,
Author = {Hook, Richard and Ullgr{\'e}n, Marko and Romaniello, Martino and Maisala, Sami and Oittinen, Tero and Solin, Otto and Savolainen, Ville and J, Pekka},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley//Hook et al. - ESO Reflex a graphical workflow engine for data reduction.pdf:pdf},
Journal = {Memorie della Societ{\`a} Astronomica Italiana},
Pages = {578--583},
Title = {{ESO Reflex : a graphical workflow engine for data reduction}},
Volume = {80},
Year = {2009}}
@article{Gil2007,
Abstract = {Workflows have recently emerged as a paradigm for representing and managing complex distributed scientific computations and therefore accelerate the pace of scientific progress. A recent workshop on the Challenges of Scientific Workflows, sponsored by the National Science Foundation and held on May 1-2, 2006, brought together domain scientists, computer scientists, and social scientists to discuss requirements of future scientific applications and the challenges that they present to current workflow technologies. This paper reports on the discussions and recommendations of the workshop, the full report can be found at http://www.isi.edu/nsf-workflows06},
Author = {Gil, Yolanda and Deelman, Ewa and Ellisman, Mark and Fahringer, Thomas and Fox, Geoffrey and Goble, Carole and Livny, Miron and Moreau, Luc and Myers, Jim},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Gil et al. - Examining the Challenges of Scientific Workflows.pdf:pdf},
Journal = {IEEE Computer},
Number = {12},
Pages = {24--32},
Title = {{Examining the Challenges of Scientific Workflows}},
Volume = {40},
Year = {2007}}
@article{Gil2008,
Author = {Gil, Yolanda and Rey, Marina},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Gil, Rey - From Data to Knowledge to Discoveries Scientific Workflows and Artificial Intelligence.pdf:pdf},
Journal = {Information Sciences},
Keywords = {artificial intelligence,automated discovery,computational experimentation,computing,knowledge systems,scientific,workflows},
Number = {4},
Pages = {1--25},
Title = {{From Data to Knowledge to Discoveries : Scientific Workflows and Artificial Intelligence}},
Volume = {16},
Year = {2008}}
@article{Neylon2011,
Author = {Neylon, C.},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Neylon - From scarce narratives to abundant fragments and back again Plotting a future for efficient scholarly Annotated-Lourdes.pdf:pdf},
Journal = {Internal},
Title = {{From scarce narratives to abundant fragments and back again : Plotting a future for efficient scholarly Annotated-Lourdes}},
Year = {2011}}
@article{Spector2012,
Author = {Spector, Alfred and Norvig, Peter and Petrov, Slav},
Doi = {10.1145/2209249.2209262},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Spector, Norvig, Petrov - Google's hybrid approach to research.pdf:pdf},
Issn = {00010782},
Journal = {Communications of the ACM},
Month = jul,
Number = {7},
Pages = {34},
Title = {{Google's hybrid approach to research}},
Volume = {55},
Year = {2012},
Bdsk-Url-1 = {http://dx.doi.org/10.1145/2209249.2209262}}
@article{Corpas2012,
Abstract = {ABSTRACT: Although published material exists about the skills required for a successful bioinformatics career, strangely enough no work to date has addressed the matter of how to excel at not being a bioinformatician. A set of basic guidelines and a code of conduct is hereby presented to re-address that imbalance for fellow-practitioners whose aim is to not to succeed in their chosen bioinformatics field. By scrupulously following these guidelines one can be sure to regress at a highly satisfactory rate.},
Author = {Corpas, Manuel and Fatumo, Segun and Schneider, Reinard},
Doi = {10.1186/1751-0473-7-3},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Corpas, Fatumo, Schneider - How Not To Be A Bioinformatician.pdf:pdf},
Issn = {1751-0473},
Journal = {Source code for biology and medicine},
Month = may,
Number = {1},
Pages = {3},
Pmid = {22640778},
Title = {{How Not To Be A Bioinformatician.}},
Volume = {7},
Year = {2012},
Bdsk-Url-1 = {http://dx.doi.org/10.1186/1751-0473-7-3}}
@misc{Turk2012,
Archiveprefix = {arXiv},
Arxivid = {arXiv:1301.7064v1},
Author = {Turk, Matthew J},
Eprint = {arXiv:1301.7064v1},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Turk - How to Scale a Code in the Human Dimension.pdf:pdf},
Pages = {1--9},
Title = {{How to Scale a Code in the Human Dimension}},
Year = {2012}}
@article{Xiang,
Author = {Xiang, Xiaorong},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Xiang - Improving the Reuse of Scientific Workflows and Their By-products.pdf:pdf},
Title = {{Improving the Reuse of Scientific Workflows and Their By-products}}}
@techreport{Benson2009a,
Author = {Benson, Kevin and Plante, Ray and Auden, Elizabeth and Graham, Matthew and Greene, Gretchen and Linde, Tony and Morris, Dave and Rixon, Guy and Andrews, Kona},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Benson et al. - IVOA Recommendation IVOA Registry Interfaces v1.0.pdf:pdf},
Pages = {1--63},
Title = {{IVOA Recommendation: IVOA Registry Interfaces v1.0}},
Year = {2009}}
@techreport{Hanisch2007,
Author = {Hanisch, Robert},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Hanisch - IVOA Recommendation Resource Metadata for the Virtual Observatory v1.12.pdf:pdf},
Pages = {1--25},
Title = {{IVOA Recommendation: Resource Metadata for the Virtual Observatory v1.12}},
Year = {2007}}
@techreport{Tody2009,
Author = {Tody, Doug and Plante, Ray and Harrison, Paul},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Tody, Plante, Harrison - IVOA Recommendation Simple Image Access Specification v1.0.pdf:pdf},
Number = {October 2008},
Title = {{IVOA Recommendation: Simple Image Access Specification v1.0}},
Year = {2009}}
@techreport{Tody2012,
Author = {Tody, Doug and Dolensky, Markus and McDowell, Jonathan and Bonnarel, Francois and Budavari, Tamas and Busko, Ivo and Micol, Alberto and Osuna, Pedro and Salgado, Jesus and Skoda, Petr and Thompson, Randy and Valdes, Frank},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Tody et al. - IVOA Recommendation Simple Spectral Access Protocol v1.1.pdf:pdf},
Title = {{IVOA Recommendation: Simple Spectral Access Protocol v1.1}},
Year = {2012}}
@techreport{Ochsenbein2009,
Author = {Ochsenbein, Fran{\c c}ois and Williams, Roy and Davenhall, Clive and Durand, Daniel and Fernique, Pierre and Giaretta, David and Hanisch, Robert and McGlynn, Tom and Szalay, Alez and Taylor, Mark and Wicenc, Andreas},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Ochsenbein et al. - IVOA Recommendation VOTable Format Definition v1.2.pdf:pdf},
Number = {August 2004},
Pages = {1--35},
Title = {{IVOA Recommendation: VOTable Format Definition v1.2}},
Year = {2009}}
@inproceedings{Altintas2004,
Author = {Altintas, Ilkay and Berkley, Chad and Jaeger, Efrat and Jones, Matthew and Lud{\"a}scher, Bertram and Mock, Steve},
Booktitle = {16th International Conference on Scientific and Statistical Database Management},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Altintas et al. - Kepler An Extensible System for Design and Execution of Scientific Workflows.pdf:pdf},
Pages = {423--424},
Title = {{Kepler : An Extensible System for Design and Execution of Scientific Workflows}},
Year = {2004}}
@article{Bizer2009,
Author = {Bizer, Christian},
Doi = {10.4018/jswis.2009081901},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Bizer - Linked Data - The Story So Far.pdf:pdf},
Journal = {International Journal on Semantic Web and Information Systems},
Keywords = {data exploration,data sharing,linked data,semantic web,web of data},
Number = {2},
Pages = {1--22},
Title = {{Linked Data - The Story So Far}},
Volume = {4},
Year = {2009},
Bdsk-Url-1 = {http://dx.doi.org/10.4018/jswis.2009081901}}
@unpublished{Accomazzi2011,
Abstract = {In the current era of data-intensive science, it is increasingly important for researchers to be able to have access to published results, the supporting data, and the processes used to produce them. Six years ago, recognizing this need, the American Astronomical Society and the Astrophysics Data Centers Executive Committee (ADEC) sponsored an effort to facilitate the annotation and linking of datasets during the publishing process, with limited success. I will review the status of this effort and describe a new, more general one now being considered in the context of the Virtual Astronomical Observatory.},
Archiveprefix = {arXiv},
Arxivid = {arXiv:1103.4295v1},
Author = {Accomazzi, Alberto},
Eprint = {arXiv:1103.4295v1},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Accomazzi - Linking Literature and Data Status Report and Future Efforts.pdf:pdf},
Pages = {9},
Title = {{Linking Literature and Data: Status Report and Future Efforts}},
Year = {2011}}
@article{Meakins,
Archiveprefix = {arXiv},
Arxivid = {arXiv:1112.5375v1},
Author = {Meakins, Silvia and Grothkopf, Uta},
Eprint = {arXiv:1112.5375v1},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Meakins, Grothkopf - Linking Publications and Observations - the ESO Telescope Bibliography.pdf:pdf},
Journal = {Astrophysics},
Number = {2},
Pages = {1--4},
Title = {{Linking Publications and Observations - the ESO Telescope Bibliography}}}
@article{Gamble2009,
Author = {Gamble, Matthew and Goble, Carole},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Gamble, Goble - MIM A Minimum Information Model Vocabulary and Framework for Scientific Linked Data.pdf:pdf},
Keywords = {-minimum information checklists,data quality,linked data,semantic web},
Title = {{MIM : A Minimum Information Model Vocabulary and Framework for Scientific Linked Data}},
Year = {2009}}
@article{Goble2010,
Abstract = {myExperiment (http://www.myexperiment.org) is an online research environment that supports the social sharing of bioinformatics workflows. These workflows are procedures consisting of a series of computational tasks using web services, which may be performed on data from its retrieval, integration and analysis, to the visualization of the results. As a public repository of workflows, myExperiment allows anybody to discover those that are relevant to their research, which can then be reused and repurposed to their specific requirements. Conversely, developers can submit their workflows to myExperiment and enable them to be shared in a secure manner. Since its release in 2007, myExperiment currently has over 3500 registered users and contains more than 1000 workflows. The social aspect to the sharing of these workflows is facilitated by registered users forming virtual communities bound together by a common interest or research project. Contributors of work- flows can build their reputation within
these communities by receiving feedback and credit from individuals who reuse their work. Further docu- mentation about myExperiment including its REST web service is available from http://wiki.myexp eriment.org. Feedback and requests for support can be sent to [email protected].},
Author = {Goble, C. a. and Bhagat, J. and Aleksejevs, S. and Cruickshank, D. and Michaelides, D. and Newman, D. and Borkum, M. and Bechhofer, S. and Roos, M. and Li, P. and {De Roure}, D.},
Doi = {10.1093/nar/gkq429},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Goble et al. - myExperiment a repository and social network for the sharing of bioinformatics workflows.pdf:pdf},
Issn = {0305-1048},
Journal = {Nucleic Acids Research},
Month = may,
Number = {May},
Pages = {677--682},
Title = {{myExperiment: a repository and social network for the sharing of bioinformatics workflows}},
Volume = {38},
Year = {2010},
Bdsk-Url-1 = {http://dx.doi.org/10.1093/nar/gkq429}}
@book{CommitteeonScienceEngineering2009,
Author = {{Committee on Science, Engineering}, and Public Policy},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Committee on Science, Engineering - On Being a Scientist.pdf:pdf},
Isbn = {9780309119702},
Pages = {63},
Title = {{On Being a Scientist}},
Year = {2009}}
@article{Zhu2012,
Author = {Zhu, Haiyi and Kraut, Robert and Kittur, Aniket},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Zhu, Kraut, Kittur - Organizing without Formal Organization Group Identification , Goal Setting and Social Modeling in Directing Online Production.pdf:pdf},
Journal = {Forbes},
Title = {{Organizing without Formal Organization : Group Identification , Goal Setting and Social Modeling in Directing Online Production}},
Year = {2012}}
@article{Brammer2011,
Author = {Brammer, Grant R. and Crosby, Ralph W. and Matthews, Suzanne J. and Williams, Tiffani L.},
Doi = {10.1016/j.procs.2011.04.069},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Brammer et al. - Paper M{\^a}ch{\'e} Creating Dynamic Reproducible Science.pdf:pdf},
Issn = {18770509},
Journal = {Procedia Computer Science},
Keywords = {abstract management,executable paper,reviewing,scientific reproducibility,virtual machines},
Month = jan,
Pages = {658--667},
Title = {{Paper M{\^a}ch{\'e}: Creating Dynamic Reproducible Science}},
Volume = {4},
Year = {2011},
Bdsk-Url-1 = {http://dx.doi.org/10.1016/j.procs.2011.04.069}}
@article{Donaldson,
Author = {Donaldson, Devan Ray and Fear, Kathleen},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Donaldson, Fear - Provenance , End-User Trust and Reuse An Empirical Investigation.pdf:pdf},
Journal = {Proteomics},
Title = {{Provenance , End-User Trust and Reuse : An Empirical Investigation}}}
@article{Wroe2002,
Author = {Wroe, Chris and Goble, Carole and Goderis, Antoon and Lord, Phillip and Miles, Simon and Papay, Juri and Moreau, Luc},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Wroe et al. - Recycling workflows and services through discovery and reuse.pdf:pdf},
Journal = {CONCURRENCY AND COMPUTATION: PRACTICE AND EXPERIENCE},
Keywords = {reuse,semantic discovery,workflow},
Pages = {1--7},
Title = {{Recycling workflows and services through discovery and reuse}},
Year = {2002}}
@article{Vandewalle2009,
Author = {Vandewalle, Patrick and Kovacevic, Jelena and Vetterli, Martin},
Doi = {10.1109/MSP.2009.932122},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley//Vandewalle, Kovacevic, Vetterli - Reproducible research in signal processing.pdf:pdf},
Issn = {1053-5888},
Journal = {IEEE Signal Processing Magazine},
Month = may,
Number = {3},
Pages = {37--47},
Title = {{Reproducible research in signal processing}},
Volume = {26},
Year = {2009},
Bdsk-Url-1 = {http://dx.doi.org/10.1109/MSP.2009.932122}}
@inproceedings{Bechhofer2010,
Author = {Bechhofer, Sean and {De Roure}, David and Gamble, Matthew and Goble, Carole and Buchan, Iain},
Booktitle = {FWCS The Future of the Web for Collaborative Science},
Doi = {10.1038/npre.2010.4626},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Bechhofer et al. - Research Objects Towards Exchange and Reuse of Digital Knowledge.pdf:pdf},
Issn = {1756-0357},
Month = jul,
Title = {{Research Objects: Towards Exchange and Reuse of Digital Knowledge}},
Year = {2010},
Bdsk-Url-1 = {http://dx.doi.org/10.1038/npre.2010.4626}}
@article{Page,
Author = {Page, Kevin R and Fields, Ben and Roure, David De and Crawford, Tim and Downie, J Stephen},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Page et al. - REUSE , REMIX , REPEAT THE WORKFLOWS OF MIR.pdf:pdf},
Title = {{REUSE , REMIX , REPEAT : THE WORKFLOWS OF MIR}}}
@inproceedings{Zhao2009,
Author = {Zhao, Jun and Klyne, Graham and Holubowicz, Piotr and Hettne, Kristina and Ruiz, J. E. and Roos, Marco and Manuel, G},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Zhao et al. - RO-Manager A Tool for Creating and Manipulating Research Objects to Support Reproducibility and Reuse in Sciences.pdf:pdf},
Number = {270129},
Pages = {7--10},
Title = {{RO-Manager : A Tool for Creating and Manipulating Research Objects to Support Reproducibility and Reuse in Sciences}},
Volume = {7},
Year = {2009}}
@techreport{Dashtban2012,
Author = {Dashtban, Bamdad},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Dashtban - Scientific Workflow Patterns.pdf:pdf},
Number = {September},
Title = {{Scientific Workflow Patterns}},
Year = {2012}}
@article{Cohen-boulakia2011,
Author = {Cohen-boulakia, Sarah and Leser, Ulf},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Cohen-boulakia, Leser - Search , Adapt , and Reuse The Future of Scientific Workflows.pdf:pdf},
Journal = {Newsletter ACM SIGMOD},
Number = {2},
Pages = {6--16},
Title = {{Search , Adapt , and Reuse : The Future of Scientific Workflows}},
Volume = {40},
Year = {2011}}
@inproceedings{Accomazzi2011a,
Abstract = {In the coming era of data-intensive science, it will be increasingly important to be able to seamlessly move between scientific results, the data analyzed in them, and the processes used to produce them. As observations, derived data products, publications, and object metadata are curated by different projects and archived in different locations, establishing the proper linkages between these resources and describing their relationships becomes an essential activity in their curation and preservation. In this paper we describe initial efforts to create a semantic knowledge base allow- ing easier integration and linking of the body of heterogeneous astronomical resources which we call the Virtual Observatory (VO). The ultimate goal of this effort is the creation of a semantic layer over existing resources, allowing applications to cross bound- aries between archives. The proposed approach follows the current best practices in Semantic Computing and the architecture of the web, allowing the use of
off-the-shelf technologies and providing a path for VO resources to become part of the global web of linked data.},
Archiveprefix = {arXiv},
Arxivid = {arXiv:1103.5958v1},
Author = {Accomazzi, Alberto and Dave, Rahul},
Booktitle = {Astronomical Data Analysis Software and Systems XX - ASP Conference Series},
Eprint = {arXiv:1103.5958v1},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Accomazzi, Dave - Semantic Interlinking of Resources in the Virtual Observatory Era.pdf:pdf},
Pages = {1--10},
Title = {{Semantic Interlinking of Resources in the Virtual Observatory Era}},
Volume = {442},
Year = {2011}}
@article{Goderis2005,
Author = {Goderis, Antoon and Sattler, Ulrike and Lord, Phillip and Goble, Carole},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Goderis et al. - Seven Bottlenecks to Workflow Reuse and Repurposing.pdf:pdf},
Journal = {Methods},
Pages = {323--337},
Title = {{Seven Bottlenecks to Workflow Reuse and Repurposing}},
Year = {2005}}
@article{VanGorp2011,
Author = {{Van Gorp}, Pieter and Mazanek, Steffen},
Doi = {10.1016/j.procs.2011.04.062},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Van Gorp, Mazanek - SHARE a web portal for creating and sharing executable research papers.pdf:pdf},
Issn = {18770509},
Journal = {Procedia Computer Science},
Month = jan,
Pages = {589--597},
Title = {{SHARE: a web portal for creating and sharing executable research papers}},
Volume = {4},
Year = {2011},
Bdsk-Url-1 = {http://dx.doi.org/10.1016/j.procs.2011.04.062}}
@article{Dow2012,
Author = {Dow, Steven P and Kulkarni, Anand and Klemmer, Scott R and Hartmann, Bj{\"o}rn},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Dow et al. - Shepherding the Crowd Yields Better Work.pdf:pdf},
Isbn = {9781450310864},
Title = {{Shepherding the Crowd Yields Better Work}},
Year = {2012}}
@unpublished{Hong2010,
Author = {Hong, Neil Chue and Shreeve, Matt},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Hong, Shreeve - Software Preservation Benefits framework.pdf:pdf},
Number = {3707458},
Pages = {1--74},
Title = {{Software Preservation Benefits framework}},
Year = {2010}}
@inproceedings{Taylor2006,
Author = {Taylor, Mark B},
Booktitle = {Astronomical Data Analysis Software and Systems XV - ASP Conference Series},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Taylor - STILTS - A Package for Command-Line Processing of Tabular Data.pdf:pdf},
Pages = {666--669},
Title = {{STILTS - A Package for Command-Line Processing of Tabular Data}},
Volume = {351},
Year = {2006}}
@inproceedings{Missier2010,
Author = {Missier, Paolo and Soiland-Reyes, Stian and Owen, Stuart and Tan, Wei and Nenadic, Alexandra and Dunlop, Ian and Williams, Alan and Oinn, Tom and Goble, Carole},
Booktitle = {SSDBM 2010 22nd international conference on Scientific and statistical database management},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Missier et al. - Taverna , reloaded.pdf:pdf},
Title = {{Taverna , reloaded}},
Year = {2010}}
@inproceedings{Walton2008,
Abstract = {This paper describes how the UK AstroGrid Virtual Observatory system has adopted and extended the Taverna workflow system to provide a highly capable workflow solution for astronomy users.},
Author = {Walton, N. A. and Witherick, D. K. and Oinm, T. and Benson, K. M.},
Booktitle = {Astronomical Data Analysis Software and Systems XVII - ASP Conference Series},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Walton et al. - Taverna and Workflows in the Virtual Observatory.pdf:pdf},
Pages = {309--312},
Title = {{Taverna and Workflows in the Virtual Observatory}},
Volume = {394},
Year = {2008}}
@article{Bonnarel2000,
Author = {Bonnarel, F. and Fernique, P. and Bienaym{\'e}, D. and Egret, D and Genova, F and Louys, M and Ochsenbein, F and Wenger, M and Bartlett, J G},
Doi = {10.1051/aas:2000331},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Bonnarel et al. - The ALADIN interactive sky atlas A reference tool for identification of astronomical sources.pdf:pdf},
Journal = {Astronomy \& Astrophysics Supplemet Series},
Keywords = {astronomical data bases,at different wavelengths is,atlases,catalogs,cross-matching data acquired,in modern astronomy,miscellaneous,often the key to,surveys,the under-},
Number = {1},
Pages = {33--40},
Title = {{The ALADIN interactive sky atlas A reference tool for identification of astronomical sources}},
Volume = {143},
Year = {2000},
Bdsk-Url-1 = {http://dx.doi.org/10.1051/aas:2000331}}
@article{Berriman,
Author = {Berriman, G Bruce and Juve, Gideon and Rey, Marina and Regelson, Moira and Plavchan, Peter},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Berriman et al. - The Application of Cloud Computing to Astronomy A Study of Cost and Performance.pdf:pdf},
Journal = {Processing},
Keywords = {-cloud computing,and performance of one,cloud service,e-,exoplanets,formatting,high-performance computing,image mosaics,image processing,light curves,periodograms,science,transiting planets,we study the cost},
Title = {{The Application of Cloud Computing to Astronomy : A Study of Cost and Performance}}}
@article{Barga2011,
Abstract = {Extending the capabilities of desktop and mobile applications through ondemand cloud, data-driven services will significantly broaden the research community's capabilities, accelerating the pace of engineering and scientific discovery. The net effect will be the democratization of research capabilities that are now available only to the most elite scientists.},
Author = {Barga, Roger and Gannon, Dennis and Reed, Daniel},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Barga, Gannon, Reed - The Client and the Cloud.pdf:pdf},
Journal = {IEEE Internet Computing},
Title = {{The Client and the Cloud}},
Year = {2011}}
@article{Nowakowski2011,
Author = {Nowakowski, Piotr and Ciepiela, Eryk and Har{\k e}{\.z}lak, Daniel and Kocot, Joanna and Kasztelnik, Marek and Barty{\'n}ski, Tomasz and Meizner, Jan and Dyk, Grzegorz and Malawski, Maciej},
Doi = {10.1016/j.procs.2011.04.064},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Nowakowski et al. - The Collage Authoring Environment.pdf:pdf},
Issn = {18770509},
Journal = {Procedia Computer Science},
Keywords = {e-science,executable paper,high performance computing,scientific publishing},
Month = jan,
Pages = {608--617},
Title = {{The Collage Authoring Environment}},
Volume = {4},
Year = {2011},
Bdsk-Url-1 = {http://dx.doi.org/10.1016/j.procs.2011.04.064}}
@inproceedings{Mcgough,
Author = {Mcgough, A Stephen and Turner, Mark and Mortimer, Derek and Woodman, Simon and Watson, Paul},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Mcgough et al. - The Cutting Edge Discoverability for Historical Artefacts.pdf:pdf},
Isbn = {0470867167},
Pages = {1--2},
Title = {{The Cutting Edge : Discoverability for Historical Artefacts}}}
@book{Foundation,
Author = {Foundation, Catherine T Macarthur and Media, Digital},
Booktitle = {Digital Media},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Foundation, Media - The Future of Thinking.pdf:pdf},
Isbn = {9780262513746},
Title = {{The Future of Thinking}}}
@article{Kohlhase2011,
Author = {Kohlhase, Michael and Corneli, Joseph and David, Catalin and Ginev, Deyan and Jucovschi, Constantin and Kohlhase, Andrea},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Kohlhase et al. - The Planetary System Web 3 . 0 \& Active Documents for STEM.pdf:pdf},
Journal = {Science},
Keywords = {active documents,content commons,executable paper challenge,ontologies,semantic annotation},
Pages = {1--9},
Title = {{The Planetary System : Web 3 . 0 \& Active Documents for STEM}},
Volume = {00},
Year = {2011}}
@article{Berriman2010,
Abstract = {The availability of vast quantities of data through electronic archives has transformed astronomi- cal research. It has also enabled the creation of new products, models and simulations, often from distributed input data and models, that are themselves made electronically available. These prod- ucts will only provide maximal long-term value to astronomers when accompanied by records of their provenance; that is, records of the data and processes used in the creation of such prod- ucts. We use the creation of image mosaics with the Montage grid-enabled mosaic engine to emphasize the necessity of provenance management and to understand the science requirements that higher-level products impose on provenance management technologies. We describe experi- ments with one technology, the "Provenance Aware Service Oriented Architecture" (PASOA), that stores provenance information at each step in the computation of a mosaic. The results inform the technical specifications of provenance management systems,
including the need for extensible systems built on common standards. Finally, we describe examples of provenance management technology emerging from the fields of geophysics and oceanography that have applicability to astronomy applications},
Archiveprefix = {arXiv},
Arxivid = {arXiv:1005.3358v1},
Author = {Berriman, G Bruce and Deelman, Ewa},
Eprint = {arXiv:1005.3358v1},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Berriman, Deelman - The Role of Provenance Management in Accelerating the Rate of Astronomical Research.pdf:pdf},
Journal = {Proceedings of Science},
Title = {{The Role of Provenance Management in Accelerating the Rate of Astronomical Research}},
Year = {2010}}
@incollection{Taylor2007,
Author = {Taylor, Ian and Shields, Matthew and Wang, Ian and Harrison, Andrew},
Booktitle = {Workflows for e-Science},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Taylor et al. - The Triana Workflow Environment Architecture and Applications.pdf:pdf},
Pages = {320--339},
Title = {{The Triana Workflow Environment : Architecture and Applications}},
Year = {2007}}
@article{Lehrer2010,
Author = {Lehrer, Jonah},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Lehrer - The Truth Wears Off.pdf:pdf},
Journal = {Annals of Science},
Pages = {1--13},
Title = {{The Truth Wears Off}},
Year = {2010}}
@article{Accomazzi2010a,
Abstract = {Over the past decade, astronomers have been using an increasingly larger number of web-based applications and archives to conduct their research. However, despite the early success in creating links across projects and data centers, the promise of a single integrated digital library environ- ment supporting e-science in astronomy has proven elusive. While some of the issues hampering progress in this area are of technical nature, others are rooted in existing policies which should be re-analyzed if further rapid progress is to be made in this area. This paper describes a pro- posal that the NASA Astrophysics Data System project has put forth in order to improve its role as one of the primary discovery portals for astronomers, focusing on those aspects which could benefit from an increased level of involvement from the community, namely the effort to expose astronomy resources as linked data, and the harvesting of observational metadata.},
Annote = {The second paper labelled as Kurtz is the same, but annotated by Lourdes},
Archiveprefix = {arXiv},
Arxivid = {arXiv:1005.1886v1},
Author = {Accomazzi, Alberto and Kurtz, Michael J and Murray, Stephen S},
Eprint = {arXiv:1005.1886v1},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Accomazzi, Kurtz, Murray - Towards a Resource-Centric Data Network for Astronomy(2).pdf:pdf;:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley//Accomazzi, Kurtz, Murray - Towards a Resource-Centric Data Network for Astronomy.pdf:pdf},
Journal = {Proceedings of Science},
Pages = {6},
Title = {{Towards a Resource-Centric Data Network for Astronomy}},
Year = {2010}}
@article{Roure2011,
Abstract = {Some of the shared digital artefacts of digital research are executable in the sense that they describe an automated pro- cess which generates results. One example is the compu- tational scientific workflow which is used to conduct auto- mated data analysis, predictions and validations. We de- scribe preservation challenges of scientific workflows, and suggest a framework to discuss the reproducibility of work- flow results. We describe curation techniques that can be used to avoid the `workflow decay' that occurs when steps of the workflow are vulnerable to external change. Our ap- proach makes extensive use of provenance information and also considers aggregate structures called Research Objects as a means for promoting workflow preservation.},
Author = {Roure, David De and Missier, Paolo and G{\'o}mez-P{\'e}rez, Jos{\'e} Manuel and Palma, Raul and Ruiz, J. E. and Hettne, Kristina and Roos, Marco and Klyne, Graham and Goble, Carole},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Roure et al. - Towards the Preservation of Scientific Workflows.pdf:pdf},
Journal = {iPress 2011},
Title = {{Towards the Preservation of Scientific Workflows}},
Year = {2011}}
@article{Littauer2012,
Author = {Littauer, Richard and Ram, Karthik and Lud{\"a}scher, Bertram and Michener, William and Koskela, Rebecca},
Doi = {10.2218/ijdc.v7i2.232},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Littauer et al. - Trends in Use of Scientific Workflows Insights from a Public Repository and Recommendations for Best Practice.pdf:pdf},
Issn = {1746-8256},
Journal = {International Journal of Digital Curation},
Month = dec,
Number = {2},
Pages = {92--100},
Title = {{Trends in Use of Scientific Workflows: Insights from a Public Repository and Recommendations for Best Practice}},
Volume = {7},
Year = {2012},
Bdsk-Url-1 = {http://dx.doi.org/10.2218/ijdc.v7i2.232}}
@article{Jarvelaainen2008,
Abstract = {ESO Reflex is a prototype graphical workflow system, based on Taverna, and primarily intended to be a flexible way of running ESO data reduc- tion recipes along with other legacy applications and user-written tools. ESO Reflex can also readily use the Taverna Web Services features that are based on the Apache Axis SOAP implementation. Taverna is a general purpose Web Service client, and requires no programming to use such services. However, Tav- erna also has some restrictions: for example, no numerical types such integers. In addition the preferred binding style is document/literal wrapped, but most astronomical services publish the Axis default WSDL using RPC/encoded style. Despite these minor limitations we have created simple but very promising test VO workflow using the Sesame name resolver service at CDS Strasbourg, the Hubble SIAP server at the Multi-Mission Archive at Space Telescope (MAST) and the WESIX image cataloging and catalogue cross-referencing service at the University of
Pittsburgh. ESO Reflex can also pass files and URIs via the PLAS- TIC protocol to visualisation tools and has its own viewer for VOTables. We picked these three Web Services to try to set up a realistic and useful ESO Reflex workflow. They also demonstrate ESO Reflex abilities to use many kind of Web Services because each of them requires a different interface. We describe each of these services in turn and comment on how it was used.},
Author = {Jarvelaainen, Pekka and Savolainen, Ville and Oittinen, Tero and Mailasa, Sami and Ulgr{\'e}n, Marko and Hook, Richard},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Jarvelaainen et al. - Using ESO Reflex with Web Services.pdf:pdf},
Journal = {Analysis},
Pages = {273--276},
Title = {{Using ESO Reflex with Web Services}},
Volume = {394},
Year = {2008}}
@inproceedings{Walton2011,
Author = {Walton, Nicholas A and Dubernet, Marie Lise and Mason, Nigel J and Piskunov, Nikolai and Rixon, Guy T},
Booktitle = {Astronomical Data Analysis Software and Systems XX - ASP Conference Series},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Walton et al. - VAMDC The Virtual Atomic and Molecular Data Center.pdf:pdf},
Pages = {89--92},
Title = {{VAMDC : The Virtual Atomic and Molecular Data Center}},
Volume = {442},
Year = {2011}}
@article{Wf4Ever2010,
Author = {Wf4Ever},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Wf4Ever - Wf4Ever Description of Work.pdf:pdf},
Journal = {Internal},
Title = {{Wf4Ever Description of Work}},
Volume = {1},
Year = {2010}}
@inproceedings{Bechhofer,
Abstract = {Scientific data stands to represent a significant portion of the linked open data cloud and science itself stands to benefit from the data fusion capability that this will afford. However, simply publishing linked data into the cloud does not necessarily meet the requirements of reuse. Publishing has requirements of provenance, quality, credit, attribution, methods in order to provide the reproducibility that allows validation of results. In this paper we make the case for a scientific data publication model on top of linked data and introduce the notion of Research Objects as first class citizens for sharing and publishing.},
Author = {Bechhofer, Sean and Ainsworth, John and Bhagat, Jiten and Buchan, Iain and Couch, Philip and Cruickshank, Don and Roure, David De and Delderfield, Mark and Dunlop, Ian and Gamble, Matthew and Goble, Carole and Michaelides, Danius and Missier, Paolo and Owen, Stuart and Newman, David and Sufi, Shoaib},
Booktitle = {2010 IEEE Sixth International Conference on},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Bechhofer et al. - Why Linked Data is Not Enough for Scientists.pdf:pdf},
Pages = {300--307},
Title = {{Why Linked Data is Not Enough for Scientists}},
Year = {2010}}
@article{Zhao,
Author = {Zhao, Jun and Gomez-perez, Jose Manuel and Belhajjame, Khalid and Klyne, Graham and Garcia-cuesta, Esteban},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Zhao et al. - Why Workflows Break - Understanding and Combating Decay in Taverna Workflows.pdf:pdf},
Title = {{Why Workflows Break - Understanding and Combating Decay in Taverna Workflows}}}
@article{Schaaff2009,
Abstract = {After a short introduction to workflow systems, we focus on the use of ''Characterization'', an IVOA standard, in a workflow test bed architecture. The execution of a workflow may require substantial computing resources and this can take a significant amount of time. Our goal is to go as far as possible in the validation of the workflow process before the ''real'' execution of its components. This validation needs a knowledge of the components and of the data they consume/produce. The ''Characterization'' standard introduces a way to satisfy these needs at the data level.},
Author = {Schaaff, Anndr{\'e} and Bonnarel, Fran{\c c}ois and Louys, Mireille and Slezak, Eric and Gassmann, Brice and Pestel, Cyril and Benjelloun, Omar},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley//Schaaff et al. - Workflow systems and VO standards.pdf:pdf},
Journal = {Memorie della Societ{\`a} Astronomica Italiana},
Pages = {559--564},
Title = {{Workflow systems and VO standards}},
Volume = {80},
Year = {2009}}
@techreport{Williams2008,
Author = {Williams, Roy and Hanisch, Robert and Szalay, Alex and Plante, Raymond},
File = {:D$\backslash$:/Mis Documentos/My Box Files/Papers/Mendeley/Williams et al. - IVOA Recommendation Simple Cone Search v1.03.pdf:pdf},
Number = {February},