File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Setup Ruby and execute `bundle install` to get whedon
1
2
OPENJOURNALS_PATH := $(shell bundle info whedon | awk '/Path/{print $$2}') /resources
2
3
3
4
draft : paper.pdf
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def make_date(date):
49
49
"title" : cm .get ("title" , "" ),
50
50
"tags" : cm .get ("keywords" , []),
51
51
"authors" : [make_author (_ ) for _ in cm .get ("author" , [{}])],
52
- "affiliation " : make_affiliations (),
52
+ "affiliations " : make_affiliations (),
53
53
"date" : make_date (cm .get ("dateModified" , "" )),
54
54
"bibliography" : "paper.bib" ,
55
55
}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ authors:
17
17
affiliation : 3
18
18
- name : Jacopo Canton
19
19
affiliation : 4
20
- affiliation :
20
+ affiliations :
21
21
- name : Stockholm University, Stockholm, Sweden
22
22
index : 1
23
23
- name : KTH Royal Institute of Technology, Stockholm, Sweden
@@ -29,8 +29,12 @@ affiliation:
29
29
date : 16 November 2020
30
30
bibliography : paper.bib
31
31
---
32
+
32
33
# Summary
33
34
35
+ - Describe exadata based on NumPy [ @harrisArrayProgrammingNumPy2020 ]
36
+ - Dataset interface based on Xarray [ @hoyerXarrayNDLabeled2017 ]
37
+
34
38
# Acknowledgements
35
39
36
40
We acknowledge ...
You can’t perform that action at this time.
0 commit comments