Electronic Publishing with Dspace - PowerPoint PPT Presentation

1 / 13
About This Presentation
Title:

Electronic Publishing with Dspace

Description:

DSUG Bergen 2006. 1. Electronic Publishing with Dspace ... new jsp : (confirm ... value =confirm JSPManager.show(confirm-password.jsp) DSUG Bergen 2006 ... – PowerPoint PPT presentation

Number of Views:28
Avg rating:3.0/5.0
Slides: 14
Provided by: Kre105
Category:

less

Transcript and Presenter's Notes

Title: Electronic Publishing with Dspace


1
Electronic Publishing with Dspace
  • Patrick Kremer
  • Institute for Scientific and Technical
    Information
  • INIST/CNRS
  • patrick.kremer_at_inist.fr

2
2 problematics
  • Adapt Dspace to electronic publishing
  • Insert large amount of epeople in a group with
    particular authorizations

3
SPIP hat
4
link to a periodical
5
then to Dspace
6
management
  • Journal community
  • Year sub-community
  • Volume sub-community
  • Number collection
  • Article item

7
groups management
  • A list of epeople
  • Special authorizations on this group (read,
    write, ???)
  • The problem insert the epeople in the database
    and assign a group

8
our solution
  • Direct insert in the database (without the need
    of Dspace)
  • With another server (Apache) and another script
    language (php)
  • Why ? Because of simplicity and user friendly and
    we do not want to include to Dspace (for the
    moment)

9
how ?
  • List of emails
  • Group number (to insert in)
  • Insert in postgresql tables
  • Confirmation by user (password setting)

10
database works
  • Connexion to database
  • Emails and group verifications
  • Last id in epeople table
  • Last id in epersongroup2eperson table
  • Insert in epeople and epersongroup2eperson
  • (Dont forget to modify pg_hba.conf)

11
password setting
  • A new jsp (confirm-password.jsp)
  • New applet in dspace-web.xml confirm with
    param-name register and param-value confirm
    (true/false before)
  • Modification of RegisterServlet.java
  • If register value confirm ? JSPManager.show(confi
    rm-password.jsp)

12
Confirmation
13
Confirmation
Write a Comment
User Comments (0)
About PowerShow.com