Skip to content

Instantly share code, notes, and snippets.

@mikegoodstadt
Forked from adam3smith/basic-style.csl
Last active July 13, 2017 05:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikegoodstadt/17cd1b330af346074a985945a3367dfc to your computer and use it in GitHub Desktop.
Save mikegoodstadt/17cd1b330af346074a985945a3367dfc to your computer and use it in GitHub Desktop.
Convert Word Mendeley to Word EndNote

Convert Word with Mendeley citations to EndNote citations temporaray citations style http://community.thomsonreuters.com/t5/EndNote-How-To/Convert-an-citations-in-an-existing-document-to-be-EndNote-X7/td-p/55047 "While there is not a way to "convert" citations in a Mendeley document, It is possible to use the existing document with Mendeley citations. This would be done by creating a Mendeley style which mimics EndNote's temporary citations. Once the style is created, the user would save a copy of their existing document, then format it using the new style. Then they would remove the Mendeley field codes (this is an option offered in their "Export" option within Word). This new document can now be used by EndNote's CWYW."

<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0">
<info>
<title>Basic Style</title>
<id>http://www.zotero.org/styles/basic-style</id>
<link href="http://www.zotero.org/styles/basic-style" rel="self"/>
<author>
<name>Sebastian Karcher</name>
</author>
<category citation-format="author-date"/>
<category field="generic"/>
<updated>2015-10-04T19:32:17+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<citation>
<layout>
<text variable="title"/>
</layout>
</citation>
<bibliography >
<layout>
<text variable="title"/>
</layout>
</bibliography>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment