Drupal and the Media Industry. Stéphane Corlosquet EMWRT IX, Sept 2013, Amsterdam

Size: px
Start display at page:

Download "Drupal and the Media Industry. Stéphane Corlosquet EMWRT IX, Sept 2013, Amsterdam"

Transcription

1 Drupal and the Media Industry Stéphane Corlosquet EMWRT IX, Sept 2013, Amsterdam 1

2 Agenda Introduction The case for Drupal in Media Drupal and Acquia in the Enterprise Drupal and Semantic content Q&A discussion

3 About the speaker Stéphane scor Corlosquet 3 7 years with Drupal Software engineer Drupal 7 RDF core maintainer Drupal Security Team member Co-author Contrib modules: RDF Extensions, SPARQL, schema.org, WebID Member of the RDFa WG at W3C

4 Recurring Concerns in Media Ø Ø 4 Building consistent, scalable & highly branded experiences Struggling to unify cross-channel digital experiences mobile, social, and the web Ø Attaining flexibility to configure and extend web platform Ø Functional limitations to integrate and expand capabilities Ø Reducing costs to build and enhance digital experiences

5 Drupal is the Largest Open Source Community in the World Open source, web phenomenon Market Presence 2,000,000+ sites Global Adoption 228 countries Extensive Capabilities 22,000+ modules Broad Community 900,000+ members Active Development 27,000+ developers 2X the size of Linux developer community 5

6 Drupal Adoption in Key Verticals 5 11 of the Big 6 US media companies of the top 18 US media brands 71 of the top 100 universities worldwide 3 of the top 3 global music companies 130 nations using Drupal for gov t websites 2 6 top global pharmaceutical companies

7 Who uses Drupal? 7

8 Who uses Drupal? 8

9 Who uses Drupal? 9

10 Who uses Drupal? 10

11 Who uses Drupal? 11

12 12

13 Acquia is the Enterprise Guide to Drupal Co-founded by the creator of Drupal in 2007 Acquia Network: Supports 18,000+ sites Acquia Cloud, The First Global Drupal PaaS 9 Billion Requests/month 140 Terabytes of content per month 2013 Forrester Wave for Web Content Management Positioned as Visionary by Gartner 3X One of the top 10 software companies on the Inc. Dries Buytaert, 500 two years running. Creator of Drupal 13

14 Acquia is the Enterprise Guide to Drupal [ start! ] Discover Design Develop Deploy [ 14 enterprise deployment ]

15 Content Authoring Managed at Department level WYSIWYG editing Content & presentation separation Rich media integration & controls Drag and drop page layouts 15

16 Editorial Workflows Content creator/editor workbench Review, approval, publishing workflows Change reviewing Content versioning Role-based interface & permissions 16

17 Language Translation and Multi-Site Multilingual content - Support for handling text content, fields, variables, - Language translation workflow Localized Drupal UX Single site and multisite 17

18 Manage Sites & Push Changes at Scale with Site Factory Central Dashboard for Multisite Management 18 Keep all your sites in sync and reduce maintenance headaches Access, manage and monitor sites in one place Apply new Drupal configurations across any number of sites with a single click

19 Automated Maintenance with Insight Acquia Insight tracks module updated-ness we investigate for you! Learn more about Insight

20 Easily Deploy using staging tools Continuous Integration Workfow Reduces Customization Risk 20 Extend the base Drupal distribution through a shared codebase applied to all sites Validate production-readiness of your custom code Test customizations in a sandbox and deploy to all production sites when ready

21 Multiple Paths to Drupal Success 1 Acquia role Training Development support Maintenance Customer role 2 Advise Site planning Architecture design Project management Site development Testing Deployment Advise, Architect & Validate Acquia role Training Site planning Architecture design Development support Code validation Maintenance Project management Site development Testing Deployment 21 Advise, Architect & Deliver Acquia role Customer role 3 Training Site planning Architecture design Project management Build to specifi cation Development support Testing Deployment Maintenance Customer role Focus on business goals Support & maintenance Network services Cloud deployment Developer tools Drupal monitoring Performance testing

22 Semantic Content in Drupal 22

23 The Web today: Many information silos 23

24 Challenges - Growing amount of information - How can machines help us manage and search all this information? - How can we help machines to understand this information? 24

25 Evolution of the Web 25

26 Linked Open Data Cloud 26

27 Google 27

28 Yahoo! 28

29 Bing! 29

30 Structured Data in HTML Helps machines extract relevant data from HTML Can make use of this data in new ways: enhanced search results Knowledge graph Search engines only index HTML 30

31 Schema.org 31

32 Schema.org 32

33 Schema.org Describe the type of your content (Person, Event, Recipe, Product, Book, Movie, etc.) 416 types and counting Each type has a set of properties 33 Common properties: name, description, image, url Specific properties depending on the type (see type page on schema.org) 544 properties and counting

34 How does schema.org apply to Drupal? Content types 34

35 Architecture User driven data model 35

36 Schema.org module for Drupal Map your content types and fields to the schema.org terms 36

37 Content types and Fields 37

38 Content types and Fields 38

39 Content types and Fields 39

40 Rich Snippet testing tool 40

41 Schema.org module 41 UI for mapping content types and fields to schema.org Documentation on drupal.org Screencast + examples

42 Content in Drupal 42

43 Drupal 7 and RDF 43 The RDF mapping API allows any vocabulary Default mappings on blogs, forums, comments, etc. using FOAF, SIOC, DC, SKOS Drupal 7 core outputs these mappings in RDFa Mappings can be changed to include other vocabularies like schema.org

44 Drupal 7 default RDF mappings 44

45 Drupal 7 and RDF Contributed module for more features RDF Extensions Serialization formats: RDF/XML, Turtle, N-Triples Mapping UI RDF Indexer SPARQL Views Expose Drupal RDF data as JSON-LD (CORS-enabled) Features and packaging 45 Display remote RDF data in Drupal using SPARQL JSON-LD Expose Drupal RDF data in a SPARQL Endpoint Build distributions / deployment workflow

46 Drupal and SPARQL 46

47 RDF store + SPARQL Endpoint Indexing Module: Documentation: 47

48 RDF store + SPARQL Endpoint 48 Public endpoint available at /sparql

49 RDF store + SPARQL Endpoint Example: popular tags by comments PREFIX dc: < PREFIX sioc: < SELECT?tag sum(?replies) as?total_replies WHERE {?post sioc:num_replies?replies.?post dc:subject [ rdfs:label?tag ]. } GROUP BY?tag ORDER BY DESC(?total_replies) 49

50 Questions? Stéphane Corlosquet: - stephane.corlosquet@acquia.com - Engage across every digital channel 50

Drupal. http://www.flickr.com/photos/funkyah/2400889778

Drupal. http://www.flickr.com/photos/funkyah/2400889778 Drupal 7 and RDF Stéphane Corlosquet, - Software engineer, MGH - Drupal 7 core RDF maintainer - SemWeb geek Linked Data Ventures, MIT, Oct 2010 This work is licensed under a Creative

More information

Linked Data Publishing with Drupal

Linked Data Publishing with Drupal Linked Data Publishing with Drupal Joachim Neubert ZBW German National Library of Economics Leibniz Information Centre for Economics SWIB13 Workshop Hamburg, Germany 25.11.2013 ZBW is member of the Leibniz

More information

COMBINING AND EASING THE ACCESS OF THE ESWC SEMANTIC WEB DATA

COMBINING AND EASING THE ACCESS OF THE ESWC SEMANTIC WEB DATA STI INNSBRUCK COMBINING AND EASING THE ACCESS OF THE ESWC SEMANTIC WEB DATA Dieter Fensel, and Alex Oberhauser STI Innsbruck, University of Innsbruck, Technikerstraße 21a, 6020 Innsbruck, Austria firstname.lastname@sti2.at

More information

Four Reasons Your Technical Team Will Love Acquia Cloud Site Factory

Four Reasons Your Technical Team Will Love Acquia Cloud Site Factory Four Reasons Your Technical Team Will Love Acquia Cloud Site Factory Table of Contents The Journey You ve Accepted.... 3 The Freedom of Open Source and Power of Drupal.... 4 Manage and Deploy Tens, Hundreds,

More information

The Open Source Alternative for Social Business Software

The Open Source Alternative for Social Business Software The Open Source Alternative for Social Business Software Community. Powered. Innovation. Jay Batson Acquia VP & Co-Founder, Drupal Commons Product Lead @batsonjay Drupal Commons is For Communities. Built

More information

How To Write A Drupal 5.5.2.2 Rdf Plugin For A Site Administrator To Write An Html Oracle Website In A Blog Post In A Flashdrupal.Org Blog Post

How To Write A Drupal 5.5.2.2 Rdf Plugin For A Site Administrator To Write An Html Oracle Website In A Blog Post In A Flashdrupal.Org Blog Post RDFa in Drupal: Bringing Cheese to the Web of Data Stéphane Corlosquet, Richard Cyganiak, Axel Polleres and Stefan Decker Digital Enterprise Research Institute National University of Ireland, Galway Galway,

More information

Drupal Website Design Curriculum

Drupal Website Design Curriculum Drupal Website Design Curriculum Curriculum Materials The STEM Fuse Drupal Website Design Curriculum is an 18 week website design curriculum developed for high school level (grade 9 12) students. The curriculum

More information

Assembling a Next Generation Enterprise Web Infrastructure with Drupal and Acquia

Assembling a Next Generation Enterprise Web Infrastructure with Drupal and Acquia Assembling a Next Generation Enterprise Web Infrastructure with Drupal and Acquia For the Site Architect Table of Contents Executive Summary.... 3 It s Currently a Mess.... 4 But Wait, It Gets Worse....

More information

Acquia Introduction December 9th, 2009

Acquia Introduction December 9th, 2009 Acquia Introduction December 9 th, 2009 Agenda 1. Content Management 2. Web Application Framework 3. Architecture principles 1. Modular 2. Event driven 3. Skinnable 4. Secure 5. Accessible 4. Enterprise

More information

12 The Semantic Web and RDF

12 The Semantic Web and RDF MSc in Communication Sciences 2011-12 Program in Technologies for Human Communication Davide Eynard nternet Technology 12 The Semantic Web and RDF 2 n the previous episodes... A (video) summary: Michael

More information

Things Made Easy: One Click CMS Integration with Solr & Drupal

Things Made Easy: One Click CMS Integration with Solr & Drupal May 10, 2012 Things Made Easy: One Click CMS Integration with Solr & Drupal Peter M. Wolanin, Ph.D. Momentum Specialist (principal engineer), Acquia, Inc. Drupal contributor drupal.org/user/49851 co-maintainer

More information

Web Content Management (Web CMS) for Internal or External Sites Request for Proposal (RFP) Template

Web Content Management (Web CMS) for Internal or External Sites Request for Proposal (RFP) Template Web Content Management (Web CMS) for Internal or External Sites Request for Proposal (RFP) Template Thank you for participating in this Web Content Management platform review. This RFP presents detailed

More information

Optimizing Drupal Performance. Benchmark Results

Optimizing Drupal Performance. Benchmark Results Benchmark Results February 2010 Table of Contents Overview 3 Test Environment 3 Results Summary 4 Configurations and Test Details 8 Bytecode Caching 12 Improving Drupal Code with Partial Caching 13 Full

More information

Towards the Integration of a Research Group Website into the Web of Data

Towards the Integration of a Research Group Website into the Web of Data Towards the Integration of a Research Group Website into the Web of Data Mikel Emaldi, David Buján, and Diego López-de-Ipiña Deusto Institute of Technology - DeustoTech, University of Deusto Avda. Universidades

More information

govcms is made from three parts; a cloud platform, a Web CMS product and a procurement mechanism.

govcms is made from three parts; a cloud platform, a Web CMS product and a procurement mechanism. govcms GUIDE v1.0 Introduction govcms is a content management and website hosting service designed for Australian Government websites, launched in March 2015 by the Commonwealth Department of Finance.

More information

ON DEMAND ACCESS TO BIG DATA. Peter Haase fluid Operations AG

ON DEMAND ACCESS TO BIG DATA. Peter Haase fluid Operations AG ON DEMAND ACCESS TO BIG DATA THROUGHSEMANTIC TECHNOLOGIES Peter Haase fluid Operations AG fluid Operations (fluidops) Linked Data & SemanticTechnologies Enterprise Cloud Computing Software company founded

More information

BOM based on what they input into fossology.

BOM based on what they input into fossology. SPDX Tool Website SPDX Tool Description License and copyright scanner that emits license names that conform to SPDX. In March a module should be added that gives the user an SPDX FOSSology fossology.org

More information

Get results with modern, personalized digital experiences

Get results with modern, personalized digital experiences Brochure HP TeamSite What s new in TeamSite? The latest release of TeamSite (TeamSite 8) brings significant enhancements in usability and performance: Modern graphical interface: Rely on an easy and intuitive

More information

Revealing Trends and Insights in Online Hiring Market Using Linking Open Data Cloud: Active Hiring a Use Case Study

Revealing Trends and Insights in Online Hiring Market Using Linking Open Data Cloud: Active Hiring a Use Case Study Revealing Trends and Insights in Online Hiring Market Using Linking Open Data Cloud: Active Hiring a Use Case Study Amar-Djalil Mezaour 1, Julien Law-To 1, Robert Isele 3, Thomas Schandl 2, and Gerd Zechmeister

More information

Structured Content: the Key to Agile. Web Experience Management. Introduction

Structured Content: the Key to Agile. Web Experience Management. Introduction Structured Content: the Key to Agile CONTENTS Introduction....................... 1 Structured Content Defined...2 Structured Content is Intelligent...2 Structured Content and Customer Experience...3 Structured

More information

LINKED DATA EXPERIENCE AT MACMILLAN Building discovery services for scientific and scholarly content on top of a semantic data model

LINKED DATA EXPERIENCE AT MACMILLAN Building discovery services for scientific and scholarly content on top of a semantic data model LINKED DATA EXPERIENCE AT MACMILLAN Building discovery services for scientific and scholarly content on top of a semantic data model 22 October 2014 Tony Hammond Michele Pasin Background About Macmillan

More information

The Semantic Web. CSCI 470: Web Science Keith Vertanen

The Semantic Web. CSCI 470: Web Science Keith Vertanen The Semantic Web CSCI 470: Web Science Keith Vertanen Overview HTML5 semantic markup Why? Common tags Custom markup Microdata Microformats RDFa JSON-LD 2 3 The problem: Semantic web: Why? Web pages are

More information

I have experience in building large Community websites, Business websites, Products and Services websites and E-commerce websites using Drupal.

I have experience in building large Community websites, Business websites, Products and Services websites and E-commerce websites using Drupal. Email: compujohnny@gmail.com Skype: compujohnny http://www.jesox.com https://www.drupal.org/u/compujohnny Dear Employer, I am a Professional Web developer having over 7 years experience in creating business

More information

LinksTo A Web2.0 System that Utilises Linked Data Principles to Link Related Resources Together

LinksTo A Web2.0 System that Utilises Linked Data Principles to Link Related Resources Together LinksTo A Web2.0 System that Utilises Linked Data Principles to Link Related Resources Together Owen Sacco 1 and Matthew Montebello 1, 1 University of Malta, Msida MSD 2080, Malta. {osac001, matthew.montebello}@um.edu.mt

More information

Semantic Interoperability

Semantic Interoperability Ivan Herman Semantic Interoperability Olle Olsson Swedish W3C Office Swedish Institute of Computer Science (SICS) Stockholm Apr 27 2011 (2) Background Stockholm Apr 27, 2011 (2) Trends: from

More information

W3C and Cloud: Where do we meet?

W3C and Cloud: Where do we meet? W3C and Cloud: Where do we meet? Chunming Hu / 胡 春 明 hucm@buaa.edu.cn; hucm@w3.org School of Computer Science, Beihang University W3C/Beihang Host June 2, 2015 (CCCC 2015 Cloud Standards Forum) 尽 展 万 维

More information

Peer 1 Hosting Multisite

Peer 1 Hosting Multisite Peer 1 Hosting Multisite www.appnovation.com Peer 1 Hosting Multisite Contents 1.0 Project Overview P. 3 2.0 Project Information P. 4 3.0 Site Functionalities P. 5 4.0 Modules P. 7 P.2 1.0 Project Overview

More information

ON DEMAND ACCESS TO BIG DATA THROUGH SEMANTIC TECHNOLOGIES. Peter Haase fluid Operations AG

ON DEMAND ACCESS TO BIG DATA THROUGH SEMANTIC TECHNOLOGIES. Peter Haase fluid Operations AG ON DEMAND ACCESS TO BIG DATA THROUGH SEMANTIC TECHNOLOGIES Peter Haase fluid Operations AG fluid Operations(fluidOps) Linked Data& Semantic Technologies Enterprise Cloud Computing Software company founded

More information

Oracle WebCenter and BPM Strategy and Vision

Oracle WebCenter and BPM Strategy and Vision Oracle WebCenter and BPM Strategy and Vision Kulvinder Hari EMEA FUSION MIDDLEWARE PRODUCT MANAGEMENT 14th October 2014 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement

More information

Hello Drupal! Here s your welcome-pack to the Drupal Community. Prepared by. for the Drupal community

Hello Drupal! Here s your welcome-pack to the Drupal Community. Prepared by. for the Drupal community Hello Drupal! Here s your welcome-pack to the Drupal Community Prepared by for the Drupal community Please visit http://training.acquia.com/ to learn about Acquia partner s training events Acknowledgements

More information

Integrating Video with Your. Management Platform

Integrating Video with Your. Management Platform Integrating Video with Your Customer Experience Management Platform Brightcove CMS partner integrations break down the walls between video and other types of online content 2012 WHITEPAPER CONTENTS 1 Introduction

More information

When High Tech Firms Go Digital

When High Tech Firms Go Digital When High Tech Firms Go Digital Section 1: Introduction / Overview When Speed, Flexibility, and Agility Matter High tech firms rely on the web to promote products and services, generate leads, and cement

More information

We have big data, but we need big knowledge

We have big data, but we need big knowledge We have big data, but we need big knowledge Weaving surveys into the semantic web ASC Big Data Conference September 26 th 2014 So much knowledge, so little time 1 3 takeaways What are linked data and the

More information

BUILDING MULTILINGUAL WEBSITES WITH DRUPAL 7

BUILDING MULTILINGUAL WEBSITES WITH DRUPAL 7 BUILDING MULTILINGUAL WEBSITES WITH DRUPAL 7 About us! Getting to know you... What are your multilingual needs? What you need Check A fresh Drupal 7 instance installed locally Download of module files

More information

Web to Print Knowledge Experience. A Case Study of the Government of Hessen, Germany s Half-Time Report

Web to Print Knowledge Experience. A Case Study of the Government of Hessen, Germany s Half-Time Report Web to Print Knowledge Experience A Case Study of the Government of Hessen, Germany s Half-Time Report Halbzeitbilanz The Half Time Report An transparency initiative by the government of Hessen, Germany

More information

How to Choose the Best Web Content Management System for Customer Experience Management:

How to Choose the Best Web Content Management System for Customer Experience Management: white paper How to Choose the Best Web Content Management System for Customer Experience Management: A Guide for Both Marketers and Developers Table of Contents Choosing a Web CMS is about more than Content

More information

Absolute Beginner s Guide to Drupal

Absolute Beginner s Guide to Drupal Absolute Beginner s Guide to Drupal 1. Introduction 2. Install 3. Create 4. Extend 5. Design 6. Practice The OSWay 1. Introduction 2. Install 3. Create 4. Extend 5. Design 6. Practice The OSWay Drupal

More information

When Higher Education Goes Digital

When Higher Education Goes Digital When Higher Education Goes Digital Section 1: Introduction / Overview Staying Abreast of Changing Web Technologies Back when the web was new, colleges and universities were among the most enthusiastic

More information

Extending the Linked Data API with RDFa

Extending the Linked Data API with RDFa Extending the Linked Data API with RDFa Steve Battle 1, James Leigh 2, David Wood 2 1 Gloze Ltd, UK steven.a.battle@gmail.com 2 3 Round Stones, USA James, David@3roundstones.com Linked data is about connecting

More information

LEARNING DRUPAL. Instructor : Joshua Owusu-Ansah Company : e4solutions Com. Ltd.

LEARNING DRUPAL. Instructor : Joshua Owusu-Ansah Company : e4solutions Com. Ltd. LEARNING DRUPAL Instructor : Joshua Owusu-Ansah Company : e4solutions Com. Ltd. Background The Drupal project was started in 2000 by a student in Belgium named Dries Buytaert. The code was originally designed

More information

FEATURES LIST. cms.moveable.com

FEATURES LIST. cms.moveable.com PAGES AND CONTENT AUTHORING Unlimited Site Pages* Spell Check* Unlimited Concurrent CMS Users* Find and Replace* Unlimited Content Items* Task Manager* Unlimited Templates* Unlimited Layouts Open-Ended

More information

State of Drupal Hungary 2008. Dries Buytaert

State of Drupal Hungary 2008. Dries Buytaert State of Drupal Hungary 2008 Dries Buytaert 1 During my presentation at DrupalCon Barcelona 2007 last year... 2 Drupal.org served 20,000 pages Drupal was downloaded roughly 100 times 4 new Drupal sites

More information

MASHUPS FOR THE INTERNET OF THINGS

MASHUPS FOR THE INTERNET OF THINGS MASHUPS FOR THE INTERNET OF THINGS Matthias Heyde / Fraunhofer FOKUS glue.things a Mashup Platform for wiring the Internet of Things with the Internet of Services 5th International Workshop on the Web

More information

Screenshot Tour. Copyright 2013 TopQuadrant Inc. TopBraid Suite Supporting the Complete Semantic Application Lifecycle

Screenshot Tour. Copyright 2013 TopQuadrant Inc. TopBraid Suite Supporting the Complete Semantic Application Lifecycle Screenshot Tour TopBraid Suite Supporting the Complete Semantic Application Lifecycle TopBraid EVN can manage an unlimited number of vocabularies that may be interconnected Vocabularies can import one

More information

Drupal Training Modules 2015

Drupal Training Modules 2015 Drupal Training Modules 2015 Webikon.com Phone: +40-722-369674 E-mail: contact@webikon.com Web: http://webikon.com Drupal Training Modules 1 / 8 About us Webikon is a Romanian company focused in consulting,

More information

Semantic Advertising for Web 3.0

Semantic Advertising for Web 3.0 Semantic Advertising for Web 3.0 Edward Thomas, Jeff Z. Pan, Stuart Taylor, Yuan Ren, Nophadol Jekjantuk, and Yuting Zhao Department of Computer Science University of Aberdeen Aberdeen, Scotland Abstract.

More information

Brochure Create superior digital experiences

Brochure Create superior digital experiences Brochure Create superior digital experiences Drive revenue with HP TeamSite and Marketing Optimization What s new in TeamSite? The latest release of TeamSite (TeamSite 8) brings significant enhancements

More information

VIVO Dashboard A Drupal-based tool for harvesting and executing sophisticated queries against data from a VIVO instance

VIVO Dashboard A Drupal-based tool for harvesting and executing sophisticated queries against data from a VIVO instance VIVO Dashboard A Drupal-based tool for harvesting and executing sophisticated queries against data from a VIVO instance! Paul Albert, Miles Worthington and Don Carpenter Chapter I: The Problem Administrators

More information

Making System z Sexy Again with Social and Collaboration Software

Making System z Sexy Again with Social and Collaboration Software Making System z Sexy Again with Social and Collaboration Software Tuesday, August 9, 2011: 4:30 PM-5:30 PM Paul Houde Client Technical Professional for Collaboration Solutions on System z Agenda Importance

More information

The Fastest Way to a Drupal Site: Think it, Plan it, Build it.

The Fastest Way to a Drupal Site: Think it, Plan it, Build it. The Fastest Way to a Drupal Site: Think it, Plan it, Build it. Introduction Whether you ve been building static web pages, managing hosted blogs, or are new to web development altogether building a dynamic,

More information

Mobility Strategy. For Enterprises

Mobility Strategy. For Enterprises Mobility Strategy For Enterprises New era of Mobility Enterprises are rapidly extending to anytime, anywhere business models Combine this with the increasing affordability of feature rich mobiles Time

More information

DrupalCamp Edinburgh 2011. Drupal 7 SEO. How to gain an advantage over your non-drupal competition. Diarmy Simpson

DrupalCamp Edinburgh 2011. Drupal 7 SEO. How to gain an advantage over your non-drupal competition. Diarmy Simpson DrupalCamp Edinburgh 2011 Drupal 7 SEO How to gain an advantage over your non-drupal competition Diarmy Simpson SESSION AGENDA SEO Essentials The Drupal 7 SEO Toolkit Drupal 7 and The Semantic Web Drupal

More information

The Ontology and Architecture for an Academic Social Network

The Ontology and Architecture for an Academic Social Network www.ijcsi.org 22 The Ontology and Architecture for an Academic Social Network Moharram Challenger Computer Engineering Department, Islamic Azad University Shabestar Branch, Shabestar, East Azerbaijan,

More information

What s new in the HP Functional Testing 11.5 suite Ronit Soen, product marketing John Jeremiah, product marketing

What s new in the HP Functional Testing 11.5 suite Ronit Soen, product marketing John Jeremiah, product marketing What s new in the HP Functional Testing 11.5 suite Ronit Soen, product marketing John Jeremiah, product marketing Today s agenda A new world order for applications impact on QA HP s response announcement

More information

Walk Before You Run. Prerequisites to Linked Data. Kenning Arlitsch Dean of the Library @kenning_msu

Walk Before You Run. Prerequisites to Linked Data. Kenning Arlitsch Dean of the Library @kenning_msu Walk Before You Run Prerequisites to Linked Data Kenning Arlitsch Dean of the Library @kenning_msu First, Take Care of Basics Linked Data applications will not matter if search engines can t first find

More information

Office 365 SharePoint Online

Office 365 SharePoint Online Office 365 SharePoint Online May 8, 2012 Statera Consultants: Erin Giffin Thomas Baer Agenda Overview of SharePoint Online capabilities Demo User Experience Admin Experience Online vs. OnPrem Hybrid Scenario

More information

A Close Look at Drupal 7

A Close Look at Drupal 7 smart. uncommon. ideas. A Close Look at Drupal 7 Is it good for your bottom line? {WEB} MEADIGITAL.COM {TWITTER} @MEADIGITAL {BLOG} MEADIGITAL.COM/CLICKOSITY {EMAIL} INFO@MEADIGITAL.COM Table of Contents

More information

Amit Sheth & Ajith Ranabahu, 2010. Presented by Mohammad Hossein Danesh

Amit Sheth & Ajith Ranabahu, 2010. Presented by Mohammad Hossein Danesh Amit Sheth & Ajith Ranabahu, 2010 Presented by Mohammad Hossein Danesh 1 Agenda Introduction to Cloud Computing Research Motivation Semantic Modeling Can Help Use of DSLs Solution Conclusion 2 3 Motivation

More information

Here s your full marketing OS. Reimagined.

Here s your full marketing OS. Reimagined. Here s your full marketing OS. Reimagined. We believe advertising should be personal across every connected device and that marketers should focus on attracting customers instead of managing the complexity

More information

From 0 to Drupal in Six Months

From 0 to Drupal in Six Months From 0 to Drupal in Six Months A Case Study on How the Stony Brook University IT Department Migrated to Drupal Richard von Rauchhaupt http://www.stonybrook.edu/it Richard.vonRauchhaupt@stonybrook.edu Previous

More information

ARC: appmosphere RDF Classes for PHP Developers

ARC: appmosphere RDF Classes for PHP Developers ARC: appmosphere RDF Classes for PHP Developers Benjamin Nowack appmosphere web applications, Kruppstr. 100, 45145 Essen, Germany bnowack@appmosphere.com Abstract. ARC is an open source collection of lightweight

More information

OpenText Information Hub (ihub) 3.1 and 3.1.1

OpenText Information Hub (ihub) 3.1 and 3.1.1 OpenText Information Hub (ihub) 3.1 and 3.1.1 OpenText Information Hub (ihub) 3.1.1 meets the growing demand for analytics-powered applications that deliver data and empower employees and customers to

More information

Lingotek + Drupal Finally. Networked translation inside Drupal.

Lingotek + Drupal Finally. Networked translation inside Drupal. DATA SHEET 02 16 2016 Lingotek + Drupal Finally. etworked translation inside Drupal. Overview Lingotek s Translation etwork is the only cloud-based solution to connect all your global content in one place,

More information

DocDokuPLM Innovative PLM solution

DocDokuPLM Innovative PLM solution PLM DocDokuPLM Innovative PLM solution DocDokuPLM: a business solution Manage the entire lifecycle of your products from ideas to market and setup your information backbone. DocDokuPLM highlights Anywhere

More information

Sitecore Web Content Management System. Put Your Website at the Center of Your Digital Marketing Strategy

Sitecore Web Content Management System. Put Your Website at the Center of Your Digital Marketing Strategy Sitecore Web Content Management System Put Your Website at the Center of Your Digital Marketing Strategy World Leading Website Content Management Software Today s websites are front and center of any digital

More information

What to do Post Google Panda

What to do Post Google Panda What to do Post Google Panda 1 Google Panda Update Panda, also known as Farmer, was an algorithm update from Google that first appeared in February 2011. This update restructured many search results and

More information

BIG DATA AGGREGATOR STASINOS KONSTANTOPOULOS NCSR DEMOKRITOS, GREECE. Big Data Europe

BIG DATA AGGREGATOR STASINOS KONSTANTOPOULOS NCSR DEMOKRITOS, GREECE. Big Data Europe BIG DATA AGGREGATOR STASINOS KONSTANTOPOULOS NCSR DEMOKRITOS, GREECE Big Data Europe The Big Data Aggregator The Big Data Aggregator: o A general-purpose architecture for processing Big Data o An implementation

More information

ASTROBOA - DRUPAL Integrated PLATFORM

ASTROBOA - DRUPAL Integrated PLATFORM ASTROBOA - DRUPAL Integrated PLATFORM Lowering the cost & complexity of open data services Gregory Chomatas - @gchomatas BetaCONCEPT Ltd. DRUPAL is perfect for presenting information to PEOPLE ASTROBOA

More information

Building Success on Acquia Cloud:

Building Success on Acquia Cloud: Building Success on Acquia Cloud: 10 Layers of PaaS TECHNICAL Guide Table of Contents Executive Summary.... 3 Introducing the 10 Layers of PaaS... 4 The Foundation: Five Layers of PaaS Infrastructure...

More information

Bricks Architecture Technical Whitepaper

Bricks Architecture Technical Whitepaper 1 20steps Version: December 2014 Bricks Architecture Technical Whitepaper by Helmut Hoffer von Ankershoffen (Owner & CTO) Marc Ewert (Chief Software Architect & Co-CTO) Zimmerstraße 26 Aufgang B 8th Floor

More information

SAP HANA Cloud Portal Overview and Scenarios

SAP HANA Cloud Portal Overview and Scenarios SAP HANA Cloud Portal Overview and Scenarios HERUG 2014 Conference - Montevideo April 2014 Twitter: @portal_sap / #hanacloudportal HERUG 2014 Conference Event Website Event overview Information and Agenda

More information

The following is a comparison between CiviCRM, RedHen and CRM Core which are the leading option for CRM in the Drupal Community.

The following is a comparison between CiviCRM, RedHen and CRM Core which are the leading option for CRM in the Drupal Community. The following is a comparison between CiviCRM, RedHen and CRM Core which are the leading option for CRM in the Drupal Community. Feature CiviCRM RedHen CRM Core Create contacts for individuals, organizations

More information

Creating a Semantic Web Service in 5 Easy Steps. Using SPARQLMotion in TopBraid Composer Maestro Edition

Creating a Semantic Web Service in 5 Easy Steps. Using SPARQLMotion in TopBraid Composer Maestro Edition Creating a Semantic Web Service in 5 Easy Steps Using SPARQLMotion in TopBraid Composer Maestro Edition Step 1: Create a SPARQLMotion file In the Navigator View, select project or project folder where

More information

OCLC CONTENTdm. Geri Ingram Community Manager. Overview. Spring 2015 CONTENTdm User Conference Goucher College Baltimore MD May 27, 2015

OCLC CONTENTdm. Geri Ingram Community Manager. Overview. Spring 2015 CONTENTdm User Conference Goucher College Baltimore MD May 27, 2015 OCLC CONTENTdm Overview Spring 2015 CONTENTdm User Conference Goucher College Baltimore MD May 27, 2015 Geri Ingram Community Manager Overview Audience This session is for users library staff, curators,

More information

State of Drupal Barcelona 2007. Dries Buytaert

State of Drupal Barcelona 2007. Dries Buytaert State of Drupal Barcelona 2007 Dries Buytaert Survey running for 30+ days, collected more than 1000 responses We re really good at We re really good at 1. HTML We re really good at 1. HTML 2. Administering

More information

Simple Tips to Improve Drupal Performance: No Coding Required. By Erik Webb, Senior Technical Consultant, Acquia

Simple Tips to Improve Drupal Performance: No Coding Required. By Erik Webb, Senior Technical Consultant, Acquia Simple Tips to Improve Drupal Performance: No Coding Required By Erik Webb, Senior Technical Consultant, Acquia Table of Contents Introduction................................................ 3 Types of

More information

Business Evolution ERP

Business Evolution ERP Business Evolution ERP 1 BUSINESS EVOLU- TION ERP BRINGS EVERY PART OF YOUR BUSINESS TOGETHER. If your company needs to manage an increasing volume of information with a limited amount of resources and

More information

Drupal 8 Development Retrospective. A timeline and retrospective from a core contributor

Drupal 8 Development Retrospective. A timeline and retrospective from a core contributor Drupal 8 Development Retrospective A timeline and retrospective from a core contributor 2011 2016 Drupal 7, Gates & Initiatives DrupalCon Chicago 2011, Drupal 8 development starts immediately. Dries discusses

More information

Draft Response for delivering DITA.xml.org DITAweb. Written by Mark Poston, Senior Technical Consultant, Mekon Ltd.

Draft Response for delivering DITA.xml.org DITAweb. Written by Mark Poston, Senior Technical Consultant, Mekon Ltd. Draft Response for delivering DITA.xml.org DITAweb Written by Mark Poston, Senior Technical Consultant, Mekon Ltd. Contents Contents... 2 Background... 4 Introduction... 4 Mekon DITAweb... 5 Overview of

More information

Leveraging existing Web frameworks for a SIOC explorer to browse online social communities

Leveraging existing Web frameworks for a SIOC explorer to browse online social communities Leveraging existing Web frameworks for a SIOC explorer to browse online social communities Benjamin Heitmann and Eyal Oren Digital Enterprise Research Institute National University of Ireland, Galway Galway,

More information

Web project proposal. European e-skills Association

Web project proposal. European e-skills Association Web project proposal European e-skills Association LUCISMEDIA WEB DESIGN PROPOSAL CONTENTS Lucismedia... 3 Building enterprise social communities... 3 project objective... 4 Project scope... 6 Interface

More information

Aspire Systems - Experience in Digital Marketing and Social Media

Aspire Systems - Experience in Digital Marketing and Social Media Case Study Aspire Systems - Experience in Digital Table of Contents 1. Digital agency s email marketing platform goes on-demand 2. Social media launch for a major apparel company 3. Mobile CRM empowerment

More information

Lightweight Data Integration using the WebComposition Data Grid Service

Lightweight Data Integration using the WebComposition Data Grid Service Lightweight Data Integration using the WebComposition Data Grid Service Ralph Sommermeier 1, Andreas Heil 2, Martin Gaedke 1 1 Chemnitz University of Technology, Faculty of Computer Science, Distributed

More information

Global Content & Marketing - Marketing Globally Managing Locally

Global Content & Marketing - Marketing Globally Managing Locally Global Content & Marketing - Marketing Globally Managing Locally How effective content management processes, and a robust technology to facilitate it, empower an organization to engage global audiences

More information

The Power of the Unica Marketing Platform

The Power of the Unica Marketing Platform White Paper The Power of the Unica Marketing Platform The Unica Marketing Platform is a set of administration tools, user interface elements and integration services shared by all Unica products. First

More information

SOA REFERENCE ARCHITECTURE: WEB TIER

SOA REFERENCE ARCHITECTURE: WEB TIER SOA REFERENCE ARCHITECTURE: WEB TIER SOA Blueprint A structured blog by Yogish Pai Web Application Tier The primary requirement for this tier is that all the business systems and solutions be accessible

More information

Data-Gov Wiki: Towards Linked Government Data

Data-Gov Wiki: Towards Linked Government Data Data-Gov Wiki: Towards Linked Government Data Li Ding 1, Dominic DiFranzo 1, Sarah Magidson 2, Deborah L. McGuinness 1, and Jim Hendler 1 1 Tetherless World Constellation Rensselaer Polytechnic Institute

More information

Take Your Rocket U2 Apps Mobile with Rocket LegaSuite. Greg Mummah, Product Manager Rocket Software

Take Your Rocket U2 Apps Mobile with Rocket LegaSuite. Greg Mummah, Product Manager Rocket Software Take Your Rocket U2 Apps Mobile with Rocket LegaSuite Greg Mummah, Product Manager Rocket Software Greg Mummah Product Manager Managed application modernization team at municipal government software vendor

More information

Web Presence Proposal For: Campaign Approach. Test Organization Overview and Campaign Goals. Take Control of Your Web Presence

Web Presence Proposal For: Campaign Approach. Test Organization Overview and Campaign Goals. Take Control of Your Web Presence Take Control of Your Web Presence Web Presence Proposal For: Test Organization Overview and Campaign Goals Based on our research and analysis of your company's current web presence we have identified the

More information

55014-Upgrading Your Development Skills to SharePoint 2013

55014-Upgrading Your Development Skills to SharePoint 2013 Course Outline 55014-Upgrading Your Development Skills to SharePoint 2013 Duration: 5 days (30 hours) Target Audience: This course is intended for anyone interested in getting an introductory look at the

More information

WEB-8000 Series and WEBs-N4. Our newest products are open 4 innovation.

WEB-8000 Series and WEBs-N4. Our newest products are open 4 innovation. WEB-8000 Series and WEBs-N4 Our newest products are open 4 innovation. For more than 15 years, the Niagara Framework has fundamentally changed the way devices and systems connect to people and the ways

More information

Adobe Summit 2015 Lab 718: Managing Mobile Apps: A PhoneGap Enterprise Introduction for Marketers

Adobe Summit 2015 Lab 718: Managing Mobile Apps: A PhoneGap Enterprise Introduction for Marketers Adobe Summit 2015 Lab 718: Managing Mobile Apps: A PhoneGap Enterprise Introduction for Marketers 1 INTRODUCTION GOAL OBJECTIVES MODULE 1 AEM & PHONEGAP ENTERPRISE INTRODUCTION LESSON 1- AEM BASICS OVERVIEW

More information

RDF and Semantic Web can we reach escape velocity?

RDF and Semantic Web can we reach escape velocity? RDF and Semantic Web can we reach escape velocity? Jeni Tennison jeni@jenitennison.com http://www.jenitennison.com/blog/ linked data adviser to data.gov.uk - not a Semantic Web evangelist! - like a lot

More information

Modernize IAM with a Web Scale LDAP Directory Server

Modernize IAM with a Web Scale LDAP Directory Server Modernize IAM with a Web Scale LDAP Directory Server with Nathanael Coffing, Co- founder of Syntegrity Copyright 2015 UnboundID, Inc. Today s Speakers Terry Sigle Dir. of SoluEons Engineering, UnboundID

More information

Migrating into Drupal 8

Migrating into Drupal 8 Migrating into Drupal 8 Ryan Weal, Kafei Interactive Inc. Montréal QC ryan@kafei.ca Drupal.org : https://drupal.org/user/412402 Twitter : http://twitter.com/ryan_weal IRC : weal What is migrate? A collection

More information

V E N D O R P R O F I L E. F i c s t a r : S i m p l i f y i n g W e b D a t a E x t r a c t i o n I D C O P I N I O N

V E N D O R P R O F I L E. F i c s t a r : S i m p l i f y i n g W e b D a t a E x t r a c t i o n I D C O P I N I O N V E N D O R P R O F I L E F i c s t a r : S i m p l i f y i n g W e b D a t a E x t r a c t i o n Krista Napier I D C O P I N I O N Information workers are under increasing pressure to make better decisions

More information

Lift your data hands on session

Lift your data hands on session Lift your data hands on session Duration: 40mn Foreword Publishing data as linked data requires several procedures like converting initial data into RDF, polishing URIs, possibly finding a commonly used

More information

TYPO3 6.x Enterprise Web CMS

TYPO3 6.x Enterprise Web CMS An Acira Group Whitepaper April 2013 TYPO3 6.x Enterprise Web CMS A cloud ready open source web platform with enterprise systems integration Executive Summary TYPO3 separates content from design and function,

More information

Leveraging Open Source for a Winning Enterprise Mobile Strategy

Leveraging Open Source for a Winning Enterprise Mobile Strategy Leveraging Open Source for a Winning Enterprise Mobile Strategy Speakers Peter Vescuso EVP of Marketing & Business Development Black Duck Software @black_duck_sw Bryan House VP of Marketing Acquia @bryanhouse

More information

Innovation Development using a Semantic Web Platform: A case-study from the National Health Service in England

Innovation Development using a Semantic Web Platform: A case-study from the National Health Service in England Innovation Development using a Semantic Web Platform: A case-study from the National Health Service in England Mark Birbeck 1, Dr Michael Wilkinson 2 1 Sidewinder, 2nd Floor Titchfield House, 69-85 Tabernacle

More information