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
Currently, we only ask for data from MADOC for publications. However, sometimes the researchers also published research data on MADATA. Then it would be nice to ask for data on MADATA as well and integrate together. In the end, the data from MADATA could simply go into one new category Reserach data.
It is already possible to use the plugin for MADATA only. E.g. enter the url https://madata.bib.uni-mannheim.de/cgi/exportview/creators/Bizer=3AChristian=3A=3A/XML/Bizer=3AChristian=3A=3A.xml as specific url in the expert option. There is no header then but otherwise this seems to work fine.
However, it is currently not possible to ask for MADOC and MADATA at the same time. Maybe a technical thing we should consider is that the ids in MADOC and MADATA are just integers, and a given integer might occur in both databases.
Is this feature something which could be done easy enough or would it involve in a lot of changes?
The text was updated successfully, but these errors were encountered:
I'm quit a bit out now over the time, but I think one would have to do:
add a new column to the publications table, selecting the source (MADADA or MADOC)
since the whole gui (flexform?) is customized for MADOC, one would have to make the gui mor general, or add an other tab for MADATA purpose
But it is also likely, that you have to put a complete new layer in between, to decouple thinks more.
For example translating key-words for the ep3-xml: "unima"-tags to MADATA-tags.
Currently, we only ask for data from MADOC for publications. However, sometimes the researchers also published research data on MADATA. Then it would be nice to ask for data on MADATA as well and integrate together. In the end, the data from MADATA could simply go into one new category
Reserach data
.It is already possible to use the plugin for MADATA only. E.g. enter the url
https://madata.bib.uni-mannheim.de/cgi/exportview/creators/Bizer=3AChristian=3A=3A/XML/Bizer=3AChristian=3A=3A.xml
as specific url in the expert option. There is no header then but otherwise this seems to work fine.However, it is currently not possible to ask for MADOC and MADATA at the same time. Maybe a technical thing we should consider is that the ids in MADOC and MADATA are just integers, and a given integer might occur in both databases.
Is this feature something which could be done easy enough or would it involve in a lot of changes?
The text was updated successfully, but these errors were encountered: