-
Notifications
You must be signed in to change notification settings - Fork 20
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
could you please add cnki lookup #8
Comments
I looked at CNKI but I can't figure out how to generate URLs to search by DOI or OpenURL. If you know how what a URL for an OpenURL or DOI search looks like can you show me? |
I am afraid that CNKI cannot use doi to search, usually we the title of the paper. |
Thank you! The problem is that seems to use POST, and I need some sort of url that zotero can construct and use GET on that will include the DOI, or author/title, or the openurl. |
By reading the code to https://github.com/zotero/zotero/blob/master/chrome/content/zotero/xpcom/locateManager.js I was able to figure out how to make a POST request, but I haven't got it quite right yet. [
{
"name": "CNKI",
"_urlTemplate": "http://eng.scholar.cnki.net/result.aspx",
"description": "Search CNKI",
"alias": "cn.cnki",
"hidden": false,
"icon": null,
"_urlParams": {"field0": "DOI",
"q_text0": "{z:DOI}",
"type": "advance+search",
"rt": "all"
},
"_method": "POST",
"_urlNamespaces": {
"rft": "info:ofi/fmt:kev:mtx:journal",
"z": "http://www.zotero.org/namespaces/openSearch#",
"": "http://a9.com/-/spec/opensearch/1.1/"
}
}
] |
Thanks very much! If this search engine can be done, wow, all the Chinese paper can be easily searched using Zotero. That's a great job! |
https://github.com/zotero/translators/blob/master/CNKI.js this is the translator of cnki, maybe it will be useful. |
Right now, I can fix the problem because the website use a new search engine: |
OK, I added this. Let me know how it works. Thanks! |
Thanks! I will keep an eye on this, if this settings does't work, I will let you know.If you have Chinese literature in zotero, this website can help to find the literature via titile in the biggest database of Chinese papers. |
Thank you! I appreciate the Chinese language help! |
Just for your information, CNKI is a datebase like web of science, all publised Chinese papers are required to publish online at this platform. |
I don't know how to pull requests, here is the update: |
Should be fixed! thank you. |
Could I use the title of items to search in CNKI, because all the documents of Chinese paper will be submitted to the database. It will be great convenience for us to download Chinese papers using this lookup engine.
Thanks a lot!
http://www.cnki.net/
The text was updated successfully, but these errors were encountered: