Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Wagner
Semantification OEIS zbMATH
Commits
e98917dc
Commit
e98917dc
authored
Dec 17, 2020
by
Michael Wagner
Browse files
Update README.md
parent
8b35dd10
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
e98917dc
# Semantification OEIS zbMATH
# Semantification OEIS + zbMATH
Repo containing the first results of the semantification of OEIS in the form of a .sql file.
The data will be hosted online inside a GraphDB sometime in the future.
## sql tables
### OEIS_user_list
Table matching OEIS users to their zbMATH entries.
-
"user_name": the
[
OEIS usernames
](
http://oeis.org/w/index.php?title=Special:ListUsers
)
-
"oeis_user_href": link to the OEIS user webpage (like this: http://oeis.org/wiki/User:A._Brochier)
-
"zbmath_id": the zbMATH "author ID"
### OEIS_references
Table matching OEIS entry references to their zbMATH zbl_ids.
-
"a_number": the identifier of an
[
OEIS entry
](
http://oeis.org/A001055
)
-
"reference_text": the reference listed in an OEIS entry
-
"zbl_id": results given by https://zbmath.org/citationmatching
-
"score": results by https://zbmath.org/citationmatching
-
"authors": results by https://zbmath.org/citationmatching
-
"title": results by https://zbmath.org/citationmatching
For more information feel free to contact me at michael.wm.wagner@fau.de
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment