Skip to content

Commit a552cf0

Browse files
committed
Improve
1 parent b2886ce commit a552cf0

File tree

3 files changed

+50959
-2
lines changed

3 files changed

+50959
-2
lines changed

.github/workflows/build-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: 3.10
20+
# python-version: 3.9
21+
python-version: 3.10.9
2122

2223
- name: Install Poetry
2324
run: |

ris_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def parse_ris_line(lines:str):
3838
pass
3939
elif last_e == "SN":
4040
pass
41-
elif e == "AB": # Abstract or synopsis.[6][14][8][15][17][18][19] Notes. Synonym of N2.
41+
elif e == "AB": # Abstract or synopsis. Notes. Synonym of N2.
4242
a.Abstract =a.Abstract + ' ' + v
4343
else:
4444
print(last_e)

0 commit comments

Comments
 (0)