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

Master #1

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
889d74d
add an example for a full bot by maarten dammers
idoivri Apr 1, 2016
7ab8c21
add gitignore
idoivri Apr 1, 2016
bd21b7e
Adding comments
Eyal-R Apr 1, 2016
3600169
Adding comments
Eyal-R Apr 1, 2016
c3401f9
extending the property_to_xpath dict
Apr 2, 2016
399aa17
Merge branch 'master' of https://github.com/idoivri/marc_to_wikidata
Apr 2, 2016
0a34d04
Search people by names and dates
putnik Apr 2, 2016
22a6243
Add .gitignore
putnik Apr 2, 2016
c35bb8e
Merge remote-tracking branch 'origin/master'
putnik Apr 2, 2016
04b7cd8
Merge pull request #1 from putnik/master
idoivri Apr 2, 2016
0e9b8af
parse birth and date places
idoivri Apr 2, 2016
0dc82a4
Adding another function
Eyal-R Apr 2, 2016
8ea2857
merge and add parsing for death/birth places
idoivri Apr 2, 2016
118d0c1
Merge branch 'master' of https://github.com/idoivri/marc_to_wikidata
idoivri Apr 2, 2016
9cb8274
Added files via upload
velodremo Apr 2, 2016
dc879cf
minor bugfix
idoivri Apr 2, 2016
1557341
refactor person names into a dedicated dictionary; add death/birth pl…
idoivri Apr 2, 2016
428d9b7
Adding a function for adding a new wikidata record
Eyal-R Apr 2, 2016
dc13892
Merge remote-tracking branch 'origin/master'
Eyal-R Apr 2, 2016
c9ed66c
make some progress with treating claims
shdror Apr 2, 2016
e0366f7
Merge branch 'master' of https://github.com/idoivri/marc_to_wikidata
shdror Apr 2, 2016
16b40c4
make some progress with treating claims
shdror Apr 2, 2016
fbcdd2f
compatability python3+explicitly give fam
eranroz Apr 2, 2016
c11f63f
initial commit for get profession
idoivri Apr 2, 2016
cc12275
Merge branch 'master' of https://github.com/idoivri/marc_to_wikidata
idoivri Apr 2, 2016
6b186b4
Adding a function for adding a new wikidata record
Eyal-R Apr 3, 2016
5b08020
Merge remote-tracking branch 'origin/master'
Eyal-R Apr 3, 2016
2763491
Add a few comments
shdror Apr 3, 2016
4d44470
add rudimentary profession handling
idozencity Jun 2, 2016
ebdf63a
add basic handling of professions with a better data structrue
idozencity Jun 2, 2016
4784535
Adding 'Profession' field
Eyal-R Aug 28, 2016
bd6d6d2
Merge remote-tracking branch 'origin/master'
Eyal-R Aug 28, 2016
15637d6
Refactoring the whole project (marc_to_wikidata) into multiple files.
Eyal-R Aug 28, 2016
b87604c
Add a missing __init.py
idozencity Aug 28, 2016
c1dc526
Fix dependencies for searchEntityNoViaf.py
idozencity Aug 28, 2016
87e80ea
Ignore .pyc files
idozencity Aug 28, 2016
d0d81a9
Upgrade codebase to python3
idozencity Aug 28, 2016
d42eb8c
two examples of 670 tag content and 667 tag content
Sep 19, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.pyc
apicache/
throttle.ctrl
user-config.py
Loading