Help of GPUBLI
Selecting publications and get the associated bibliography
Go to Publications > Search/filter publications. Type in the search criteria. Press "Find now". You can refine your search with "Perform a new search".
When happy with the search, press the "Show Formatted Bibliography" button to get the list in a bibliographical style.
You can change the bibliography style by selecting the sort method and the reference labeling types in the search criterias. Here are the available formats:
- sort method
- year, then type: will show the publications by dates with years as section titles; within years the publications will be sorted by types
- type, then year: will show the publications by types with type descriptions as section titles; within types the publications will be sorted by dates
- labeling
- alpha: will label the publications with [xxxYY], where xxx are the author's name first tree letters, and YY are the year's last two digits
- number: will label the publications with [1], [2], ...
Inserting YOUR bibliography in your ISEP home page
Simply cut and paste the following code in your HTML home page code (replace YOURNAME with your actual name):
<iframe src="http://gpubli.isep.fr:8080/gpubli/publication/get?person=YOURNAME&labeling=number&sortMethod=type&showAttachments=true"></iframe>
Inserting a bibliography in your Web page
GPUBLI provides a publically available GET Web Service to get any bibliography inserted within any Web page.
The service is available at:
http://gpubli.isep.fr:8080/gpubli/publication/get
To insert the bibliography inside you Web page, you can simply use an IFRAME tag:
<iframe src="http://gpubli.isep.fr:8080/gpubli/publication/get"></iframe>
The GET web service takes parameters to cutomize the bibliography. For instance to get all the publications for Kazi-Aoul after 2000, use:
<iframe src="http://gpubli.isep.fr:8080/gpubli/publication/get?person=Kazi&yearFrom=2001"></iframe>
Note that parameters are given as standard HTTP query strings and are &-separated. Parameters of the GET web service are described in the next section.
Parameters of the GET web service
Here is the list of parameters and their meanings.
- person=x: will give the publications where one of the authors has a name (including firstname) containing x (note: x is a word that does not contain special characters - URL-encoded)
- sortMethod=x: will sort the publication by type if x starts with "type", by date else
- labeling=alpha|number
- alpha: will label the publications with [xxxYY], where xxx are the author's name first tree letters, and YY are the year's last two digits
- number: will label the publications with [1], [2], ...
- affiliation=x: will give the publications where the lab or team name contains x
- keywordz=x1 x2 ... xn: will give only the publications where title, abstract, or keywords contain one of the xi
- yearFrom=YYYY: will give the publications newer than or made in year YYYY
- yearTo=YYYY: will give the publications older than or made in year YYYY
- publicationType=type: will give the publications having the given type
- typeFESIC=type: will give the publications having the given FESIC type
Copyright 2010, ISEP-RDI. Developed by R. Pawlak, O. Hermant, M. Potier, Z. Kazi-Aoul