File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 3232 run : |
3333 cd assets/
3434 wget "https://dataverse.no/api/info/metrics/filedownloads?parentAlias=ntnu"
35- ls -haltr
3635 python generate_badge.py
37- ls -haltr
3836
3937 - name : Upload package to external repo release
4038 uses : svenstaro/upload-release-action@v2
Original file line number Diff line number Diff line change 66options = {
77 'format' : 'png' ,
88 'crop-h' : '22' ,
9- 'crop-w' : '190 ' ,
10- 'crop-x' : '10 ' ,
9+ 'crop-w' : '180 ' ,
10+ 'crop-x' : '7 ' ,
1111 'crop-y' : '7' ,
1212 'encoding' : "UTF-8" ,
1313 'custom-header' : [
1414 ('Accept-Encoding' , 'gzip' )
1515 ]
1616}
1717
18-
1918path = "filedownloads?parentAlias=ntnu"
2019data = np .asarray (pd .read_csv (path , delimiter = None ))
2120pid2find = "10.18710/TLA01U"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments