Home Articles Books Search About
日本語
Automating researchmap KAKENHI-Achievement Linking with Playwright

Automating researchmap KAKENHI-Achievement Linking with Playwright

Introduction researchmap is a platform for researchers in Japan to manage and publish their academic achievements. In addition to registering publications, presentations, and other works, researchers can link them to KAKENHI (Grants-in-Aid for Scientific Research) projects to aggregate outputs per research project. I looked into whether this linking could be done in bulk via the API or CSV import. As far as I could tell, it appeared to be limited to manual operations through the Web UI. So I tried automating it with Playwright. ...

Adding Links to Publications on researchmap

Adding Links to Publications on researchmap

Overview This article explains how to add links to publications and other items on researchmap. On the edit screen for each item, click the “Enter more detailed information” link. Additional input forms such as URL fields will be displayed as shown below. I hope this is helpful when using researchmap.

How to Register, Update, and Delete researchmap Achievements Using CSV Files

How to Register, Update, and Delete researchmap Achievements Using CSV Files

Overview I performed new registration, updating, and deletion of achievements on researchmap using CSV files. This article shares the method and the data used. Sample data used this time https://github.com/ldasjp8/researchmap New Registration First, click the “Import” button. When the import dialog appears, select the CSV file for new registration and press the “Consistency Check” button. An example CSV file for registration is stored below. This is an example of new registration to “published_papers.” ...