forked from OpenDataLiteracy/ODG-usage-in-Research
-
Notifications
You must be signed in to change notification settings - Fork 1
Working Agenda
Jiaying edited this page Jul 18, 2020
·
9 revisions
- Sort out portals

- Build search terms
Use python to get the portals in full-list.xlsx, and then build search terms according to different rules and length limits of the three Databases.
- Conduct search(6.27)
- Filter Rules:
- Language: English;
- Type: Journal article or Conference paper
- Time: 2018, 2019, 2020

- Method One:APIs(Failed)
- Scopus isn’t a full-text database, so I can only get abstract and other basic info by its API
- Another full-text database ScienceDirect which is also provided by Elsevier doesn’t have all the papers we need. And my application of full-text APIKey hasn’t been approved by Elsevier support center.
- Method Two: Browser Extension(Succeed)
- There is a Document Download Manager extension which can download full-text of search results by one click, however there’s a limitation of 50 one time, so it still requires lots of time. You can try the Firefox extension, since I contact the support center and they told me the chrome extension doesn’t work.
- I asked the support center are there any methods to change this limitation and I am waiting for their reply.
- I also tried to find the source code of this extension but failed, and the CRX extension, which is used to see the source code of Firefox extensions also failed.
- Get readable text
- Python: Depending on the layout of the PDF, if it is neat, it will be effective, but if it is stange, then it may not work very well.
- R: Transform PDFs with OCR first and then analyze
- Adobe: Transform the PDFs first and then extract
- APIs: Lose some papers from Scopus, or we can find a integrated API
- Extract Objectives Use python to extract emails and portals appear in pdfs.
- Email-list: 7229 emails are extracted and there are 5907 emails left after removing deplicate items. Note: Part of emails may have some redudant characters in the end, eg: xxx@edu.comNames, I have cleaned some wrong emails by rules, but these are irregular.
- Portals: There are 3503 files after remove duplicated items among these three databases. I conclude the file names and corresponding urls retrieved from it, which we can use "Ctrl+F" to locate the urls. However, some articles do not have any matched url, since the layout of pdfs are complicated so that disorganize these urls. For these articles, we have to check manually. After removing those items with zero url, 3112 articles are left.