-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Citavi Importer should import comments and quotations (knowledge items) #9025
Comments
In the XML Citavi backup file,
|
@ryan-carpenter Thanks for the help. I followed the zotero implementation, and just put the contents in the comment field: with markdown formatting |
Here is the xml file containing the sample knowledge items. A few things to be aware of are:
knowledge-items-example.ctv6.txt Edit: made with Citavi v6.14 (Windows 10) |
@Siedlerchr, a test import pulled in the reference only without knowledge items. I clicked File > Import > Into new and selected the original backup file (matching the XML file I posted here earlier). JabRef is set to Biblatex format. Have I missed a step? JabRef 5.8-PullRequest9033.18--2022-08-10--a978702 |
@ryan-carpenter Thanks for the hint,it was only the first found knowledge item for the reference was used. I was not aware that you could have multiple per references I am working on a follow up. |
@ryan-carpenter Please try https://builds.jabref.org/pull/9043/merge/ |
It works.
The type, i.e.,
Thinking my own use case, I probably would have made nonstandard fields for each item or type, and then applied some naming scheme within for the keywords, categories, and groups. This way, I could use regex searches to find specific types of information. For instance, I might want to find all the direct quotes assigned to a particular group. Keep in mind that knowledge items may have a completely different set of keywords, categories, and groups than the parent reference. It seems quite likely that Citavi users have dedicated valuable hours to organizing their knowledge items using this capability and will want to preserve their work. Of course, this would also work within the comment field. Wherever the data goes, I would vote for keeping some indication of the quotation type, and ideally, combined with the |
Requested in the forum:
Is your suggestion for improvement related to a problem? Please describe.
The citavi importer in JabRef does not import comments and quotations and those are also not exported by citavi when chosing bib
Describe the solution you'd like
I would like to have comments in citavi displayed as comments in JabRef and maybe
Additional context
https://discourse.jabref.org/t/citavi-data-migrate-to-jabref-including-all-notes-qutotations/3081/13
** Implementation**
The data is stored in the knowledge item xml tag.
Zotero imports them and merges them together:
https://github.com/zotero/translators/blob/1d1ce6111ac17a4064c1d8836f6beec54404c32b/Citavi%205%20XML.js#L206-L231
Implementation details
The text was updated successfully, but these errors were encountered: