SlideShare a Scribd company logo
Droogmans Lieven
Atmire
June 12th, 2019
DSpace 7:
Configurable Entities
Entities working group
wiki.duraspace.org/display/DSPACE/
DSpace+Entities+Working+Group
Entities working group
Oct 2017 - Mar 2018
• Objectives
• Create awareness on the need to manage entities
and their relations
• Propose a solution to enable DSpace to support,
manage and relate entities
• Specify the global architecture and requirements
needed to implement the solution in DSpace
• Propose a roadmap to implement the proposed
solution.
https://wiki.duraspace.org/display/DSPACE/DSpace+Entities+Working+Group
Entities working group
• Design principles:
• Avoid hard-coding a particular object model
• Implementation of data model is configurable
• Start from the DSpace Item object
• Items can be typed
• Relations between typed item can be defined
https://wiki.duraspace.org/display/DSPACE/DSpace+Entities+Working+Group
Reuse current functionality
• Item as a more generic object
• Features that Dspace offers for items can be
reused with minor modifications:
• Submission forms per entity
• Searching for enties
• OAI-PMH
• Batch import
• …
Bitstream
Item metadata
https://wiki.duraspace.org/display/DSPACE/DSpace+7+Entities+Working+Group
DSpace 7 Entities working group
• Started Sep 2018
• Deliverables
• Assess the early prototype of Configurable
Entities.
• Define an implementation roadmap for DSpace 7
Configurable Entities
• Implement Configurable Entities per defined
roadmap
• Draft a post-DSpace 7 roadmap
Data model configuration
Defining Item types and Relations
Data Model configuration
• Example:
PersonPublication
author of publication
publication authored by
Data Model configuration
• Configuration in XML
<relationships>	
				<type>	
								<leftType>Publication</leftType>	
								<rightType>Person</rightType>	
								<leftLabel>isAuthorOfPublication</leftLabel>	
								<rightLabel>isPublicationOfAuthor</rightLabel>	
								<leftCardinality>	
												<min>0</min>	
								</leftCardinality>	
								<rightCardinality>	
												<min>0</min>	
								</rightCardinality>	
				</type>	
</relationships>
Journal use case
Implemented in DSpace 7
Publication
Issue Issue Issue
Publication Publication Publication Publication Publication
Journal
Volume Volume
Issue
Journal item metadata
Related items: 2 journal volumes
Search in all related publications
Journal Volume Item metadata
Related item: journal item
Related item: journal issues
Journal issue Item metadata
Journal volume
Journal issue publications
Journal issue
Virtual metadata
Mapping metadata between items
Virtual metadata
Virtual metadata
Journal
• journal
title
• publisher
• editor
• ISSN
• …
Virtual metadata
Journal
• journal
title
• publisher
• editor
• ISSN
• …
Volume
• volume
title
• journal
title
• ISSN
• …
Virtual metadata
Journal
• journal
title
• publisher
• editor
• ISSN
• …
Volume
• volume
title
• journal
title
• ISSN
• …
Issue
• issue
number
• issue date
• journal
title
• ISSN
• …
Virtual metadata
Journal
• journal
title
• publisher
• editor
• ISSN
• …
Volume
• volume
title
• journal
title
• ISSN
• …
Issue
• issue
number
• issue date
• journal
title
• ISSN
• …
Publication
• publication
title
• authors
• abstract
• journal title
• ISSN
• …
Virtual metadata
Journal
• journal
title
• publisher
• editor
• ISSN
• …
Volume
• volume
title
• journal
title
• ISSN
• …
Issue
• issue
number
• issue date
• journal
title
• ISSN
• …
Publication
• publication
title
• authors
• abstract
• journal title
• ISSN
• …
Virtual metadata
Journal
• journal
title
• publisher
• editor
• ISSN
• …
Volume
• volume
title
• journal
title
• ISSN
• …
Issue
• issue
number
• issue date
• journal
title
• ISSN
• …
Publication
• publication
title
• authors
• abstract
• journal title
• ISSN
• …
Virtual metadata
• No duplicated storage of metadata
• Populate with metadata of other related items
• Independent of how metadata is retrieved
• Can be easily configured



Journal → Volume
				<util:map	id="isJournalOfVolumeMap">	
								<entry	key="journal.identifier.issn"	value-ref="volumeJournal_issn"/>	
								<entry	key="journal.title"	value-ref="volumeJournal_title"/>	
				</util:map>
Journal issue Item metadata
Journal issue Item metadata
Virtual metadata from Journal item
Virtual metadata from Journal item
Virtual metadata from Journal volume
Item pages for entities
Display of an entity and related entities
Item pages for entities
• Different display for different entities
• Display relations on item page
• Use case: research objects
Item pages for entities
• Different display for different entities
• Display relations on item page
• Use case: research objects
Publication Person
Project Org	Unit
Item pages for entities
• Different display for different entities
• Display relations on item page
• Use case: research objects
Publication Person
Project Org	Unit
Item pages for entities
• Different display for different entities
• Display relations on item page
• Use case: research objects
Publication Person
Project Org	Unit
Related items:
Projects and Org Units
displayed as list
Authors displayed in the
correct order including entities
Related items: displayed search component
Related items: displayed search component
Search
Item type
Item type
Item type
Item type facet
Item type
Item type
Item type facet
Item type filter
Scope set to collection with OrgUnits
Different filters specific to OrgUnit entity
Multiple data models
Data models can coexist in one repository
Research objects:
Project, Person & orgUnit
Journal issue
Data Package
Next steps
Entities working group
Next steps
In order of priority, as voted on in working group
✓Which metadata fields should be used for each Entity type
✓Submission integration (creating Entities)
• Submission integration (creating Relations)
• Additional data for relations (metadata or labels on relations)
• Author name variants
• Creating relations during batch import (via CSV) for new Entities
• Explicit permissions on Relations
• Deleting objects with Relations
• AIP Backup & Restore (of Entities)
• Dynamic display of Relations
• OpenAIRE v4 implementation using Entities
• ORCID integration for Person Entities
Metadata fields
Metadata schemas for entities
schema.org metadata standard for person and project entities
https://schema.org/Person
Submission forms
Submitting entities
Collection for Person Items
Person metadata
<form	name="peopleStep">	
												<row>	
																<field>	
																				<dc-schema>person</dc-schema>	
																				<dc-element>familyName</dc-element>	
																				<label>Last	name</label>	
																				<input-type>onebox</input-type>	
																				<hint>Enter	the	last	name	of	the	person</hint>	
																</field>	
												</row>	
												<row>	
																<field>	
																				<dc-schema>person</dc-schema>	
																				<dc-element>givenName</dc-element>	
																				<label>First	name</label>	
																				<input-type>onebox</input-type>	
																				<hint>Enter	the	first	name	of	the	person</hint>	
																</field>	
												</row>	
	</form>
Submission form: Person
Thank you!
Lieven Droogmans
Atmire
lieven@atmire.com
www.atmire.com
Next working group meeting:
June 18th 5pm CEDT

More Related Content

What's hot

IIIF and DSpace 7 - IIIF Conference 2023.pdf
IIIF and DSpace 7 - IIIF Conference 2023.pdfIIIF and DSpace 7 - IIIF Conference 2023.pdf
IIIF and DSpace 7 - IIIF Conference 2023.pdf
4Science
 
DSpace Training Presentation
DSpace Training PresentationDSpace Training Presentation
DSpace Training PresentationThomas King
 
Extending DSpace 7: DSpace-CRIS and DSpace-GLAM for empowered repositories an...
Extending DSpace 7: DSpace-CRIS and DSpace-GLAM for empowered repositories an...Extending DSpace 7: DSpace-CRIS and DSpace-GLAM for empowered repositories an...
Extending DSpace 7: DSpace-CRIS and DSpace-GLAM for empowered repositories an...
4Science
 
Metadata is a Love Note to the Future
Metadata is a Love Note to the FutureMetadata is a Love Note to the Future
Metadata is a Love Note to the Future
Rachel Lovinger
 
Greenstone Digital Library
Greenstone Digital LibraryGreenstone Digital Library
Greenstone Digital Library
Imran Mansuri
 
DSpace-CRIS ORCID Integration
DSpace-CRIS ORCID IntegrationDSpace-CRIS ORCID Integration
DSpace-CRIS ORCID Integration
4Science
 
FRBR model by Gaurav Boudh
FRBR model by Gaurav BoudhFRBR model by Gaurav Boudh
FRBR model by Gaurav Boudh
Library and Information Science Blog
 
DSpace standard Data model and DSpace-CRIS
DSpace standard Data model and DSpace-CRISDSpace standard Data model and DSpace-CRIS
DSpace standard Data model and DSpace-CRIS
Andrea Bollini
 
Dspace software
Dspace softwareDspace software
Dspace software
Aparna Sane
 
Dspace
DspaceDspace
Dspace
badival
 
Module 1 introduction of Dspace
Module 1  introduction of DspaceModule 1  introduction of Dspace
Module 1 introduction of Dspace
Shehzad Ali
 
Introduction to DSpace
Introduction to DSpaceIntroduction to DSpace
Introduction to DSpace
Bharat Chaudhari
 
Introduction to Metadata
Introduction to MetadataIntroduction to Metadata
Introduction to Metadata
Jenn Riley
 
How to enhance your DSpace repository: use cases for DSpace-CRIS, DSpace-RDM,...
How to enhance your DSpace repository: use cases for DSpace-CRIS, DSpace-RDM,...How to enhance your DSpace repository: use cases for DSpace-CRIS, DSpace-RDM,...
How to enhance your DSpace repository: use cases for DSpace-CRIS, DSpace-RDM,...
4Science
 
Introduction to Dublin Core Metadata
Introduction to Dublin Core MetadataIntroduction to Dublin Core Metadata
Introduction to Dublin Core MetadataHannes Ebner
 
Subject cataloging
Subject catalogingSubject cataloging
Subject cataloging
MERALUNA TION
 
RDA: Recursos, Descripción y Acceso
RDA: Recursos, Descripción y AccesoRDA: Recursos, Descripción y Acceso
RDA: Recursos, Descripción y Acceso
Embajada de EEUU en Argentina
 
Introduction to EAD
Introduction to EADIntroduction to EAD
Introduction to EAD
Kevin Schlottmann
 
Dublin core Presentation
Dublin core PresentationDublin core Presentation
Dublin core Presentation
Mary Jo Chrabasz
 
OAI and OAI-PMH
OAI and OAI-PMHOAI and OAI-PMH
OAI and OAI-PMH
Lena Bruncaj
 

What's hot (20)

IIIF and DSpace 7 - IIIF Conference 2023.pdf
IIIF and DSpace 7 - IIIF Conference 2023.pdfIIIF and DSpace 7 - IIIF Conference 2023.pdf
IIIF and DSpace 7 - IIIF Conference 2023.pdf
 
DSpace Training Presentation
DSpace Training PresentationDSpace Training Presentation
DSpace Training Presentation
 
Extending DSpace 7: DSpace-CRIS and DSpace-GLAM for empowered repositories an...
Extending DSpace 7: DSpace-CRIS and DSpace-GLAM for empowered repositories an...Extending DSpace 7: DSpace-CRIS and DSpace-GLAM for empowered repositories an...
Extending DSpace 7: DSpace-CRIS and DSpace-GLAM for empowered repositories an...
 
Metadata is a Love Note to the Future
Metadata is a Love Note to the FutureMetadata is a Love Note to the Future
Metadata is a Love Note to the Future
 
Greenstone Digital Library
Greenstone Digital LibraryGreenstone Digital Library
Greenstone Digital Library
 
DSpace-CRIS ORCID Integration
DSpace-CRIS ORCID IntegrationDSpace-CRIS ORCID Integration
DSpace-CRIS ORCID Integration
 
FRBR model by Gaurav Boudh
FRBR model by Gaurav BoudhFRBR model by Gaurav Boudh
FRBR model by Gaurav Boudh
 
DSpace standard Data model and DSpace-CRIS
DSpace standard Data model and DSpace-CRISDSpace standard Data model and DSpace-CRIS
DSpace standard Data model and DSpace-CRIS
 
Dspace software
Dspace softwareDspace software
Dspace software
 
Dspace
DspaceDspace
Dspace
 
Module 1 introduction of Dspace
Module 1  introduction of DspaceModule 1  introduction of Dspace
Module 1 introduction of Dspace
 
Introduction to DSpace
Introduction to DSpaceIntroduction to DSpace
Introduction to DSpace
 
Introduction to Metadata
Introduction to MetadataIntroduction to Metadata
Introduction to Metadata
 
How to enhance your DSpace repository: use cases for DSpace-CRIS, DSpace-RDM,...
How to enhance your DSpace repository: use cases for DSpace-CRIS, DSpace-RDM,...How to enhance your DSpace repository: use cases for DSpace-CRIS, DSpace-RDM,...
How to enhance your DSpace repository: use cases for DSpace-CRIS, DSpace-RDM,...
 
Introduction to Dublin Core Metadata
Introduction to Dublin Core MetadataIntroduction to Dublin Core Metadata
Introduction to Dublin Core Metadata
 
Subject cataloging
Subject catalogingSubject cataloging
Subject cataloging
 
RDA: Recursos, Descripción y Acceso
RDA: Recursos, Descripción y AccesoRDA: Recursos, Descripción y Acceso
RDA: Recursos, Descripción y Acceso
 
Introduction to EAD
Introduction to EADIntroduction to EAD
Introduction to EAD
 
Dublin core Presentation
Dublin core PresentationDublin core Presentation
Dublin core Presentation
 
OAI and OAI-PMH
OAI and OAI-PMHOAI and OAI-PMH
OAI and OAI-PMH
 

Similar to DSpace 7 - The Power of Configurable Entities

Crossref Event Data and other new services
Crossref Event Data and other new servicesCrossref Event Data and other new services
Crossref Event Data and other new services
Crossref
 
Event Data & Other New Services - Crossref LIVE Hannover
Event Data & Other New Services - Crossref LIVE HannoverEvent Data & Other New Services - Crossref LIVE Hannover
Event Data & Other New Services - Crossref LIVE Hannover
Crossref
 
OSCON 2012 MongoDB Tutorial
OSCON 2012 MongoDB TutorialOSCON 2012 MongoDB Tutorial
OSCON 2012 MongoDB Tutorial
Steven Francia
 
David Kuilman | Creating a Semantic Enterprise Content model to support conti...
David Kuilman | Creating a Semantic Enterprise Content model to support conti...David Kuilman | Creating a Semantic Enterprise Content model to support conti...
David Kuilman | Creating a Semantic Enterprise Content model to support conti...
semanticsconference
 
DSpace-CRIS: a CRIS enhanced repository platform
DSpace-CRIS: a CRIS enhanced repository platformDSpace-CRIS: a CRIS enhanced repository platform
DSpace-CRIS: a CRIS enhanced repository platform
Andrea Bollini
 
Structured Data: It's All About the Graph!
Structured Data: It's All About the Graph!Structured Data: It's All About the Graph!
Structured Data: It's All About the Graph!
Richard Wallis
 
Structured Data: It's All about the Graph | Richard Wallis, Data Liberate
Structured Data: It's All about the Graph | Richard Wallis, Data LiberateStructured Data: It's All about the Graph | Richard Wallis, Data Liberate
Structured Data: It's All about the Graph | Richard Wallis, Data Liberate
Click Consult (Part of Ceuta Group)
 
DSpace-CRIS Workshop OR2015: Slides
DSpace-CRIS Workshop OR2015: SlidesDSpace-CRIS Workshop OR2015: Slides
DSpace-CRIS Workshop OR2015: Slides
Andrea Bollini
 
Content Types and Entity Types
Content Types and Entity TypesContent Types and Entity Types
Content Types and Entity Types
Michael Andrews
 
Practical Information Architecture
Practical Information ArchitecturePractical Information Architecture
Practical Information Architecture
Rob Bogue
 
Dm1.1
Dm1.1Dm1.1
Dm1.1
popo pp
 
Elasticsearch Introduction at BigData meetup
Elasticsearch Introduction at BigData meetupElasticsearch Introduction at BigData meetup
Elasticsearch Introduction at BigData meetup
Eric Rodriguez (Hiring in Lex)
 
MongoDB for Genealogy
MongoDB for GenealogyMongoDB for Genealogy
MongoDB for Genealogy
Steven Francia
 
ESDDC - Corralling Your Content
ESDDC - Corralling Your ContentESDDC - Corralling Your Content
ESDDC - Corralling Your Content
Jonathan Ralton
 
Measuring Impact: Towards a data citation metric
Measuring Impact: Towards a data citation metricMeasuring Impact: Towards a data citation metric
Measuring Impact: Towards a data citation metric
Edward Baker
 
Graph databases and the #panamapapers
Graph databases and the #panamapapersGraph databases and the #panamapapers
Graph databases and the #panamapapers
darthvader42
 
SharePoint Saturday New york City - The importance of metadata #spsnyc
SharePoint Saturday New york City - The importance of metadata #spsnycSharePoint Saturday New york City - The importance of metadata #spsnyc
SharePoint Saturday New york City - The importance of metadata #spsnyc
Vincent Biret
 
Collab365 - We Need to Talk: How to Converse with Regular People About Managi...
Collab365 - We Need to Talk: How to Converse with Regular People About Managi...Collab365 - We Need to Talk: How to Converse with Regular People About Managi...
Collab365 - We Need to Talk: How to Converse with Regular People About Managi...
Jonathan Ralton
 
How DITA Got Her Groove Back: Going Mapless with Don Day
How DITA Got Her Groove Back: Going Mapless with Don DayHow DITA Got Her Groove Back: Going Mapless with Don Day
How DITA Got Her Groove Back: Going Mapless with Don Day
Information Development World
 
Author paper identification problem
Author  paper identification problemAuthor  paper identification problem
Author paper identification problem
Pooja Mishra
 

Similar to DSpace 7 - The Power of Configurable Entities (20)

Crossref Event Data and other new services
Crossref Event Data and other new servicesCrossref Event Data and other new services
Crossref Event Data and other new services
 
Event Data & Other New Services - Crossref LIVE Hannover
Event Data & Other New Services - Crossref LIVE HannoverEvent Data & Other New Services - Crossref LIVE Hannover
Event Data & Other New Services - Crossref LIVE Hannover
 
OSCON 2012 MongoDB Tutorial
OSCON 2012 MongoDB TutorialOSCON 2012 MongoDB Tutorial
OSCON 2012 MongoDB Tutorial
 
David Kuilman | Creating a Semantic Enterprise Content model to support conti...
David Kuilman | Creating a Semantic Enterprise Content model to support conti...David Kuilman | Creating a Semantic Enterprise Content model to support conti...
David Kuilman | Creating a Semantic Enterprise Content model to support conti...
 
DSpace-CRIS: a CRIS enhanced repository platform
DSpace-CRIS: a CRIS enhanced repository platformDSpace-CRIS: a CRIS enhanced repository platform
DSpace-CRIS: a CRIS enhanced repository platform
 
Structured Data: It's All About the Graph!
Structured Data: It's All About the Graph!Structured Data: It's All About the Graph!
Structured Data: It's All About the Graph!
 
Structured Data: It's All about the Graph | Richard Wallis, Data Liberate
Structured Data: It's All about the Graph | Richard Wallis, Data LiberateStructured Data: It's All about the Graph | Richard Wallis, Data Liberate
Structured Data: It's All about the Graph | Richard Wallis, Data Liberate
 
DSpace-CRIS Workshop OR2015: Slides
DSpace-CRIS Workshop OR2015: SlidesDSpace-CRIS Workshop OR2015: Slides
DSpace-CRIS Workshop OR2015: Slides
 
Content Types and Entity Types
Content Types and Entity TypesContent Types and Entity Types
Content Types and Entity Types
 
Practical Information Architecture
Practical Information ArchitecturePractical Information Architecture
Practical Information Architecture
 
Dm1.1
Dm1.1Dm1.1
Dm1.1
 
Elasticsearch Introduction at BigData meetup
Elasticsearch Introduction at BigData meetupElasticsearch Introduction at BigData meetup
Elasticsearch Introduction at BigData meetup
 
MongoDB for Genealogy
MongoDB for GenealogyMongoDB for Genealogy
MongoDB for Genealogy
 
ESDDC - Corralling Your Content
ESDDC - Corralling Your ContentESDDC - Corralling Your Content
ESDDC - Corralling Your Content
 
Measuring Impact: Towards a data citation metric
Measuring Impact: Towards a data citation metricMeasuring Impact: Towards a data citation metric
Measuring Impact: Towards a data citation metric
 
Graph databases and the #panamapapers
Graph databases and the #panamapapersGraph databases and the #panamapapers
Graph databases and the #panamapapers
 
SharePoint Saturday New york City - The importance of metadata #spsnyc
SharePoint Saturday New york City - The importance of metadata #spsnycSharePoint Saturday New york City - The importance of metadata #spsnyc
SharePoint Saturday New york City - The importance of metadata #spsnyc
 
Collab365 - We Need to Talk: How to Converse with Regular People About Managi...
Collab365 - We Need to Talk: How to Converse with Regular People About Managi...Collab365 - We Need to Talk: How to Converse with Regular People About Managi...
Collab365 - We Need to Talk: How to Converse with Regular People About Managi...
 
How DITA Got Her Groove Back: Going Mapless with Don Day
How DITA Got Her Groove Back: Going Mapless with Don DayHow DITA Got Her Groove Back: Going Mapless with Don Day
How DITA Got Her Groove Back: Going Mapless with Don Day
 
Author paper identification problem
Author  paper identification problemAuthor  paper identification problem
Author paper identification problem
 

Recently uploaded

A Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of PassageA Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of Passage
Philip Schwarz
 
top nidhi software solution freedownload
top nidhi software solution freedownloadtop nidhi software solution freedownload
top nidhi software solution freedownload
vrstrong314
 
Graphic Design Crash Course for beginners
Graphic Design Crash Course for beginnersGraphic Design Crash Course for beginners
Graphic Design Crash Course for beginners
e20449
 
Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024
Paco van Beckhoven
 
Enhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdfEnhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdf
Globus
 
Enterprise Resource Planning System in Telangana
Enterprise Resource Planning System in TelanganaEnterprise Resource Planning System in Telangana
Enterprise Resource Planning System in Telangana
NYGGS Automation Suite
 
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Mind IT Systems
 
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data AnalysisProviding Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Globus
 
Understanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSageUnderstanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSage
Globus
 
GlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote sessionGlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote session
Globus
 
TROUBLESHOOTING 9 TYPES OF OUTOFMEMORYERROR
TROUBLESHOOTING 9 TYPES OF OUTOFMEMORYERRORTROUBLESHOOTING 9 TYPES OF OUTOFMEMORYERROR
TROUBLESHOOTING 9 TYPES OF OUTOFMEMORYERROR
Tier1 app
 
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology SolutionsProsigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns
 
Lecture 1 Introduction to games development
Lecture 1 Introduction to games developmentLecture 1 Introduction to games development
Lecture 1 Introduction to games development
abdulrafaychaudhry
 
Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus
 
Using IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New ZealandUsing IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New Zealand
IES VE
 
Cyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdfCyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdf
Cyanic lab
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Globus
 
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
Juraj Vysvader
 
RISE with SAP and Journey to the Intelligent Enterprise
RISE with SAP and Journey to the Intelligent EnterpriseRISE with SAP and Journey to the Intelligent Enterprise
RISE with SAP and Journey to the Intelligent Enterprise
Srikant77
 
May Marketo Masterclass, London MUG May 22 2024.pdf
May Marketo Masterclass, London MUG May 22 2024.pdfMay Marketo Masterclass, London MUG May 22 2024.pdf
May Marketo Masterclass, London MUG May 22 2024.pdf
Adele Miller
 

Recently uploaded (20)

A Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of PassageA Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of Passage
 
top nidhi software solution freedownload
top nidhi software solution freedownloadtop nidhi software solution freedownload
top nidhi software solution freedownload
 
Graphic Design Crash Course for beginners
Graphic Design Crash Course for beginnersGraphic Design Crash Course for beginners
Graphic Design Crash Course for beginners
 
Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024
 
Enhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdfEnhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdf
 
Enterprise Resource Planning System in Telangana
Enterprise Resource Planning System in TelanganaEnterprise Resource Planning System in Telangana
Enterprise Resource Planning System in Telangana
 
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
 
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data AnalysisProviding Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
 
Understanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSageUnderstanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSage
 
GlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote sessionGlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote session
 
TROUBLESHOOTING 9 TYPES OF OUTOFMEMORYERROR
TROUBLESHOOTING 9 TYPES OF OUTOFMEMORYERRORTROUBLESHOOTING 9 TYPES OF OUTOFMEMORYERROR
TROUBLESHOOTING 9 TYPES OF OUTOFMEMORYERROR
 
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology SolutionsProsigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology Solutions
 
Lecture 1 Introduction to games development
Lecture 1 Introduction to games developmentLecture 1 Introduction to games development
Lecture 1 Introduction to games development
 
Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024Globus Compute wth IRI Workflows - GlobusWorld 2024
Globus Compute wth IRI Workflows - GlobusWorld 2024
 
Using IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New ZealandUsing IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New Zealand
 
Cyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdfCyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdf
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
 
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
 
RISE with SAP and Journey to the Intelligent Enterprise
RISE with SAP and Journey to the Intelligent EnterpriseRISE with SAP and Journey to the Intelligent Enterprise
RISE with SAP and Journey to the Intelligent Enterprise
 
May Marketo Masterclass, London MUG May 22 2024.pdf
May Marketo Masterclass, London MUG May 22 2024.pdfMay Marketo Masterclass, London MUG May 22 2024.pdf
May Marketo Masterclass, London MUG May 22 2024.pdf
 

DSpace 7 - The Power of Configurable Entities