Skip to content

Commit

Permalink
Improve
Browse files Browse the repository at this point in the history
  • Loading branch information
EhsanBitaraf committed Feb 13, 2024
1 parent b2886ce commit a552cf0
Show file tree
Hide file tree
Showing 3 changed files with 50,959 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
# python-version: 3.9
python-version: 3.10.9

- name: Install Poetry
run: |
Expand Down
2 changes: 1 addition & 1 deletion ris_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def parse_ris_line(lines:str):
pass
elif last_e == "SN":
pass
elif e == "AB": # Abstract or synopsis.[6][14][8][15][17][18][19] Notes. Synonym of N2.
elif e == "AB": # Abstract or synopsis. Notes. Synonym of N2.
a.Abstract =a.Abstract + ' ' + v
else:
print(last_e)
Expand Down
Loading

0 comments on commit a552cf0

Please sign in to comment.