Skip to content

Commit

Permalink
Merge pull request #728 from aholachek/export
Browse files Browse the repository at this point in the history
changed contenttype of export
  • Loading branch information
aholachek committed Dec 29, 2015
2 parents 4f3484e + 49e6e7c commit 5492baf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion src/js/widgets/export/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,8 @@ define([

//use post, although get is also possible
var reqOptions = {
type: 'POST'
type: 'POST',
contentType : "application/json"
};

req.set('options', reqOptions);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ <h2 id="method-one-recommended-if-you-care-about-having-your-orcid-claims-search
<li><h3 id="claim-papers-one-by-one-safe-but-slow-">Claim papers one-by-one (safe but slow)</h3>
<p>Search for your name variations in the search interface. Make sure ORCID mode is &quot;on&quot; (click on the ORCID button in the navigation bar to toggle the setting), and you will see a button underneath each search result allowing you to claim the paper.</p>
</li>
<li><h3 id="bulk-claiming-your-papers-fast-and-slightly-less-safe-">Bulk claiming your papers (fast and slightly less safe)</h3>
<p>Because you are signed in, you have the option to use an ADS library to bulk export your papers to ORCID.
To create a library, perform a search for your name variations and for each page of results:</p>
<ol>
<li>Click the &quot;select all&quot; checkbox at the top and de-select any papers that are not by you.</li>
<li>Open the &quot;add papers to library&quot; panel and either create a special library for your ORCID papers or add your papers to a pre-existing library.
Once you have collected all your papers in a library, go to your ADS Libraries page and open up the library with your ORCID papers in it. Go to the export dropdown and click &quot;ORCID&quot;. This will send all papers in the library to ORCID as a single list.</li>
</ol>
</li>
<!--<li><h3 id="bulk-claiming-your-papers-fast-and-slightly-less-safe-">Bulk claiming your papers (fast and slightly less safe)</h3>-->
<!--<p>Because you are signed in, you have the option to use an ADS library to bulk export your papers to ORCID.-->
<!--To create a library, perform a search for your name variations and for each page of results:</p>-->
<!--<ol>-->
<!--<li>Click the &quot;select all&quot; checkbox at the top and de-select any papers that are not by you.</li>-->
<!--<li>Open the &quot;add papers to library&quot; panel and either create a special library for your ORCID papers or add your papers to a pre-existing library.-->
<!--Once you have collected all your papers in a library, go to your ADS Libraries page and open up the library with your ORCID papers in it. Go to the export dropdown and click &quot;ORCID&quot;. This will send all papers in the library to ORCID as a single list.</li>-->
<!--</ol>-->
<!--</li>-->
</ol>
<hr>
<h2 id="method-two-if-you-just-want-to-use-ads-to-send-claims-to-your-orcid-profile-"><b>Alternate Method</b>
Expand Down

0 comments on commit 5492baf

Please sign in to comment.