Skip to content

Commit 1a8c1f3

Browse files
authored
[DOC] Add badges and fix Zenodo json (#10)
* Fix json. * Add badges.
1 parent a0d7e90 commit 1a8c1f3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Salo, Taylor",
55
"affiliation": "Florida International University",
66
"orcid": "0000-0001-9813-3167"
7-
},
7+
}
88
],
99
"keywords": [
1010
"neuroimaging"

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
convert-eprime
22
==============
33

4+
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5+
[![TravisCI](https://travis-ci.org/tsalo/convert-eprime.svg?branch=master)](https://travis-ci.org/tsalo/convert-eprime)
6+
47
Python code to convert E-Prime files to csv-format spreadsheets for analysis. With the exception of `text_to_csv`, most of the functionality of this package is implemented very easily with [pandas](http://pandas.pydata.org).
58

69
I am not currently working on this package, but if you see a bug or have an idea for an improvement, please open an issue and I will address it as soon as I can. Pull Requests are also welcome.

0 commit comments

Comments
 (0)