<% /* * * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License, Version 1.0 only * (the "License"). You may not use this file except in compliance * with the License. * * You can obtain a copy of the license at license/ESCIDOC.LICENSE * or http://www.escidoc.org/license. * See the License for the specific language governing permissions * and limitations under the License. * * When distributing Covered Code, include this CDDL HEADER in each * file and include the License file at license/ESCIDOC.LICENSE. * If applicable, add the following below this CDDL HEADER, with the * fields enclosed by brackets "[]" replaced with your own identifying * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END */ /* * Copyright 2006-2012 Fachinformationszentrum Karlsruhe Gesellschaft * f�r wissenschaftlich-technische Information mbH and Max-Planck- * Gesellschaft zur F�rderung der Wissenschaft e.V. * All rights reserved. Use is subject to license terms. */ %> <%@page import="de.mpg.escidoc.services.framework.PropertyReader"%> <% //response.sendRedirect("services"); %> eSciDoc SearchAndExport Service resources/cssFramework/main.css" type="text/css" rel="stylesheet"/> " id="HighContrast" type="text/css" title="high contrast" rel="alternate stylesheet"/> " id="Classic" type="text/css" title="classic" rel="alternate stylesheet"/> <% if ("true".equals(PropertyReader.getProperty("escidoc.pubman.stylesheet.special.apply"))) { %>" id="Special" type="text/css" title="special" rel="alternate stylesheet"/><% } %> " id="Standard" type="text/css" title="blue" rel="stylesheet"/>
<%-- --%>

eSciDoc SearchAndExport Service

<%--
 
 
 
--%>

 

The SearchAndExport interface is a REST interface, with which one can extract data from PubMan [more].

REST Interface Description

This service expects a HTTP GET request containing following parameters:

cqlQuery: defines CQL search request (required) exportFormat: can be APA, APA(CJK), AJP, BIBTEX, ENDNOTE, MarcXML or eSciDoc XML. (Default: ENDNOTE) outputFormat: is only relevant for APA, APA(CJK), AJP, JUS exportFormat and can be pdf, html (plain, linked and styled), rtf, odt, snippet v5.x (escidoc xml metadata set before v6.0), snippet v6.x (escidoc xml metadata set v6.0 and higher). (Default: pdf). ENDNOTE will be always returned as plain text.
hide
show