Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
An Automated System for Lookup Persistent Identifiers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Mercell
An Automated System for Lookup Persistent Identifiers
Commits
5514c202
There was an error fetching the commit references. Please try again later.
Commit
5514c202
authored
2 months ago
by
Peter Mercell
Browse files
Options
Downloads
Patches
Plain Diff
Update DOI score_treshold
parent
1fb72b8b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doi/doi_finder.py
+1
-1
1 addition, 1 deletion
doi/doi_finder.py
with
1 addition
and
1 deletion
doi/doi_finder.py
+
1
−
1
View file @
5514c202
...
@@ -4,7 +4,7 @@ from ratelimit import limits, sleep_and_retry
...
@@ -4,7 +4,7 @@ from ratelimit import limits, sleep_and_retry
# Thresholds for CrossRef reference lookup score
# Thresholds for CrossRef reference lookup score
# if results by doi_text and doi_attribute are not the same and score is lower than this, DOI is not returned as the result is considered unreliable
# if results by doi_text and doi_attribute are not the same and score is lower than this, DOI is not returned as the result is considered unreliable
score_threshold
=
92.4
score_threshold
=
100
# if results by doi_text and doi_attribute are the same and score is lower than this, DOI is not returned as the result is considered unreliable
# if results by doi_text and doi_attribute are the same and score is lower than this, DOI is not returned as the result is considered unreliable
score_treshold_text_equal_to_attributes
=
64.6
score_treshold_text_equal_to_attributes
=
64.6
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment