-
Notifications
You must be signed in to change notification settings - Fork 2
fix(cff): doi structure parsing #121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
c102e28
feat:write goal of cff parser
rmfranken 5ae7f8c
feat: add function body and placeholder
rmfranken 1206d30
refactor: do list(dict) formatting within the function
rmfranken 751918a
fix: forgot arrow in type annotation
rmfranken 9edcd6f
chore: black reformat
rmfranken 68f48a2
feat: update parsers to output graphs instead of property "doubles", …
rmfranken 84db808
chore: update docstrings
rmfranken b43f448
fix: remove python <= 3.12 req
rmfranken 5fc788a
feat: add "affiliation" of authors to output
rmfranken 2dd85dd
docs: add CFF file (#111)
rmfranken f17dd9f
feat: add test for cff author parsing
rmfranken 93d1286
fix: python dependencies in poetry
rmfranken 15dab2d
fix: adapt parser tests to graph structure instead of property struct…
rmfranken fa53024
fix: remove faulty cff function example description
rmfranken a536511
Update test_cff.py
rmfranken 33e407d
Merge branch 'main' into cff_parsing
rmfranken d9fe975
Merge branch 'main' into cff_parsing
rmfranken a91b59c
fix: unused import
rmfranken b088a45
fix: typo
rmfranken d3eb1f4
refactor: rename variable
rmfranken b81b5b6
docs: add docstring parameter for parser class
rmfranken 5238b64
refactor: rename variable
rmfranken 5645f6d
feat: check if orcid is valid before writing
rmfranken 6a25951
refactor: rename variable
rmfranken f7a1165
chore: remove pyshacl
rmfranken 5aba09d
fix: typo
rmfranken aef27dd
fix: remove unused imports
rmfranken ee9238e
fix: tests for cff, add test for doi, move doi and orcid matchers to …
rmfranken 195c778
docs:fix docs of valid_doi_extractor
rmfranken 1ba0ee7
Merge branch 'main' into cff_parsing
rmfranken 03adbf0
refactor: doi re matcher
rmfranken 9673aac
chore: remove unneccessary comment
rmfranken 420252e
chore(docker): bump base layer to python 3.13
cmdoret 2a6272a
Update gimie/parsers/abstract.py
rmfranken a331a63
Update gimie/parsers/cff.py
rmfranken 9d69267
chore(docker): use python 3.12 base
cmdoret b91df2a
fix: improve tests, rename some variables
rmfranken 8f61fe2
Merge branch 'cff_parsing' of github.com:sdsc-ordes/gimie into cff_pa…
rmfranken 477ab88
fix:rename the example in extract_doi_march
rmfranken 0eb1423
fix: DOI from dict, not flat value
rmfranken 43fdf51
fix:make cff example correct
rmfranken 343defd
docs: adapt docstring example to match real CFF structure
rmfranken 513a546
fix:docstring still fucked
rmfranken d650e6a
fix:typo docstring
rmfranken 077ad37
fix:chatGPT's suggestion for docstring formatting
rmfranken 5a16e3c
fix:OK, no multiline, and double escape newlines
rmfranken 6e9d243
fix: spelling mistake in run as library docs (#113)
rmfranken 1188f3b
fix: unused import
rmfranken 409232a
fix: typo
rmfranken 4dcfc24
refactor: rename variable
rmfranken faf0628
docs: add docstring parameter for parser class
rmfranken 246167c
refactor: rename variable
rmfranken 2d063b7
feat: check if orcid is valid before writing
rmfranken 200348a
refactor: rename variable
rmfranken 3d27929
chore: remove pyshacl
rmfranken d3bee47
fix: typo
rmfranken c39b22d
fix: remove unused imports
rmfranken 3828419
fix: tests for cff, add test for doi, move doi and orcid matchers to …
rmfranken 141f67a
docs:fix docs of valid_doi_extractor
rmfranken 074ee88
Improve authentication error messages (#116)
raj921 fa7b3b4
ci: make conventional PR title check optional (#117)
cmdoret f74cab3
refactor: doi re matcher
rmfranken 08a938f
chore: remove unneccessary comment
rmfranken 1a50e72
fix: improve tests, rename some variables
rmfranken b3d988e
chore(docker): bump base layer to python 3.13
cmdoret cd583f8
Update gimie/parsers/abstract.py
rmfranken b2d399b
Update gimie/parsers/cff.py
rmfranken 9499f9e
chore(docker): use python 3.12 base
cmdoret f0863d1
fix:rename the example in extract_doi_march
rmfranken 4f5ef97
fix: DOI from dict, not flat value
rmfranken 3dbda53
fix:make cff example correct
rmfranken 9ac34d6
docs: adapt docstring example to match real CFF structure
rmfranken 0cc3efe
fix:docstring still fucked
rmfranken d9a05df
fix:typo docstring
rmfranken ce86cbb
fix:chatGPT's suggestion for docstring formatting
rmfranken a4445e4
fix:OK, no multiline, and double escape newlines
rmfranken aa1dde6
Merge branch 'hotfix-CFF-doi' of github.com:sdsc-ordes/gimie into hot…
rmfranken 70bcac9
Merge branch 'main' into hotfix-CFF-doi
rmfranken a884cbc
feat: support multiple DOI's
rmfranken df9295e
refactor(cff): reduce nesting
cmdoret 76060ca
chore(cff): use type hint for list from python standard collection
rmfranken File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.