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

Fix/Meta extraction - rules and error update #48

Merged
merged 3 commits into from
Apr 18, 2024

Conversation

xkopenreview
Copy link
Contributor

this pr should fix the following issues:

  1. increase timeout to give the page more time to load
  2. update rule for neurips proceedings to get abstract
  3. not to throw error for openreview rule so that it's not shown as failed process function
  4. show error as text so that it can be displayed properly in process function log

}
}

const allEvidence = [
...highwirePressTags,
{ type: 'abstract', value: abstract }
{ type: 'abstract', value: nextElementText },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do you need to set the abstract twice?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for some urls nextElementText is text, for some other urls nextNextElementText is text

abstract type in allEvidence mean these values may be abstract and the longest one is taken

@melisabok melisabok merged commit 002b927 into master Apr 18, 2024
1 check passed
@melisabok melisabok deleted the fix/update-error-rule branch April 18, 2024 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants