SlideShare une entreprise Scribd logo
1  sur  56
Chris Fleet, National Library of Scotland ,[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
1843 mapping mashups (January 2009) http://www.programmableweb.com/tag/mapping
Everything 2.0 - 273 Geo 2.0 initiatives http://bobstumpel.blogspot.com/search/label/GEO 2.0
2. Open source spatial organisations The  Open Geospatial Consortium (OGC)  - an international consortium of companies, government agencies and universities who collaborate to develop publicly available interface specifications. eg. Web Map Service. ( www.opengeospatial.org  ) The  Open Source Geospatial Foundation, or OSGeo , is a not-for-profit organisation whose mission is to support and promote the collaborative development of open geospatial technologies and data. eg. Tile Map Service.  OpenLayers  (openlayers.org) (www.osgeo.org  ) ,[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
3. Standards -  OGC’s Web Map Service   WMS defines standard protocols for requesting geo-referenced mapping as a URL string: http://geo.nls.uk/wmsconnector/com.esri.wms.Esrimap?SERVICE=WMS &VERSION=1.1.1 &REQUEST=GetMap &LAYERS=Scotland_Small,OS_Quarter,Bart_Half,OS_Popular &STYLES= &SRS=EPSG:4326 &BBOX= -9.25805308169, 54.4515932002, -0.605194997975, 60.8904036625 &WIDTH=900 &HEIGHT=900 &FORMAT=image/png &reaspect=false ,[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
NLS WMS delivering 1930s historical mapping: (geo.nls.uk/os6inch/google.html)
 
 
 
 
 
Gazetteer for Scotland – mashup using NLS’ Web Map Service layers (www.geo.ed.ac.uk/scotgaz/gaztitle.html)
3. Standards - OSGeo’s Tile Map Service Much faster results by pre-creating tiles using the Tile Map Service ,[object Object],[object Object]
(www.maptiler.org/google-maps-coordinates-tile-bounds-projection/)
Tiles of Bartholomew half-inch and OS Popular edition 1930s mosaics http://geo.nls.uk/maps/small/7/62/88.png
3. Standards - OSGeo’s Tile Map Service Much faster results by pre-creating tiles using the Tile Map Service Format: server-and-url/zoom/x/y.png  eg. http://geo.nls.uk/maps/11/1092/1397.png   Javascript in Google maps file: var tilelayer = new GTileLayer(GCopyrightCollection(''), mapMinZoom, mapMaxZoom); var mercator = new GMercatorProjection(mapMaxZoom+1); tilelayer.getTileUrl = function(tile,zoom) { if ((zoom < mapMinZoom) || (zoom > mapMaxZoom)) { return &quot;/img/none.png&quot;; }  var ymax = 1 << zoom; var y = ymax - tile.y -1; var tileBounds = new GLatLngBounds( mercator.fromPixelToLatLng( new GPoint( (tile.x)*256, (tile.y+1)*256 ) , zoom ), mercator.fromPixelToLatLng( new GPoint( (tile.x+1)*256, (tile.y)*256 ) , zoom ) ); if (mapBounds.intersects(tileBounds)) { return zoom+&quot;/&quot;+tile.x+&quot;/&quot;+y+&quot;.png&quot;; } else { return &quot;/img/none.png&quot;; } } ,[object Object],[object Object]
MapTiler - open source overlay generator  (www.maptiler.org/)
MapCruncher – map geo-referencing and tiling tool (research.microsoft.com/en-us/um/redmond/projects/mapcruncher/)
(geo.nls.uk/maps/glasgow1857/openlayers.html)
Landscape, Environment & History MSc course – Edinburgh University Google maps mashup with historical NLS maps of Edinburgh
 
 
(geo.nls.uk/maps/newpopular/google.html)
(geo.nls.uk/maps/lomond_gdal/googlemaps.html)
 
 
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
  USERS   INFORMATION indexed database records -  locations Gazetteers -  eg.  addresses   -  burghs placenames  -  parishes counties counties postcodes   geo-referenced historical maps Maps - zoomable geographic  Catalogue subject headings interface  etc. / auto-geo-referencing (current and historical maps)   Geographical  Co-ordinates Eg. Points  or  Regions   Geo-referenced search and retrieval using co-ordinates
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
DIGMAP Project - Discovering our Past World with Digitised Maps  eContentplus Project: 2005-8  (portal.digmap.eu/)
 
 
 
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
 
 
 
 
 
 
4. Retrieving geo-referenced mapping - WMS GetCapabilities eg.  http://geo.nls.uk/wmsconnector/com.esri.wms.Esrimap/NLS?Request=GetCapabilities <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?> <!DOCTYPE WMT_MS_Capabilities SYSTEM &quot;http://schemas.opengis.net/wms/1.1.1/WMS_MS_Capabilities.dtd&quot;> <WMT_MS_Capabilities version=&quot;1.1.1&quot;> <Service> <Name>OGC:WMS</Name> <Title>Web Map Service NLS</Title> <Abstract>ArcIMS 9.2.0 NLS Web Map Service</Abstract> <KeywordList> <Keyword>ArcIMS</Keyword> </KeywordList> <OnlineResource xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xlink:href=&quot;http://193.130.15.4:80/wmsconnector/com.esri.wms.Esrimap/NLS?&quot; xlink:type=&quot;simple&quot;/> cont… ,[object Object],[object Object]
4. Retrieving geo-referenced mapping - WMS GetCapabilities <ContactInformation> <ContactPersonPrimary> <ContactPerson/> <ContactOrganization/> </ContactPersonPrimary> <ContactPosition/> <ContactAddress> <AddressType>postal</AddressType> <Address/> <City/> <StateOrProvince/> <PostCode/> <Country/> </ContactAddress> <ContactVoiceTelephone/> <ContactFacsimileTelephone/> <ContactElectronicMailAddress/> </ContactInformation> <Fees>none</Fees> cont… ,[object Object],[object Object]
4. Retrieving geo-referenced mapping - WMS GetCapabilities <Name>0</Name> <Title>Mini</Title> <SRS>EPSG:4326</SRS> <LatLonBoundingBox minx=&quot;-9.4974214273&quot; miny=&quot;49.7666002469&quot; maxx=&quot;3.6338914748&quot; maxy=&quot;61.5821267789&quot;/> </Layer> <Name>1</Name> <Title>Scotland_Small</Title> <SRS>EPSG:4326</SRS> <LatLonBoundingBox minx=&quot;-8.8991773696&quot; miny=&quot;54.3197736752&quot; maxx=&quot;-0.0406149313&quot; maxy=&quot;61.0333698894&quot;/> </Layer> cont… ,[object Object],[object Object]
4. Retrieving geo-referenced mapping – TMS tilemapresource.xml     <?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?>    <TileMap version=&quot; 1.0.0 &quot; tilemapservice=&quot; http://tms.osgeo.org/1.0.0 &quot;>    <Title>  Ordnance Survey 1:1056 Town Plan of Edinburgh mosaic, 1876-7 </Title>     <Abstract />     <SRS> EPSG:900913 </SRS>     <BoundingBox minx=&quot; 55.92116542336204 &quot; miny=&quot; -3.24989585974644 &quot; maxx=&quot; 55.99966056322133 &quot; maxy=&quot; -3.12835862947301 &quot; />     <Origin x=&quot; 55.92116542336204 &quot; y=&quot; -3.24989585974644 &quot; />     <TileFormat width=&quot; 256 &quot; height=&quot; 256 &quot; mime-type=&quot; image/png &quot; extension=&quot; png &quot; />    <TileSets profile=&quot; mercator &quot;>    <TileSet href=&quot; 11 &quot; units-per-pixel=&quot; 292.45173230329510 &quot; order=&quot; 11 &quot; />     <TileSet href=&quot; 12 &quot; units-per-pixel=&quot; 584.90346460659021 &quot; order=&quot; 12 &quot; />     <TileSet href=&quot; 13 &quot; units-per-pixel=&quot; 1169.80692921318040 &quot; order=&quot; 13 &quot; />     <TileSet href=&quot; 14 &quot; units-per-pixel=&quot; 2339.61385842636080 &quot; order=&quot; 14 &quot; />     <TileSet href=&quot; 15 &quot; units-per-pixel=&quot; 4679.22771685272160 &quot; order=&quot; 15 &quot; />     <TileSet href=&quot; 16 &quot; units-per-pixel=&quot; 9358.45543370544330 &quot; order=&quot; 16 &quot; />     <TileSet href=&quot; 17 &quot; units-per-pixel=&quot; 18716.91086741088700 &quot; order=&quot; 17 &quot; />     <TileSet href=&quot; 18 &quot; units-per-pixel=&quot; 37433.82173482177300 &quot; order=&quot; 18 &quot; />     <TileSet href=&quot; 19 &quot; units-per-pixel=&quot; 74867.64346964354600 &quot; order=&quot; 19 &quot; />     <TileSet href=&quot; 20 &quot; units-per-pixel=&quot; 149735.28693928709000 &quot; order=&quot; 20 &quot; />     </TileSets>    </TileMap>   ,[object Object],[object Object]
MapSynthesizer “a prototype user interface for browsing, searching, and discovering information in a world with millions of maps online”   (research.microsoft.com/en-us/um/people/jelson/mapcruncher/mapsynthesizer/)
‘ Connecting Your Geographies’ (CYGnus)  Project - “Getting beyond the silos”
‘ Connecting Your Geographies’ (CYGnus)  Project - Technical Overview http://maps.google.com/maps?q=http://cygnus.geos.ed.ac.uk/cgi_bin/cygnus.pl?CRS=EN%26x=326760%26y=672785%26sg=400%26grm=1000%26hs=150%26rcahms=150%26nls=100%26par=100
 
 
 
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Geo-referenced map information - GeoTIFF coordinates WMS TMS Mashup Future standards   ? Prioritise long-term geo-referenced map information for multiple outputs ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
NLS Historical Map Overlays (geo.nls.uk/maps)

Contenu connexe

En vedette

Protection Mechanism For Displacement Caused By Climate (1)
Protection Mechanism For Displacement Caused By Climate  (1)Protection Mechanism For Displacement Caused By Climate  (1)
Protection Mechanism For Displacement Caused By Climate (1)sanderagterhuis
 
Deliberative Asssessment with E-Portfolios
Deliberative Asssessment with E-PortfoliosDeliberative Asssessment with E-Portfolios
Deliberative Asssessment with E-Portfoliosdcambrid
 
Evidence Based Writing in History/ Social Studies
Evidence Based Writing in History/ Social StudiesEvidence Based Writing in History/ Social Studies
Evidence Based Writing in History/ Social StudiesCSUN WP
 
Day 1_Session I_Standards and Alignment
Day 1_Session I_Standards and AlignmentDay 1_Session I_Standards and Alignment
Day 1_Session I_Standards and AlignmentReach for College!
 
Kids Voting/Civic Learning
 Kids Voting/Civic Learning Kids Voting/Civic Learning
Kids Voting/Civic LearningGenerationNation
 
Unit 1 Maps
Unit 1 MapsUnit 1 Maps
Unit 1 MapsAntxon
 
An integrated systems thinking deliberative process to explore approaches for...
An integrated systems thinking deliberative process to explore approaches for...An integrated systems thinking deliberative process to explore approaches for...
An integrated systems thinking deliberative process to explore approaches for...Joanna Hicks
 
Migration and Climate Change
Migration and Climate Change Migration and Climate Change
Migration and Climate Change Karl Donert
 
9g growing economic interdependence
9g growing economic interdependence9g growing economic interdependence
9g growing economic interdependencemaynardteacher
 
Towards the Open Geospatial Web
Towards the Open Geospatial WebTowards the Open Geospatial Web
Towards the Open Geospatial Webcholmes
 
Project citizen intro power point
Project citizen   intro power pointProject citizen   intro power point
Project citizen intro power pointgsagan
 
Exploring leadership and management roles
Exploring leadership and management rolesExploring leadership and management roles
Exploring leadership and management rolesdutconsult
 
AP Government FRQs [2006-2010]
AP Government FRQs [2006-2010]AP Government FRQs [2006-2010]
AP Government FRQs [2006-2010]collinbentley1
 
Demand and supply concept
Demand and supply conceptDemand and supply concept
Demand and supply conceptAnnapurna Sinha
 
Goods and services provided by government
Goods and services provided by governmentGoods and services provided by government
Goods and services provided by governmentbigseaton
 

En vedette (20)

Protection Mechanism For Displacement Caused By Climate (1)
Protection Mechanism For Displacement Caused By Climate  (1)Protection Mechanism For Displacement Caused By Climate  (1)
Protection Mechanism For Displacement Caused By Climate (1)
 
Deliberative Asssessment with E-Portfolios
Deliberative Asssessment with E-PortfoliosDeliberative Asssessment with E-Portfolios
Deliberative Asssessment with E-Portfolios
 
Evidence Based Writing in History/ Social Studies
Evidence Based Writing in History/ Social StudiesEvidence Based Writing in History/ Social Studies
Evidence Based Writing in History/ Social Studies
 
Day 1_Session I_Standards and Alignment
Day 1_Session I_Standards and AlignmentDay 1_Session I_Standards and Alignment
Day 1_Session I_Standards and Alignment
 
Kids Voting/Civic Learning
 Kids Voting/Civic Learning Kids Voting/Civic Learning
Kids Voting/Civic Learning
 
Unit 1 Maps
Unit 1 MapsUnit 1 Maps
Unit 1 Maps
 
Human geography1
Human geography1Human geography1
Human geography1
 
An integrated systems thinking deliberative process to explore approaches for...
An integrated systems thinking deliberative process to explore approaches for...An integrated systems thinking deliberative process to explore approaches for...
An integrated systems thinking deliberative process to explore approaches for...
 
Case Econ08 Ppt 03
Case Econ08 Ppt 03Case Econ08 Ppt 03
Case Econ08 Ppt 03
 
Hawaii Pacific GIS Conference 2012: National Data Sets - New US Topos for Haw...
Hawaii Pacific GIS Conference 2012: National Data Sets - New US Topos for Haw...Hawaii Pacific GIS Conference 2012: National Data Sets - New US Topos for Haw...
Hawaii Pacific GIS Conference 2012: National Data Sets - New US Topos for Haw...
 
Migration and Climate Change
Migration and Climate Change Migration and Climate Change
Migration and Climate Change
 
9g growing economic interdependence
9g growing economic interdependence9g growing economic interdependence
9g growing economic interdependence
 
Making the Connections: Effective Integration for Social Studies and English ...
Making the Connections: Effective Integration for Social Studies and English ...Making the Connections: Effective Integration for Social Studies and English ...
Making the Connections: Effective Integration for Social Studies and English ...
 
C3 - How Historians Work
C3 - How Historians WorkC3 - How Historians Work
C3 - How Historians Work
 
Towards the Open Geospatial Web
Towards the Open Geospatial WebTowards the Open Geospatial Web
Towards the Open Geospatial Web
 
Project citizen intro power point
Project citizen   intro power pointProject citizen   intro power point
Project citizen intro power point
 
Exploring leadership and management roles
Exploring leadership and management rolesExploring leadership and management roles
Exploring leadership and management roles
 
AP Government FRQs [2006-2010]
AP Government FRQs [2006-2010]AP Government FRQs [2006-2010]
AP Government FRQs [2006-2010]
 
Demand and supply concept
Demand and supply conceptDemand and supply concept
Demand and supply concept
 
Goods and services provided by government
Goods and services provided by governmentGoods and services provided by government
Goods and services provided by government
 

Similaire à Maps, mashups and metadata:geospatial standards for access and retrieval

Drupal and the GeoSpatial Web
Drupal and the GeoSpatial WebDrupal and the GeoSpatial Web
Drupal and the GeoSpatial WebAndrew Turner
 
O'Reilly WebCast - Trends And Technologies In Where2.0
O'Reilly WebCast - Trends And Technologies In Where2.0O'Reilly WebCast - Trends And Technologies In Where2.0
O'Reilly WebCast - Trends And Technologies In Where2.0Andrew Turner
 
CHUG_presentation_Hope
CHUG_presentation_HopeCHUG_presentation_Hope
CHUG_presentation_HopeLara Juliusson
 
Volunteered Geographic Information and OpenStreetMap
Volunteered Geographic Information and OpenStreetMapVolunteered Geographic Information and OpenStreetMap
Volunteered Geographic Information and OpenStreetMapchippy
 
Open GeoData, Open GeoTools: An Introduction
Open GeoData, Open GeoTools: An IntroductionOpen GeoData, Open GeoTools: An Introduction
Open GeoData, Open GeoTools: An IntroductionRichard Cantwell
 
GeOng presentation about OpenStreetMap
GeOng presentation about OpenStreetMapGeOng presentation about OpenStreetMap
GeOng presentation about OpenStreetMapchippy
 
Overview of MassGIS Web Mapping Services
Overview of MassGIS Web Mapping ServicesOverview of MassGIS Web Mapping Services
Overview of MassGIS Web Mapping Servicesaleda_freeman
 
Free GIS Resources
Free GIS ResourcesFree GIS Resources
Free GIS Resourcesrutlandrpc
 
Google Mapy (Jaroslav Bengl)
Google Mapy (Jaroslav Bengl)Google Mapy (Jaroslav Bengl)
Google Mapy (Jaroslav Bengl)Jiří Šmída
 
Library of Congress - Neogeography and Geospatial data preservation
Library of Congress - Neogeography and Geospatial data preservationLibrary of Congress - Neogeography and Geospatial data preservation
Library of Congress - Neogeography and Geospatial data preservationAndrew Turner
 
Mapc Data Day 7 15 09
Mapc Data Day 7 15 09Mapc Data Day 7 15 09
Mapc Data Day 7 15 09aleda_freeman
 
FreeMap Palestine November 2008
FreeMap Palestine November 2008FreeMap Palestine November 2008
FreeMap Palestine November 2008mikel_maron
 
Google Map Is Not The Map
Google Map Is Not The MapGoogle Map Is Not The Map
Google Map Is Not The Mapnumeroteca
 
EDIT GeoTools presentation in TDWG 2009 (Montpellier)
EDIT GeoTools presentation in TDWG 2009 (Montpellier)EDIT GeoTools presentation in TDWG 2009 (Montpellier)
EDIT GeoTools presentation in TDWG 2009 (Montpellier)Pere Roca Ristol
 
Introduction to GeoPackage and OWS Context
Introduction to GeoPackage and OWS ContextIntroduction to GeoPackage and OWS Context
Introduction to GeoPackage and OWS ContextRaj Singh
 

Similaire à Maps, mashups and metadata:geospatial standards for access and retrieval (20)

Drupal and the GeoSpatial Web
Drupal and the GeoSpatial WebDrupal and the GeoSpatial Web
Drupal and the GeoSpatial Web
 
O'Reilly WebCast - Trends And Technologies In Where2.0
O'Reilly WebCast - Trends And Technologies In Where2.0O'Reilly WebCast - Trends And Technologies In Where2.0
O'Reilly WebCast - Trends And Technologies In Where2.0
 
CHUG_presentation_Hope
CHUG_presentation_HopeCHUG_presentation_Hope
CHUG_presentation_Hope
 
Volunteered Geographic Information and OpenStreetMap
Volunteered Geographic Information and OpenStreetMapVolunteered Geographic Information and OpenStreetMap
Volunteered Geographic Information and OpenStreetMap
 
Open GeoData, Open GeoTools: An Introduction
Open GeoData, Open GeoTools: An IntroductionOpen GeoData, Open GeoTools: An Introduction
Open GeoData, Open GeoTools: An Introduction
 
GeOng presentation about OpenStreetMap
GeOng presentation about OpenStreetMapGeOng presentation about OpenStreetMap
GeOng presentation about OpenStreetMap
 
Overview of MassGIS Web Mapping Services
Overview of MassGIS Web Mapping ServicesOverview of MassGIS Web Mapping Services
Overview of MassGIS Web Mapping Services
 
Free GIS Resources
Free GIS ResourcesFree GIS Resources
Free GIS Resources
 
Itd Eac 1 13 09
Itd Eac 1 13 09Itd Eac 1 13 09
Itd Eac 1 13 09
 
Google Mapy (Jaroslav Bengl)
Google Mapy (Jaroslav Bengl)Google Mapy (Jaroslav Bengl)
Google Mapy (Jaroslav Bengl)
 
Library of Congress - Neogeography and Geospatial data preservation
Library of Congress - Neogeography and Geospatial data preservationLibrary of Congress - Neogeography and Geospatial data preservation
Library of Congress - Neogeography and Geospatial data preservation
 
Mapc Data Day 7 15 09
Mapc Data Day 7 15 09Mapc Data Day 7 15 09
Mapc Data Day 7 15 09
 
FreeMap Palestine November 2008
FreeMap Palestine November 2008FreeMap Palestine November 2008
FreeMap Palestine November 2008
 
Advanced Kml
Advanced KmlAdvanced Kml
Advanced Kml
 
Google maps
Google mapsGoogle maps
Google maps
 
Google maps
Google mapsGoogle maps
Google maps
 
Google Map Is Not The Map
Google Map Is Not The MapGoogle Map Is Not The Map
Google Map Is Not The Map
 
EDIT GeoTools presentation in TDWG 2009 (Montpellier)
EDIT GeoTools presentation in TDWG 2009 (Montpellier)EDIT GeoTools presentation in TDWG 2009 (Montpellier)
EDIT GeoTools presentation in TDWG 2009 (Montpellier)
 
Pycon2011
Pycon2011Pycon2011
Pycon2011
 
Introduction to GeoPackage and OWS Context
Introduction to GeoPackage and OWS ContextIntroduction to GeoPackage and OWS Context
Introduction to GeoPackage and OWS Context
 

Plus de Scottish Library & Information Council (SLIC), CILIP in Scotland (CILIPS)

Plus de Scottish Library & Information Council (SLIC), CILIP in Scotland (CILIPS) (20)

Unlocking Doors: recent initiatives in open and linked data at the National L...
Unlocking Doors: recent initiatives in open and linked data at the National L...Unlocking Doors: recent initiatives in open and linked data at the National L...
Unlocking Doors: recent initiatives in open and linked data at the National L...
 
Why link?
Why link?Why link?
Why link?
 
Linked Open Data
Linked Open DataLinked Open Data
Linked Open Data
 
Will's World: Walking Through Shakespeare
Will's World: Walking Through ShakespeareWill's World: Walking Through Shakespeare
Will's World: Walking Through Shakespeare
 
The Danish National Bibliography as LOD
The Danish National Bibliography as LODThe Danish National Bibliography as LOD
The Danish National Bibliography as LOD
 
Linked Open Data stuff
Linked Open Data stuffLinked Open Data stuff
Linked Open Data stuff
 
datos.bne.es: Publishing and consuming
datos.bne.es: Publishing and consumingdatos.bne.es: Publishing and consuming
datos.bne.es: Publishing and consuming
 
The University of Edinburgh's Mobile App
The University of Edinburgh's Mobile App The University of Edinburgh's Mobile App
The University of Edinburgh's Mobile App
 
Social Media and National Libraries
Social Media and National LibrariesSocial Media and National Libraries
Social Media and National Libraries
 
Growing Knowledge : Supporting the Digital Researcher
Growing Knowledge : Supporting the Digital Researcher Growing Knowledge : Supporting the Digital Researcher
Growing Knowledge : Supporting the Digital Researcher
 
Libguides in Academic Libraries
Libguides in Academic Libraries Libguides in Academic Libraries
Libguides in Academic Libraries
 
SLIC FE 2011 Karen Stevenson
SLIC FE 2011 Karen StevensonSLIC FE 2011 Karen Stevenson
SLIC FE 2011 Karen Stevenson
 
SLIC FE 2011Tom MacMaster
SLIC FE 2011Tom MacMasterSLIC FE 2011Tom MacMaster
SLIC FE 2011Tom MacMaster
 
SLICFE2011 Elaine Fulton
SLICFE2011 Elaine FultonSLICFE2011 Elaine Fulton
SLICFE2011 Elaine Fulton
 
Introducing Reader Development
Introducing Reader DevelopmentIntroducing Reader Development
Introducing Reader Development
 
SCURL Walk in Access Project
SCURL Walk in Access ProjectSCURL Walk in Access Project
SCURL Walk in Access Project
 
Innovation with reducing budgets British Library
Innovation with reducing budgets British LibraryInnovation with reducing budgets British Library
Innovation with reducing budgets British Library
 
mlibrary project Napier University
mlibrary project Napier Universitymlibrary project Napier University
mlibrary project Napier University
 
Wendy Walker - Ebooks Unbound at University of Glasgow – Power to the Users?
Wendy Walker - Ebooks Unbound at University of Glasgow – Power to the Users?Wendy Walker - Ebooks Unbound at University of Glasgow – Power to the Users?
Wendy Walker - Ebooks Unbound at University of Glasgow – Power to the Users?
 
Nora Dale - Growing Knowledge: The evolution of research
Nora Dale - Growing Knowledge: The evolution of researchNora Dale - Growing Knowledge: The evolution of research
Nora Dale - Growing Knowledge: The evolution of research
 

Dernier

Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 

Dernier (20)

Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 

Maps, mashups and metadata:geospatial standards for access and retrieval