Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions arxiv/arxiv.txt

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions biorxiv/biorxiv.txt

Large diffs are not rendered by default.

40,136 changes: 20,068 additions & 20,068 deletions biorxiv/biorxiv_licenses.tsv

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions f1000research/f1000research.txt

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions figshare/figshare.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion peerj/peerj.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/shame.html
Original file line number Diff line number Diff line change
Expand Up @@ -562,4 +562,4 @@ <h3>Identification of piRNA binding sites reveals the Argonaute regulatory lands
</div>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion update.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ def update_authors(pub_authors):
licenses.append([article[4],article[2],article[-2],bio_license,article[0],article[1],article[-1]])

for i in licenses:
f.write(u'http://dx.doi.org/10.1101/'+i[0].split('/')[-1].split('.')[0])
f.write(u'https://doi.org/10.1101/'+i[0].split('/')[-1].split('.')[0])
f.write(u'\t')
temp=i[1].replace(',','').replace('.','').split()
f.write(unicode(dt(int(temp[2]),date_dict[temp[0]],int(temp[1]))))
Expand Down