Skip to content
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

Script to get bibliography for (all) dandisets (prototype) #1449

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from

Also be able to fetch RIS

6cd2f18
Select commit
Loading
Failed to load commit list.
Draft

Script to get bibliography for (all) dandisets (prototype) #1449

Also be able to fetch RIS
6cd2f18
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Nov 25, 2024 in 5s

6 new alerts including 4 errors

New alerts in code changed by this pull request

  • 4 errors
  • 1 warning
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 52 in sandbox/get-bibliography

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.

Check warning on line 196 in sandbox/get-bibliography

See this annotation in the file changed.

Code scanning / CodeQL

File is not always closed Warning

File is opened but is not closed.

Check failure on line 220 in sandbox/get-bibliography

See this annotation in the file changed.

Code scanning / CodeQL

Potentially uninitialized local variable Error

Local variable 'to_datacite' may be used before it is initialized.

Check failure on line 222 in sandbox/get-bibliography

See this annotation in the file changed.

Code scanning / CodeQL

Potentially uninitialized local variable Error

Local variable 'validate_datacite' may be used before it is initialized.

Check failure on line 223 in sandbox/get-bibliography

See this annotation in the file changed.

Code scanning / CodeQL

Potentially uninitialized local variable Error

Local variable 'JSONValidationError' may be used before it is initialized.

Check failure on line 232 in sandbox/get-bibliography

See this annotation in the file changed.

Code scanning / CodeQL

Potentially uninitialized local variable Error

Local variable 'ValidationError' may be used before it is initialized.