Skip to content

Commit b43e384

Browse files
authored
Update README.
1 parent 6924687 commit b43e384

File tree

1 file changed

+3
-37
lines changed

1 file changed

+3
-37
lines changed

README.md

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
data-aggregator
2-
===============
1+
web-mpc
2+
=======
33

44
[![Build Status](https://travis-ci.org/Boston-Women-Work/data-aggregator.svg?branch=master)](https://travis-ci.org/Boston-Women-Work/data-aggregator)
55
[![Coverage Status](https://coveralls.io/repos/github/Boston-Women-Work/data-aggregator/badge.svg?branch=angular)](https://coveralls.io/github/Boston-Women-Work/data-aggregator?branch=angular)
66

7-
Implementation of a data collection and aggregation infrastructure that supports individual data obfuscation.
7+
Implementation of a web-based data collection and aggregation infrastructure that utilizes secure multi-party computation techniques to allow individual contributors to submit their data without revealing it to the other participants.
88

99

1010
Environment
@@ -45,37 +45,3 @@ enabled=1" | sudo tee -a /etc/yum.repos.d/mongodb.repo
4545
* Finally, retrieve the application files and in the directory "server/" run:
4646

4747
`forever -o log.txt -e error.txt start index.js`
48-
49-
50-
Original modules and third-party dependencies
51-
---------------------------------------------
52-
53-
Only the following original modules have been written for this application. All other modules are off-the-shelf libraries.
54-
55-
* client/script/ssCreate.js
56-
* client/index.html
57-
* client/success.html
58-
* server/index.js
59-
* server/template.js
60-
* trusted/script/generateMasks.js
61-
* trusted/script/generateSession.js
62-
* trusted/script/ssCreate.js
63-
* trusted/index.html
64-
* trusted/session_data.html
65-
* trusted/keys.txt
66-
* unmask/index.html
67-
* unmask/script/unmask.js
68-
* shared/aggregate.js
69-
70-
The following are third party dependencies included in the source tree (but not automatically installed in the environment).
71-
72-
* trusted/script/filesaver.js
73-
* shared/handsontable
74-
* trusted/script/jszip
75-
* shared/jquery-1.11.2.js
76-
* shared/jsencrypt.js
77-
* shared/md5.js
78-
* unmask/script/ladda.min.js
79-
* unmask/script/spin.min.js
80-
* shared/underscore.js
81-
* client/script/waitingDialog.js

0 commit comments

Comments
 (0)