You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to combine MK with Elsevier library for Scopus written in Python ELSapy.
These are the steps:
1- Import Scopus metadata using ElsevierDev/elsapy. The results are imported in JSON.
2.a- Transform the JSON to Numpy array and/or Pandas dataframe.
2.b- Transform the JSON (or np.array, pd.dataframe) to a MK Collection.
3- Perform Network Analysis
I have not fully explored MK, but it seems that it does not include a JSON reader. Only txt (csv formatting) is implemented at this stage.
Is there a JSON reader in MK? If not, where should I start in order to implement one. I will be happy to spend some time to contribute.
Great Work by the way! 👍
Melek
The text was updated successfully, but these errors were encountered:
meleksomai
changed the title
Reading JSON from ELSapy
Scopus python Library (ELSapy) integration
Feb 9, 2017
Hi! We are currently preparing an update for metaknowledge that may include a JSON reader. I'll follow up with you about this shortly. @tcrick let's have a conversation about this feature.
Hi all,
I am trying to combine MK with Elsevier library for Scopus written in Python ELSapy.
These are the steps:
1- Import Scopus metadata using ElsevierDev/elsapy. The results are imported in JSON.
2.a- Transform the JSON to Numpy array and/or Pandas dataframe.
2.b- Transform the JSON (or np.array, pd.dataframe) to a MK Collection.
3- Perform Network Analysis
I have not fully explored MK, but it seems that it does not include a JSON reader. Only txt (csv formatting) is implemented at this stage.
Is there a JSON reader in MK? If not, where should I start in order to implement one. I will be happy to spend some time to contribute.
Great Work by the way! 👍
Melek
The text was updated successfully, but these errors were encountered: