1 / 27

A Public Digital Repository for Jamaica

A Public Digital Repository for Jamaica. John Preston * University of the West Indies, Jamaica Stacey-Anne Moses National Environment and Planning Agency, Jamaica. http://www.ejamaica.org. Overview. Background What eJamaica.org has to offer Hardware & Software Data Management

kaia
Download Presentation

A Public Digital Repository for Jamaica

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A Public Digital Repositoryfor Jamaica John Preston* University of the West Indies, JamaicaStacey-Anne Moses National Environment and Planning Agency, Jamaica http://www.ejamaica.org

  2. Overview • Background • What eJamaica.org has to offer • Hardware & Software • Data Management • Customisations • QA • Social Networking • Data • Roadmap • Sustainability

  3. The Vision The eJamaica.org vision is a Jamaica where the citizens have easy access, and the means to share information of cultural, scientific, educational, and historical value.

  4. The Goal eJamaica.org is a Public Digital Repository (PDR) that seeks to promote the sharing of information on Jamaica stored in electronic format by: • the provision of a long term storage space; • a framework for the sharing of the data; • tools to assist users in creating, managing, publishing and analyzing the data. The PDR will foster the development of partnerships between persons and organizations with information to share, and persons requiring information.

  5. Who does eJamaica.org serve ? Teacher/educator Marine Biologist Historian Earth science professional Environmentalist Children/Students Public Architect/Planner

  6. What’s Available ? • digital content storage (100MB / user); • tools to assist users in creating and managing their collections; • Blog; • additional search criteria based on spatial context of item; • peer review process to rank repository content; • a facility to encourage partnerships between data gatherers and information users for their mutual benefit; • inclusion in google web search engine via google sitemaps.

  7. Configuration DSpace Media Server Firewall Clients WMS Server

  8. Hardware DSpace Media Server Intel Core 2 Duo E6600 2.40 GHz Processor with 4GB RAM, 750GB disk (RAID-1). Intel Core 2 Extreme Quad-Core 2.66 GHz QX6700 Processor with 8GB RAM, 500GB disk. WMS Server Intel Core 2 Duo E6600 2.40 GHz Processor with 4GB RAM, 250GB disk.

  9. FLVtool2 Software DSpace Media Server FLVPlayer http://www.jeroenwijering.com/ WMS Server

  10. Data Management Multimedia Application Streaming Storage Layer Mapping Applications Spatial Data Layer DSpace Application Layer Business Logic DSpace Storage Layer

  11. Customisations

  12. Collection Management Tools

  13. Tools cont’d Tools will be available to assist users create specialized content and update metadata easily. • add geo-referencing metadata to items; • create CSV text files of data points for inclusion in repository; • 2D charting of CSV data files; • create interactive map files; • create xml text files for specialized content; • spatial data management tools;

  14. Geo-referencing repository content. dc.coverage.spatial name=Elkhorn Coral; east=-77.075275; north=18.419214; units=deg; projection=wgs84

  15. Video storage with streaming playback DSpace Video filter (org.ejamaica.app.mediafilter.MPEGFilter) runs periodically creating copy of video submission in streaming format, on the media server. User submits video item to repository Media Server mencoder /path/to/submission/bitstream -ofps 25 -o /path/to/streaming/format/of/submission/bitstream -of lavf -oac mp3lame -lameopts abr:br=64 -srate 22050 -ovc lavc -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames -lavcopts vcodec=flv:keyint=50:vbitrate=300:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -vop scale=320:240 -really-quiet

  16. Video storage with streaming playback http://dspace.ejamaica.org/dspace/display-movie.jsp? movie=/0/82/73/67/82736746322034769420378272813016216030.flv http://dspace.ejamaica.org/dspace/bitstream/1876/96/1/Edena%20Night%20dive.mpg

  17. WMS Server for spatial items Users maintain collections of various spatial data documents containing bitstreams submitted as format:shape. Periodically a cron job runs a script that creates links to the shape files in the asset store, for use by the WMS server (GeoServer). The shape files are added to the WMS server configuration as layers. A map file is created referencing the shape files as layers. <dspace context url>/bitstream/<dspace handle>/<item id>/<bitstream id>/<item filename> /<geoserver data path>/<dspace handle>/<item id>/<item filename>  <dspace assetstore>/<bitstream path> <datastore id=“<user email>:<item name>" enabled="true" namespace=“<user email>”> <connectionParams > <parameter name="url" value="file /<geoserver data path>/<dspace handle>/<item id>/<item filename>"/> <parameter name="namespace" value=“<user email>”/> </connectionParams> </datastore> <namespaces > <namespace prefix = “<user email>" uri="http://www.ejamaica.org/dspace/<user email>"/> </namespaces> <map> <layer> <name value=“<user email>:<item name>"/> <url value="http://www.ejamaica.org:8090/geoserver/wms"/> <visible value="true"/> <srs value="EPSG:3448"/> </layer> </map>

  18. WMS Server for spatial items <map> <layer> <name value="byhisdeeds__gmail_com:jamaican_coast"/> <url value="http://www.ejamaica.org:8090/geoserver/wms"/> <visible value="true"/> <srs value="EPSG:3448"/> </layer> <layer> <name value="byhisdeeds__gmail_com:Island_Roads"/> <url value="http://www.ejamaica.org:8090/geoserver/wms"/> <visible value="true"/> <srs value="EPSG:3448"/> </layer> <layer> <name value="byhisdeeds__gmail_com:hospitals"/> <url value="http://www.ejamaica.org:8090/geoserver/wms"/> <visible value="true"/> <srs value="EPSG:3448"/> </layer> </map> http://dspace.ejamaica.org/dspace/bitstream/1876/5921/1/Island_Roads.shp /geoserver/data/5921/Island_Roads.shp -> /dspace/assetstore/63/04/06/63040615514641477119349820214680267110

  19. eJamaica.org Community From the repository items, various composite collections are built reflecting the community of users.

  20. Community of Jamaican Sayings/Proverbs Users maintain collections of XML text documents submitted as type:saying. <saying> <phrase>What is fi yu, cannot be un fi yu.</phrase> <author>Unknown</author> <meaning>If it was meant to be, it will be.</meaning> </saying> Periodically a cron job runs a sayings filter that extracts all documents of type saying not yet read, and updates the sayings database. Another cron job periodically extracts a random saying as a text file, which is included in eJamaica.org home page. curl http://localhost/dspace/update-saying Updating current saying: Sat Mar 01 17:17:38 EST 2008 Handle: handle/1876/119 Saying: What is fi yu, cannot be un fi yu. Author: Unknown

  21. Community of Jamaican Placenames <address> <name>Bath</name> <description></description> <street></street> <street1></street1> <postal_code></postal_code> <latitude>17.946165</latitude> <longitude>-76.354337</longitude> </address> Users maintain collections of XML text documents which are submitted as type:placename. Periodically a cron job runs a filter that extracts all documents of type placename not yet read, and updates the placenames database. The placenames database will be available via KML format for use in various mapping application.

  22. Ranking Repository Content A form of Peer Review will be used to rank repository content. • repository oversight board; • rotating membership by user activity and standing in the community; • monitoring and rating repository content; • recommending repository content for inclusion in eJamaica.org preferred collections; • usage determined ranking;

  23. Meeting Rooms

  24. Some Available Datasets Dataset Type Yearly reef check data since 1990 (http://www.reefcheck.org/); Integrated Watershed and Coastal Areas Management (IWCAM) in Caribbean Small Island Developing States (2007-2008) UNDP/GEF NASA MODIS Rapid Response 250m Satellite Data for Jamaica (daily) IKONOS 1m Satellite data for Jamaica (2002) GOJ Social Development Commission (SDC) community profiles for over 100 communities across Jamaica. 2002-2007 Slave records for sugar plantations. Survey Department Jamaican placenames (>5000) Spatial / Text Spatial / Text Spatial Spatial Spatial / Text Image / Text Spatial / Text

  25. Current Status DSpace Server Media Server Placenames Database Sayings Database Basic user tools Advanced tools (spatial, query, etc) Peer review mechanism Meeting room Complete Under development (partial funding secured) Design/Development required (funding required)

  26. Roadmap 2007 2009 2008 http://www.ejamaica.org/ beta test site startup. Testing of spatial data management tools. Testing of basic tools by select users. Registration open to general public.

  27. Thank youfor your attention. Many hands make light work. John Heywood (English Playwright and Poet, 1497-1580)‏

More Related