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:

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.