From fd916806bc366d90cb43a93f30ff0b7d1a4b8174 Mon Sep 17 00:00:00 2001 From: Franco Pestilli Date: Sun, 9 Sep 2018 22:18:02 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f300273..bfba80a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # Application for Big Computational Data (ABCD) Specification (v1.1) +### Authors +- Franco Pestilli (franpest@indiana.edu) +- Soichi Hayashi (hayashis@iu.edu) + +### Funding +[![NSF-BCS-1734853](https://img.shields.io/badge/NSF_BCS-1734853-blue.svg)](https://nsf.gov/awardsearch/showAward?AWD_ID=1734853) + +### References +TBA + ## Background Scientists routinely use applications to compute and perform analyses either using personal computers (local hardware) or remote resources (remote/distal hardware, such as high performance clusters or cloud systems). Scientists must be familiar with variety of methods and programming languages in order to use these application effectively. Scientists must be able to install these application in diverse environment, and prepare input data to meet each application requirements by organizing, or converting their input data types. Needless to say, this makes it difficult to reproduce other scientists's results, or to reuse applications developed by other collaborators.