SlideShare ist ein Scribd-Unternehmen logo
1 von 63
Campus Maps - Plan A IWMW 2011 Who Digimap ROAM Questions Conclusions 0 90 Confession Next Steps Practical
Digimap’s Ordnance Survey Collection IWMW 2011
Map panel Map tools: measure, annotate, print, navigate Hints & Tips Task menu: Search, Overview map, Map Content Control, Map Info, MyMaps IWMW 2011
Menus ,[object Object],IWMW 2011
Roam ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],IWMW 2011
13 map views, or is it 14? IWMW 2011
National IWMW 2011
Regional IWMW 2011
County IWMW 2011
Metropolitan IWMW 2011
City IWMW 2011
District IWMW 2011
Local Plus IWMW 2011
Local IWMW 2011
Neighbourhood IWMW 2011
Street IWMW 2011
Detailed IWMW 2011
Plan Digimap Training Workshops
Search – Place name IWMW 2011
Search – Place name London is not a unique search term, you get to select the instance that you want to view IWMW 2011
Search – Place name IWMW 2011 Local view map returned
Search - postcode IWMW 2011
Search - postcode  Street view map returned IWMW 2011
Search – 4 figure grid reference Metropolitanview SE4182 IWMW 2011
Map Information Map product, Coordinates, Print scale IWMW 2011
Navigation ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],IWMW 2011
Map Content Control ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],2 types of mapping types  RASTER  and  VECTOR List of layers IWMW 2011
Map Content Control Uncheck boxes to remove layers IWMW 2011
Map Content Control Alternative representation is available in 4 views, style the map for a specific purpose You can select alternative themes here IWMW 2011
Map Information Map product, Coordinates, Print scale IWMW 2011
Measurement Tools ,[object Object],IWMW 2011
Measurement tools ,[object Object],[object Object],[object Object],[object Object],IWMW 2011
Measurement tools ,[object Object],[object Object],[object Object],[object Object],IWMW 2011
Annotations tools ,[object Object],IWMW 2011
Annotation tools ,[object Object],[object Object],[object Object],[object Object],[object Object],IWMW 2011
Sample of annotations IWMW 2011
Print ,[object Object],[object Object],IWMW 2011
Print ,[object Object],[object Object],[object Object],[object Object],IWMW 2011
PDF print IWMW 2011
Saving maps ,[object Object],[object Object],[object Object],IWMW 2011
Making a Campus Map Confession time  – at the present you cant actually do what I am about to demonstrate, but we hope to implement this soon and welcome feedback on what would be useful to web. IWMW 2011
Theoretical process 1 Magic button may appear here.... IWMW 2011 ,[object Object],[object Object],[object Object]
Practical ,[object Object],[object Object],[object Object],[object Object],IWMW 2011
After the magic button? ,[object Object],IWMW 2011
Theoretical process 1 Magic button may appear here.... IWMW 2011 ,[object Object],[object Object],[object Object]
What to do next? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],IWMW 2011
Google Earth ,[object Object],[object Object],[object Object],IWMW 2011 OGR2OGR libraries available through FWTools http://fwtools.maptools.org/
Google Earth IWMW 2011
Case study ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],IWMW 2011
Recipe – part 1  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],http://www.flickr.com/photos/indieb0i/101943682/ Not mine, honest ,[object Object],IWMW 2011
Recipe Part 2 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],IWMW 2011
Edinburgh Central Campus IWMW 2011
Kings Buildings IWMW 2011
Western General Hospital IWMW 2011
Easter Bush Issue with the buildings here, they are new and don’t appear on OS maps yet. IWMW 2011
Doing more with GIS/OpenLayers ,[object Object],We will try to get our  shapefile  loaded and then export it in some  openlayers  code that can be dropped into a webpage to give an  interactive map . http://www.qgis.org IWMW 2011
QGIS main screen Add  vector layer Layer list Map  Window IWMW 2011
Plugins IWMW 2011
OGR2Layer Set an output folder Set map size IWMW 2011
OpenLayers Code ,[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],//START QUERY OGRGeoJSON function onPopupCloseOGRGeoJSON(evt) { selectControl.unselect(selectedFeature); } function onFeatureSelectOGRGeoJSON(feature){ selectedFeature = feature; tableOGRGeoJSON=&quot;<html><meta http-equiv='Content-Type' content='text/html; charset=UTF-8'><body><table><tr><td><b>alignment:</b></td><td><i>&quot;+feature.attributes.alignment+&quot;</i></td></tr><tr><td><b>fcode:</b></td><td><i>&quot;+feature.attributes.fcode+&quot;</i></td></tr><tr><td><b>fillColor:</b></td><td><i>&quot;+feature.attributes.fillColor+&quot;</i></td></tr><tr><td><b>fillOpacity:</b></td><td><i>&quot;+feature.attributes.fillOpacity+&quot;</i></td></tr><tr><td><b>fontColor:</b></td><td><i>&quot;+feature.attributes.fontColor+&quot;</i></td></tr><tr><td><b>fontFamily:</b></td><td><i>&quot;+feature.attributes.fontFamily+&quot;</i></td></tr><tr><td><b>fontSize:</b></td><td><i>&quot;+feature.attributes.fontSize+&quot;</i></td></tr><tr><td><b>fontWeight:</b></td><td><i>&quot;+feature.attributes.fontWeight+&quot;</i></td></tr><tr><td><b>internal:</b></td><td><i>&quot;+feature.attributes.internal+&quot;</i></td></tr><tr><td><..........></td></tr></table></body></html>&quot;; popup = new OpenLayers.Popup.FramedCloud(&quot;chicken&quot;, feature.geometry.getBounds().getCenterLonLat(), new OpenLayers.Size(1000,500), tableOGRGeoJSON, null, true, onPopupCloseOGRGeoJSON ); feature.popup = popup; map.addPopup(popup); } function onFeatureUnselectOGRGeoJSON(feature) { map.removePopup(feature.popup); feature.popup.destroy(); feature.popup = null; } //STOP QUERY OGRGeoJSON IWMW 2011
Output (OSM) ,[object Object],[object Object],[object Object],[object Object],IWMW 2011
Output (Digimap OpenStream) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],IWMW 2011
Useful Links ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],IWMW 2011

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Global mapper
Global mapperGlobal mapper
Global mapper
 
Where2.0Now - Finding the heat in Thematic Maps
Where2.0Now - Finding the heat in Thematic MapsWhere2.0Now - Finding the heat in Thematic Maps
Where2.0Now - Finding the heat in Thematic Maps
 
The 21st Century Harvard Map
The 21st Century Harvard MapThe 21st Century Harvard Map
The 21st Century Harvard Map
 
Fieldtrip GB
Fieldtrip GBFieldtrip GB
Fieldtrip GB
 
MapInfo Discover 3D: From 2D to 3D
MapInfo Discover 3D: From 2D to 3DMapInfo Discover 3D: From 2D to 3D
MapInfo Discover 3D: From 2D to 3D
 
Census Update Webinar: Census Geography Tools
Census Update Webinar: Census Geography ToolsCensus Update Webinar: Census Geography Tools
Census Update Webinar: Census Geography Tools
 
Build an OSM mapping platform with Drupal
Build an OSM mapping platform with DrupalBuild an OSM mapping platform with Drupal
Build an OSM mapping platform with Drupal
 
Finns Using FME Like Crazy
Finns Using FME Like CrazyFinns Using FME Like Crazy
Finns Using FME Like Crazy
 
Digimap Aerial Collection - Geoforum 2016 - Ian Holmes
Digimap Aerial Collection - Geoforum 2016 - Ian HolmesDigimap Aerial Collection - Geoforum 2016 - Ian Holmes
Digimap Aerial Collection - Geoforum 2016 - Ian Holmes
 
Q-GIS : Geo-referencing and Digitization
Q-GIS : Geo-referencing and DigitizationQ-GIS : Geo-referencing and Digitization
Q-GIS : Geo-referencing and Digitization
 
Ta Lab Hour Feb9 2011 Bolin
Ta Lab Hour Feb9 2011 BolinTa Lab Hour Feb9 2011 Bolin
Ta Lab Hour Feb9 2011 Bolin
 
Citizen Science in your Pocket - Addy Pope
Citizen Science in your Pocket - Addy PopeCitizen Science in your Pocket - Addy Pope
Citizen Science in your Pocket - Addy Pope
 
MapInfo Professional 12.5 and Discover3D 2014 - A brief overview
MapInfo Professional 12.5 and Discover3D 2014 - A brief overviewMapInfo Professional 12.5 and Discover3D 2014 - A brief overview
MapInfo Professional 12.5 and Discover3D 2014 - A brief overview
 
Digimap webinar - Urban Map data for CAD
Digimap webinar - Urban Map data for CADDigimap webinar - Urban Map data for CAD
Digimap webinar - Urban Map data for CAD
 
Seeing your place in a new way - NodeconfEU 2018
Seeing your place in a new way -  NodeconfEU 2018Seeing your place in a new way -  NodeconfEU 2018
Seeing your place in a new way - NodeconfEU 2018
 
Arcgis training day_1
Arcgis training day_1Arcgis training day_1
Arcgis training day_1
 
QGIS training class 3
QGIS training class 3QGIS training class 3
QGIS training class 3
 
Beirut Mapping Party Presentation
Beirut Mapping Party PresentationBeirut Mapping Party Presentation
Beirut Mapping Party Presentation
 
Use case of Disaster Management System by using Geopaparazzi and MapGuide Ope...
Use case of Disaster Management System by using Geopaparazzi and MapGuide Ope...Use case of Disaster Management System by using Geopaparazzi and MapGuide Ope...
Use case of Disaster Management System by using Geopaparazzi and MapGuide Ope...
 
The GRASS GIS software (with QGIS) - GIS Seminar
The GRASS GIS software (with QGIS) - GIS SeminarThe GRASS GIS software (with QGIS) - GIS Seminar
The GRASS GIS software (with QGIS) - GIS Seminar
 

Andere mochten auch

Archiving The Worlds E-Journals:The Keepers Registry As Global Monitor
Archiving The Worlds E-Journals:The Keepers Registry As Global MonitorArchiving The Worlds E-Journals:The Keepers Registry As Global Monitor
Archiving The Worlds E-Journals:The Keepers Registry As Global Monitor
EDINA, University of Edinburgh
 
Oxford University Geospatial Metadata Workshop 20110415
Oxford University Geospatial Metadata Workshop 20110415Oxford University Geospatial Metadata Workshop 20110415
Oxford University Geospatial Metadata Workshop 20110415
EDINA, University of Edinburgh
 

Andere mochten auch (20)

Using Social Media to Communicate Your Work
Using Social Media to Communicate Your WorkUsing Social Media to Communicate Your Work
Using Social Media to Communicate Your Work
 
COBWEB Authentication Workshop
COBWEB Authentication WorkshopCOBWEB Authentication Workshop
COBWEB Authentication Workshop
 
AddressingHistory - Tracing the Past
AddressingHistory - Tracing the PastAddressingHistory - Tracing the Past
AddressingHistory - Tracing the Past
 
Archiving The Worlds E-Journals:The Keepers Registry As Global Monitor
Archiving The Worlds E-Journals:The Keepers Registry As Global MonitorArchiving The Worlds E-Journals:The Keepers Registry As Global Monitor
Archiving The Worlds E-Journals:The Keepers Registry As Global Monitor
 
Using Social Media to Communicate Your Research
Using Social Media to Communicate Your ResearchUsing Social Media to Communicate Your Research
Using Social Media to Communicate Your Research
 
DSpace for Data Revisited
DSpace for Data RevisitedDSpace for Data Revisited
DSpace for Data Revisited
 
Oxford University Geospatial Metadata Workshop 20110415
Oxford University Geospatial Metadata Workshop 20110415Oxford University Geospatial Metadata Workshop 20110415
Oxford University Geospatial Metadata Workshop 20110415
 
COBWEB technology platform and future development needs
COBWEB technology platform and future development needsCOBWEB technology platform and future development needs
COBWEB technology platform and future development needs
 
Investigation into Private LOCKSS Networks
Investigation into Private LOCKSS NetworksInvestigation into Private LOCKSS Networks
Investigation into Private LOCKSS Networks
 
Engaging the Researcher in RDM
Engaging the Researcher in RDMEngaging the Researcher in RDM
Engaging the Researcher in RDM
 
Increase usage of online resources Edina presentation
Increase usage of online resources Edina presentationIncrease usage of online resources Edina presentation
Increase usage of online resources Edina presentation
 
Using OpenURL Activity Data Project 03 Aug 2011
Using OpenURL Activity Data Project 03 Aug 2011Using OpenURL Activity Data Project 03 Aug 2011
Using OpenURL Activity Data Project 03 Aug 2011
 
Access Control in ESDIN: Shibboleth
Access Control in ESDIN: ShibbolethAccess Control in ESDIN: Shibboleth
Access Control in ESDIN: Shibboleth
 
Geospatial Tech in Teaching
Geospatial Tech in TeachingGeospatial Tech in Teaching
Geospatial Tech in Teaching
 
Some Academic Sector/NMCA outcomes from the OGC Web Service Shibboleth Intero...
Some Academic Sector/NMCA outcomes from the OGC Web Service Shibboleth Intero...Some Academic Sector/NMCA outcomes from the OGC Web Service Shibboleth Intero...
Some Academic Sector/NMCA outcomes from the OGC Web Service Shibboleth Intero...
 
Research Data Mantra (Management Training) Online Course Launch
Research Data Mantra (Management Training) Online Course LaunchResearch Data Mantra (Management Training) Online Course Launch
Research Data Mantra (Management Training) Online Course Launch
 
Roles & Skills for RDM
Roles & Skills for RDMRoles & Skills for RDM
Roles & Skills for RDM
 
SCURL and SUNCAT serials holdings comparison service
SCURL and SUNCAT serials holdings comparison serviceSCURL and SUNCAT serials holdings comparison service
SCURL and SUNCAT serials holdings comparison service
 
IASSIST Latin Engagement Strategic Action Group
IASSIST Latin Engagement Strategic Action GroupIASSIST Latin Engagement Strategic Action Group
IASSIST Latin Engagement Strategic Action Group
 
MANTRA & Open Educational Resources
MANTRA & Open Educational ResourcesMANTRA & Open Educational Resources
MANTRA & Open Educational Resources
 

Ähnlich wie IWMW Campus Maps Workshop

Autocad civil project file
Autocad civil project fileAutocad civil project file
Autocad civil project file
naveen899
 

Ähnlich wie IWMW Campus Maps Workshop (20)

Site Control - A Guide
Site Control - A GuideSite Control - A Guide
Site Control - A Guide
 
Field move clino
Field move clinoField move clino
Field move clino
 
AutoCad 2D shortcut Keys
AutoCad 2D shortcut KeysAutoCad 2D shortcut Keys
AutoCad 2D shortcut Keys
 
nuCloud ICM 2.3 Release Notes
nuCloud ICM 2.3 Release NotesnuCloud ICM 2.3 Release Notes
nuCloud ICM 2.3 Release Notes
 
Must Know Google Map Features for your Web application
Must Know Google Map Features  for your Web applicationMust Know Google Map Features  for your Web application
Must Know Google Map Features for your Web application
 
Rod Adkins - Practical Online Map Delivery & Functionality – The Commercial P...
Rod Adkins - Practical Online Map Delivery & Functionality – The Commercial P...Rod Adkins - Practical Online Map Delivery & Functionality – The Commercial P...
Rod Adkins - Practical Online Map Delivery & Functionality – The Commercial P...
 
Web Based GIS LeadGen Introduction
Web Based GIS LeadGen IntroductionWeb Based GIS LeadGen Introduction
Web Based GIS LeadGen Introduction
 
Tutorial Inkscape untuk membuat desain Infografik
Tutorial Inkscape untuk membuat desain InfografikTutorial Inkscape untuk membuat desain Infografik
Tutorial Inkscape untuk membuat desain Infografik
 
StoriesOnBoard Product Roadmap.pdf
StoriesOnBoard Product Roadmap.pdfStoriesOnBoard Product Roadmap.pdf
StoriesOnBoard Product Roadmap.pdf
 
Interactive Maps A Step-by-Step Guide.pdf
Interactive Maps A Step-by-Step Guide.pdfInteractive Maps A Step-by-Step Guide.pdf
Interactive Maps A Step-by-Step Guide.pdf
 
GIS App- Industrial city selection -Jordan Industrial City
GIS App- Industrial city selection -Jordan Industrial City GIS App- Industrial city selection -Jordan Industrial City
GIS App- Industrial city selection -Jordan Industrial City
 
Doing More With Compendium Ld
Doing More With Compendium LdDoing More With Compendium Ld
Doing More With Compendium Ld
 
ASOCEU - Lesson 2 - Data Visualization TOOLS
ASOCEU - Lesson 2 - Data Visualization TOOLSASOCEU - Lesson 2 - Data Visualization TOOLS
ASOCEU - Lesson 2 - Data Visualization TOOLS
 
Concepts and Methods of Embedding Statistical Data into Maps
Concepts and Methods of Embedding Statistical Data into MapsConcepts and Methods of Embedding Statistical Data into Maps
Concepts and Methods of Embedding Statistical Data into Maps
 
auto cad ppt.pptx
auto cad ppt.pptxauto cad ppt.pptx
auto cad ppt.pptx
 
UI and UX for Mobile Developers
UI and UX for Mobile DevelopersUI and UX for Mobile Developers
UI and UX for Mobile Developers
 
Apps & web solutions with OpenSource - Mani Singh - IMIA Asia Pacific Conference
Apps & web solutions with OpenSource - Mani Singh - IMIA Asia Pacific ConferenceApps & web solutions with OpenSource - Mani Singh - IMIA Asia Pacific Conference
Apps & web solutions with OpenSource - Mani Singh - IMIA Asia Pacific Conference
 
Leaflet maptime
Leaflet maptimeLeaflet maptime
Leaflet maptime
 
Autocad civil project file
Autocad civil project fileAutocad civil project file
Autocad civil project file
 
Performance and Scalability for Maps API Sites (Dev Fest '10 Mexico)
Performance and Scalability for Maps API Sites (Dev Fest '10 Mexico)Performance and Scalability for Maps API Sites (Dev Fest '10 Mexico)
Performance and Scalability for Maps API Sites (Dev Fest '10 Mexico)
 

Mehr von Addy Pope (6)

FieldtripGB - data capture simplified
FieldtripGB - data capture simplifiedFieldtripGB - data capture simplified
FieldtripGB - data capture simplified
 
EDINA's Open Geo-Services
EDINA's Open Geo-ServicesEDINA's Open Geo-Services
EDINA's Open Geo-Services
 
Gisruk2013 addy edit2
Gisruk2013 addy edit2Gisruk2013 addy edit2
Gisruk2013 addy edit2
 
Geospatial Tech in teaching and learning
Geospatial Tech in teaching and learningGeospatial Tech in teaching and learning
Geospatial Tech in teaching and learning
 
Osgis2011 edina addy_pope
Osgis2011 edina addy_popeOsgis2011 edina addy_pope
Osgis2011 edina addy_pope
 
Osgis2011 edina addy_pope
Osgis2011 edina addy_popeOsgis2011 edina addy_pope
Osgis2011 edina addy_pope
 

Kürzlich hochgeladen

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Kürzlich hochgeladen (20)

How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 

IWMW Campus Maps Workshop