Difference between revisions of "PubMan Func Spec Export/OverviewGenres"

From MPDLMediaWiki
Jump to navigation Jump to search
(Created page with "=Overview of Genres mapped in Citation Styles {| style=" height:340px" border="2" |- bgcolor="#ccccff" ! width="150" |'''Operation''' ! width="150" |'''Status''' !width="...")
 
Line 1: Line 1:
=Overview of Genres mapped in Citation Styles   
=Overview of Genres mapped in Citation Styles=  




Line 6: Line 6:
{| style=" height:340px" border="2"
{| style=" height:340px" border="2"
|- bgcolor="#ccccff"
|- bgcolor="#ccccff"
! width="150" |'''Operation'''  
! width="150" |'''Main Genre'''  
! width="150" |'''Status'''  
! width="150" |'''APA'''  
!width="200"|'''Input'''   
!width="200"|'''AJP'''   
! width="150" |'''Output'''
! width="150" |'''JUS'''
!width="300"|'''Description'''     
!width="300"|'''MPG Yearbook'''     
|- style="height:33px"  
|- style="height:33px"  
|query||implemented||(opt)'''q''':String - the query (see below)<br/>(opt)'''[predicate]''': String - a value for a certain field (see below)<br/>(opt)'''lang''': String - the language as ISO 636-1 code<br/>(opt)'''n''': int - The maximum number of results that should be returned||String||Scope:'''Public''' <br/>Gives back a list of resources/ids in the given language (default 'en') matching the given query. The number of maximum hits given back is configurable (default 50).
|'''Book'''||implemented||(opt)'''q''':String - the query (see below)<br/>(opt)'''[predicate]''': String - a value for a certain field (see below)<br/>(opt)'''lang''': String - the language as ISO 636-1 code<br/>(opt)'''n''': int - The maximum number of results that should be returned||String||Scope:'''Public''' <br/>Gives back a list of resources/ids in the given language (default 'en') matching the given query. The number of maximum hits given back is configurable (default 50).
|-
|-
|details||implemented||'''id''': String<br/>(opt)'''lang''': String||String||Scope:'''Public''' <br/>Returns all available information on the resource in the given language (default 'en') identified by the given id.
|'''Article'''||implemented||'''id''': String<br/>(opt)'''lang''': String||String||Scope:'''Public''' <br/>Returns all available information on the resource in the given language (default 'en') identified by the given id.
|-
|-
|all||implemented||(opt)'''lang''': String||String||Scope:'''Public''' <br/>Gives back a list of all resources/ids in the given language (default 'en').
|all||implemented||(opt)'''lang''': String||String||Scope:'''Public''' <br/>Gives back a list of all resources/ids in the given language (default 'en').
|}
|}

Revision as of 11:10, 19 October 2011

Overview of Genres mapped in Citation Styles[edit]

Main Genre APA AJP JUS MPG Yearbook
Book implemented (opt)q:String - the query (see below)
(opt)[predicate]: String - a value for a certain field (see below)
(opt)lang: String - the language as ISO 636-1 code
(opt)n: int - The maximum number of results that should be returned
String Scope:Public
Gives back a list of resources/ids in the given language (default 'en') matching the given query. The number of maximum hits given back is configurable (default 50).
Article implemented id: String
(opt)lang: String
String Scope:Public
Returns all available information on the resource in the given language (default 'en') identified by the given id.
all implemented (opt)lang: String String Scope:Public
Gives back a list of all resources/ids in the given language (default 'en').