Hi!
Just today my pull request was merged in which allows wider set of OAuth libraries to authenticate against Wikipedia/Wikidata. This means it is possible to easier develop nice interfaces around Wikidata. For example, interfaces which allow better managing of bibliographic data.
One such project is bib2wikidata:
https://github.com/mitar/bib2wikidata The idea is simple: you copy-paste on the left side bibliographic entries in in preferably any format, we detect the format, parse it, display on the right side the parsed structure. You can then verify and if you want to change something, you edit the left side in your native format you pasted in. Once you are satisfied with the right side, you press import and it goes to Wikidata.
If anyone is interested in helping here, that would be great. For example, we need now some JavaScript code which would take text as input and display it mapped into those fields we will send to Wikidata. We can start with one input format, but it would be good to support multiple in the future.
Mitar