SlideShare ist ein Scribd-Unternehmen logo
1 von 35
Downloaden Sie, um offline zu lesen
SharePoint 2007  
Information Architecture 
Integrating taxonomy & metadata 
                        Jeff Carr, Stephanie Lemieux 
                                 Earley & Associates 
                               Taxonomy Bootcamp 
                                     November, 2009 
SharePoint is very 
    easy to implement 
    badly 



2
Typical SharePoint Projects 
3




      Biz 
     Reqs                    Implementtttttttttttttttttttttttttttttttttt 



                        Business                               Business 
     Implement                            Implement                            Implement 
                         Req’s                                  Req’s 




               Where is the information architecture?!


    Examples courtesy of Lulu Pachuau: 
    http://www.slideshare.net/LuluP/information‐architecture‐and‐sharepoint 
Research               Requirements 



               Use Cases &                   The IA Process 
                                                          harePoint
                Personas 
                                                    For S

                Site Map & 
                                      Wireframes 
                Navigation 


                                                        Prototyping/
                                       Taxonomy 
                                                          Testing 

                                       Content 
                                       Modeling/
                                       Metadata 
© Earley & Associates 2009
Good IA needs a system that: 
5


      Supports control & standards 
      Has user friendly interfaces (esp. tagging) 

      Understands relationships 

           Hierarchy 

           Synonyms 

           Associations 

        Manages metadata & taxonomy values 



    © Earley & Associates 2009
Before we start… some basics 


             Site Collections        Collection of sites 
                                     Primary source of 
                                     main navigation 

                             Container for lists/libraries 
                Sites        Primary source of “quick 
                             launch” navigation 
                                  List: Basic unit of storage, 
                Lists             collection of items 
                Libraries         Library: advanced list 


                                                      6
Columns & content types 

            Content     Collection of 
                        columns 
            Types       Associated policies, 
                        workflow, templates 

            Columns     Individual metadata item 
                        Can reference lists or 
                        other data sources 



            Lists 

                                                7
Boundaries & Inheritance 




    Content types 
    are specific to                 Content types 
    a site                         inherit from 
    collection                     parents 


8
More about columns 
9


                                     Different kinds…  
                                        Date 

                                        Number 

                                        Free text 

                                        Controlled list  
                                         (a.k.a Lookup) 
                                        Etc. 


                                      You can also create 
                                      custom column 
                                      types 
    © Earley & Associates 2009
Content display 
10




     © Earley & Associates 2009
Advanced search (OOTB) 
11




     Full text 
     keywords 




     Extended 
     metadata 
     properties 

     © Earley & Associates 2009
Navigation 
12




                        Top‐level navigation shows 
                        sub sites and peers 




                                                      All navigation 
                                                      approaches are 
     Quick launch shows “current site”                configurable (largely) 
     elements 
     © Earley & Associates 2009
Strengths 
13


       Easy to create new structures 
       Navigation is largely automatic 

       Easy to create metadata and connect to LOB 
        systems 
       Many ways to consume content 

       Office integration 

            Document information panel 

            Property propagation 



     © Earley & Associates 2009
Weaknesses 
14


       Very physical architecture 
       Content types and columns scoped to site 

        collections 
       No metadata/taxonomy management 

            No referential integrity            Topics
                                                   Architecture
                                                   Accounting
         No hierarchical metadata                 Construction
                                                   Engineering

          …or any kind of relationships!               Civil
                                                       Mechanical
                                                    Environment

         OOTB search reflects all limitations       Finance




     © Earley & Associates 2009
No hierarchy 
15


         Metadata can only be tagged and stored as flat 
          controlled vocabulary – no hierarchy possible  

                   Possible            Possible     Not Possible

                    Regions           Countries    Geographic regions 

              •  Asia Pacific      •  Cambodia      •  Asia Pacific 
              •  EMEA             •  Canada           •  China 
              •  Latin America    •  Chad             •  Japan 
              •  North America    •  China         •  Europe 
                                  •  Columbia         •  France 
                                  •  Croatia          •  Switzerland 



     © Earley & Associates 2009
Native thesaurus 
16


         Expansions                <XML ID="Microsoft Search Thesaurus">
                                        <thesaurus xmlns="x-schema:tsSchema.xml">

          (a.k.a synonyms)                      <expansion>
                                                     <sub>human resources</sub>
                                                     <sub>hr</sub>
            E.g. HR = Human                         <sub>employee relations</sub>
                                                </expansion>
            Resources = Employee        </thesaurus>
                                    </XML>

            Relations               <XML ID="Microsoft Search Thesaurus">
                                        <thesaurus xmlns="x-schema:tsSchema.xml">
                                                <replacement>
                                                  <pat>NT5</pat>
                                                  <pat>W2K</pat>

         Replacements                            <sub>Windows 2000</sub>
                                                 </replacement>

          (a.k.a. use) 
                                        </thesaurus>
                                      No ability to store any other 
                                    </XML>
                                      types of relationships (e.g. 
            E.g. for NTK or W2K      Associative) 
            use Windows 2000 
     © Earley & Associates 2009
Q: I have SharePoint, but I still want 
     good findability. What are my 
     options? 

             a) Pray 
             b) Ace OOTB IA features 
             c) Customize 
             d) Buy 3rd party add‐ons 
17
Improving navigation 
18


                  List views 
                  RSS feeds 

                  Pre‐constructed searches that look like 
                   navigation  
                       E.g. Content query web part with XSLT 

                    Faceted navigation 




     © Earley & Associates 2009
Improving tagging 
19


             Automate some tagging  
              (workflow or event handler) 
                Location 

                User profile 

           Custom tagging interface 
           Cascading list add‐on 

           Taxonomy management tool connector 

           Auto‐tagging tools 



              Here’s the thing about tools…!
What’s the difference 
between an add‐on, a 
connector and a full  
3rd party tool? 
Connectors 
21


         Taxonomy management tool (or other) as source 
          for metadata and search UI 
            Smartlogic (www.smartlogic.com) 

            Synaptica (www.synapticacentral.com/) 

            Wordmap (www.wordmap.com) 

            SchemaLogic (www.schemalogic.com) 

            MetaVis (www.metavistech.com) 




     © Earley & Associates 2009
The underlying issue 
22




              You can’t change the basic data structure in 
                    SharePoint (i.e. no relationships) 

      $      Add‐on – mimic hierarchy, enhance UI 
      $$ Connector – outsource structure 
                                Or 
     $$$ 3rd party tool 


     © Earley & Associates 2009
Cascading list add‐on 
23




     http://sharepointsnippets.com/post/2009/01/Cascading-Dropdown---
     Configuration.aspx
     © Earley & Associates 2009
Tagging add‐on/tool 
24


            Add‐on                      Taxo. Mgt. Tool 




          www.kwizcom.com              E.g. from Wordmap
 Auto‐tagging 
25




     © Earley & Associates 2009   E.g. from SmartLogic
Improving search 
26


                    Managed properties/metadata mapping 
                    Relevant content near the “top” 

                    Authoritative pages/URL removal 

                    Canned (“saved”) searches 

                    Best bets 

                    Faceted search add‐on or connector 




     © Earley & Associates 2009
Add‐on: Codeplex faceted search 
27


         Free, but leverages SharePoint structure, so 
          limited to flat lists 
Connector: SmartLogic e.g.  
28




                                  Refine / Suggest 
                                  with preferred 
                                  terms and 
                                  relationships 


     © Earley & Associates 2009
Connector: SchemaLogic e.g. 
29




           Model content 
           types & metadata 
           outside 
           SharePoint 
How much do you need? 
30




                                                                 Fully flexible UX 
                           External search tool                  Deep indexing 
                                                                 Configurable search 
                                                      Taxonomy‐driven faceted search 
                          Connector                   BT/NT thesaurus 
                                                      Auto‐tagging 
                                            Better UI for search or tagging 
         Basic add‐on                       Basic faceted search (no/limited hierarchy) 


     MOSS                         Advanced search, limited configuration 
     OOTB                         Navigation based on site architecture 

     © Earley & Associates 2009
What to expect in 2010 
31


       Auto tagging 
       Hierarchical metadata 

       Centralized metadata store 

       Metadata‐based navigation 

       Social tagging standard for all content and sites 

       Search faceting and ranking manipulation 



     (blog post on 2010 metadata management: 
     http://www.earley.com/blog/metadata‐and‐taxonomy‐management‐
        sharepoint‐2010) 
Conclusions 
32


       Don’t skip IA process just because it’s SharePoint 
       Master OOTB features first 

       Keep your eye on consistency across sites, site 
        collections through governance 
       Select tools based on high‐value requirements 




     © Earley & Associates 2009
Resources 
    Free four part series on improving search and IA 
       www.earley.com/webinars/jumpstarts/sharepoint‐
        search‐and‐information‐architecture 
    Codeplex: www.codeplex.com 
    WSS Demo (Metadata and Content Types) 
     www.wssdemo.com/Pages/metadata.aspx 
    Shawn Shell: CMS Watch SharePoint Analyst & 
     Consultant (also co‐author of this session) 
       www.consejoinc.com (blog: http://blog.consejoinc.com/) 
       www.cmswatch.com/SharePoint/Report/ 

© Earley & Associates 2009
Tool list 
34


           Smartlogic (www.smartlogic.com) ‐ taxo 

           Synaptica (www.synapticacentral.com/) ‐ taxo 

           Wordmap (www.wordmap.com) ‐ taxo 

           SchemaLogic (www.schemalogic.com) ‐ taxo 

           MetaVis (www.metavistech.com)  

           Ontolica (www.ontolica.com) ‐ search 

           Concept Searching (www.conceptsearching.com) 

           Cogniva (www.cogniva.ca) ‐ tagging 

           SharePart XXL (www.sharepartxxl.com) ‐ tagging 

           Kwizcom (www.kwizcom.com) ‐ tagging 
     © Earley & Associates 2009
SHAREPOINT INFORMATION 
         ARCHITECTURE 
          Taxonomy Bootcamp 2009

          Stephanie Lemieux (stephanie@earley.com)
          Jeff Carr (jeff@earley.com)
          Earley & Associates
          www.earley.com

          Photo credits:
          http://www.flickr.com/photos/urbancityarch/
          3921454758/




© 2009

Weitere ähnliche Inhalte

Was ist angesagt?

Enterprise Document Management in SharePoint 2010
Enterprise Document Management in SharePoint 2010Enterprise Document Management in SharePoint 2010
Enterprise Document Management in SharePoint 2010Agnes Molnar
 
SPCA2013 - Best Practices Document Management in SharePoint (Online) 2013
SPCA2013 - Best Practices Document Management in SharePoint (Online) 2013SPCA2013 - Best Practices Document Management in SharePoint (Online) 2013
SPCA2013 - Best Practices Document Management in SharePoint (Online) 2013Jasper Oosterveld
 
Enhance the way people collaborate with documents in share point
Enhance the way people collaborate with documents in share pointEnhance the way people collaborate with documents in share point
Enhance the way people collaborate with documents in share pointHaaron Gonzalez
 
How to Leverage SharePoint 2013 to Organize, Label, Navigate, and Search Your...
How to Leverage SharePoint 2013 to Organize, Label, Navigate, and Search Your...How to Leverage SharePoint 2013 to Organize, Label, Navigate, and Search Your...
How to Leverage SharePoint 2013 to Organize, Label, Navigate, and Search Your...J. Kevin Parker, CIP
 
SharePoint Saturday - Information Architecture Design
SharePoint Saturday - Information Architecture DesignSharePoint Saturday - Information Architecture Design
SharePoint Saturday - Information Architecture DesignJim Duncan
 
SharePoint project planning
SharePoint project planningSharePoint project planning
SharePoint project planningJoshua Haebets
 
SharePoint Information Architecture & Usability - SharePoint Saturday The Con...
SharePoint Information Architecture & Usability - SharePoint Saturday The Con...SharePoint Information Architecture & Usability - SharePoint Saturday The Con...
SharePoint Information Architecture & Usability - SharePoint Saturday The Con...Richard Harbridge
 
Building a SharePoint Platform That Scales
Building a SharePoint Platform That ScalesBuilding a SharePoint Platform That Scales
Building a SharePoint Platform That ScalesScott Hoag
 
SharePoint 2010 for Document Compliance
SharePoint 2010 for Document ComplianceSharePoint 2010 for Document Compliance
SharePoint 2010 for Document Compliancentenany
 
Cloud Saturday Chicago 2016 - Modern Intranet Development Best Practices on S...
Cloud Saturday Chicago 2016 - Modern Intranet Development Best Practices on S...Cloud Saturday Chicago 2016 - Modern Intranet Development Best Practices on S...
Cloud Saturday Chicago 2016 - Modern Intranet Development Best Practices on S...Nik Patel
 
If SharePoint had Warning Labels
If SharePoint had Warning LabelsIf SharePoint had Warning Labels
If SharePoint had Warning LabelsJoanne Klein
 
Webinar: Office 365 & Knowledge Management— Creating A Strategy For The Enter...
Webinar: Office 365 & Knowledge Management— Creating A Strategy For The Enter...Webinar: Office 365 & Knowledge Management— Creating A Strategy For The Enter...
Webinar: Office 365 & Knowledge Management— Creating A Strategy For The Enter...WithumSmith+Brown, formerly Portal Solutions
 
SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...
SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...
SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...Richard Harbridge
 
Streamline Your SharePoint Document Management Strategy
Streamline Your SharePoint Document Management StrategyStreamline Your SharePoint Document Management Strategy
Streamline Your SharePoint Document Management Strategymalonem2
 
SharePoint Document Management
SharePoint Document ManagementSharePoint Document Management
SharePoint Document ManagementLearnNowOnline
 
Branding Wont Fix Crappy Content - SharePoint User Experience Discussion
Branding Wont Fix Crappy Content - SharePoint User Experience DiscussionBranding Wont Fix Crappy Content - SharePoint User Experience Discussion
Branding Wont Fix Crappy Content - SharePoint User Experience DiscussionMarcy Kellar
 

Was ist angesagt? (20)

Enterprise Document Management in SharePoint 2010
Enterprise Document Management in SharePoint 2010Enterprise Document Management in SharePoint 2010
Enterprise Document Management in SharePoint 2010
 
SPCA2013 - Best Practices Document Management in SharePoint (Online) 2013
SPCA2013 - Best Practices Document Management in SharePoint (Online) 2013SPCA2013 - Best Practices Document Management in SharePoint (Online) 2013
SPCA2013 - Best Practices Document Management in SharePoint (Online) 2013
 
SharePoint for Beginners
SharePoint for BeginnersSharePoint for Beginners
SharePoint for Beginners
 
Enhance the way people collaborate with documents in share point
Enhance the way people collaborate with documents in share pointEnhance the way people collaborate with documents in share point
Enhance the way people collaborate with documents in share point
 
How to Leverage SharePoint 2013 to Organize, Label, Navigate, and Search Your...
How to Leverage SharePoint 2013 to Organize, Label, Navigate, and Search Your...How to Leverage SharePoint 2013 to Organize, Label, Navigate, and Search Your...
How to Leverage SharePoint 2013 to Organize, Label, Navigate, and Search Your...
 
SharePoint Saturday - Information Architecture Design
SharePoint Saturday - Information Architecture DesignSharePoint Saturday - Information Architecture Design
SharePoint Saturday - Information Architecture Design
 
SharePoint project planning
SharePoint project planningSharePoint project planning
SharePoint project planning
 
SharePoint Information Architecture & Usability - SharePoint Saturday The Con...
SharePoint Information Architecture & Usability - SharePoint Saturday The Con...SharePoint Information Architecture & Usability - SharePoint Saturday The Con...
SharePoint Information Architecture & Usability - SharePoint Saturday The Con...
 
Building a SharePoint Platform That Scales
Building a SharePoint Platform That ScalesBuilding a SharePoint Platform That Scales
Building a SharePoint Platform That Scales
 
KMA SharePoint Saturday Hartford ECM WCM2011
KMA SharePoint Saturday Hartford ECM WCM2011KMA SharePoint Saturday Hartford ECM WCM2011
KMA SharePoint Saturday Hartford ECM WCM2011
 
SharePoint 2010 for Document Compliance
SharePoint 2010 for Document ComplianceSharePoint 2010 for Document Compliance
SharePoint 2010 for Document Compliance
 
Cloud Saturday Chicago 2016 - Modern Intranet Development Best Practices on S...
Cloud Saturday Chicago 2016 - Modern Intranet Development Best Practices on S...Cloud Saturday Chicago 2016 - Modern Intranet Development Best Practices on S...
Cloud Saturday Chicago 2016 - Modern Intranet Development Best Practices on S...
 
If SharePoint had Warning Labels
If SharePoint had Warning LabelsIf SharePoint had Warning Labels
If SharePoint had Warning Labels
 
Managed Metadata and Taxonomies in SharePoint
Managed Metadata and Taxonomies in SharePointManaged Metadata and Taxonomies in SharePoint
Managed Metadata and Taxonomies in SharePoint
 
Webinar: Office 365 & Knowledge Management— Creating A Strategy For The Enter...
Webinar: Office 365 & Knowledge Management— Creating A Strategy For The Enter...Webinar: Office 365 & Knowledge Management— Creating A Strategy For The Enter...
Webinar: Office 365 & Knowledge Management— Creating A Strategy For The Enter...
 
SharePoint as a Document Management System (DMS)
SharePoint as a Document Management System (DMS)SharePoint as a Document Management System (DMS)
SharePoint as a Document Management System (DMS)
 
SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...
SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...
SharePoint Summit Toronto - Practical Information Architecture Tools and Tech...
 
Streamline Your SharePoint Document Management Strategy
Streamline Your SharePoint Document Management StrategyStreamline Your SharePoint Document Management Strategy
Streamline Your SharePoint Document Management Strategy
 
SharePoint Document Management
SharePoint Document ManagementSharePoint Document Management
SharePoint Document Management
 
Branding Wont Fix Crappy Content - SharePoint User Experience Discussion
Branding Wont Fix Crappy Content - SharePoint User Experience DiscussionBranding Wont Fix Crappy Content - SharePoint User Experience Discussion
Branding Wont Fix Crappy Content - SharePoint User Experience Discussion
 

Andere mochten auch

Bpc10 86 agnes-molnar_searchbasednavigation
Bpc10 86 agnes-molnar_searchbasednavigationBpc10 86 agnes-molnar_searchbasednavigation
Bpc10 86 agnes-molnar_searchbasednavigationAgnes Molnar
 
SPCSEA 2013 - Upgrading to SharePoint 2013
SPCSEA 2013 - Upgrading to SharePoint 2013SPCSEA 2013 - Upgrading to SharePoint 2013
SPCSEA 2013 - Upgrading to SharePoint 2013Michael Noel
 
Managing the SharePoint 2010 Application Lifecycle - Part 1
Managing the SharePoint 2010 Application Lifecycle - Part 1Managing the SharePoint 2010 Application Lifecycle - Part 1
Managing the SharePoint 2010 Application Lifecycle - Part 1Chris O'Brien
 
SharePoint 2063: The Future of SharePoint Governance
SharePoint 2063: The Future of SharePoint GovernanceSharePoint 2063: The Future of SharePoint Governance
SharePoint 2063: The Future of SharePoint GovernanceChristian Buckley
 
SharePoint Jumpstart #3: Navigation, Metadata, & Faceted Search: Approaches &...
SharePoint Jumpstart #3: Navigation, Metadata, & Faceted Search: Approaches &...SharePoint Jumpstart #3: Navigation, Metadata, & Faceted Search: Approaches &...
SharePoint Jumpstart #3: Navigation, Metadata, & Faceted Search: Approaches &...Earley Information Science
 
Sharepoint User Group Geneva - Introduction to Office 365
Sharepoint User Group Geneva - Introduction to Office 365Sharepoint User Group Geneva - Introduction to Office 365
Sharepoint User Group Geneva - Introduction to Office 365Mark Stokes
 
Best Practices for Organizing Documents in SharePoint 2010
Best Practices for Organizing Documents in SharePoint 2010Best Practices for Organizing Documents in SharePoint 2010
Best Practices for Organizing Documents in SharePoint 2010Agnes Molnar
 
Access Services in SharePoint 2010 - All You Need to Know
Access Services in SharePoint 2010 - All You Need to KnowAccess Services in SharePoint 2010 - All You Need to Know
Access Services in SharePoint 2010 - All You Need to KnowNik Patel
 
Validating SharePoint for Regulated Life Sciences Applications
Validating SharePoint for Regulated Life Sciences ApplicationsValidating SharePoint for Regulated Life Sciences Applications
Validating SharePoint for Regulated Life Sciences ApplicationsMontrium
 
Enterprise Content Management + SharePoint 2013 - SPSNH
Enterprise Content Management + SharePoint 2013 - SPSNHEnterprise Content Management + SharePoint 2013 - SPSNH
Enterprise Content Management + SharePoint 2013 - SPSNHBob German
 

Andere mochten auch (12)

Bpc10 86 agnes-molnar_searchbasednavigation
Bpc10 86 agnes-molnar_searchbasednavigationBpc10 86 agnes-molnar_searchbasednavigation
Bpc10 86 agnes-molnar_searchbasednavigation
 
Top 5 Technologies Every Church Should Use
Top 5 Technologies Every Church Should UseTop 5 Technologies Every Church Should Use
Top 5 Technologies Every Church Should Use
 
SPCSEA 2013 - Upgrading to SharePoint 2013
SPCSEA 2013 - Upgrading to SharePoint 2013SPCSEA 2013 - Upgrading to SharePoint 2013
SPCSEA 2013 - Upgrading to SharePoint 2013
 
Managing the SharePoint 2010 Application Lifecycle - Part 1
Managing the SharePoint 2010 Application Lifecycle - Part 1Managing the SharePoint 2010 Application Lifecycle - Part 1
Managing the SharePoint 2010 Application Lifecycle - Part 1
 
SharePoint 2063: The Future of SharePoint Governance
SharePoint 2063: The Future of SharePoint GovernanceSharePoint 2063: The Future of SharePoint Governance
SharePoint 2063: The Future of SharePoint Governance
 
SharePoint Jumpstart #3: Navigation, Metadata, & Faceted Search: Approaches &...
SharePoint Jumpstart #3: Navigation, Metadata, & Faceted Search: Approaches &...SharePoint Jumpstart #3: Navigation, Metadata, & Faceted Search: Approaches &...
SharePoint Jumpstart #3: Navigation, Metadata, & Faceted Search: Approaches &...
 
Sharepoint User Group Geneva - Introduction to Office 365
Sharepoint User Group Geneva - Introduction to Office 365Sharepoint User Group Geneva - Introduction to Office 365
Sharepoint User Group Geneva - Introduction to Office 365
 
Best Practices for Organizing Documents in SharePoint 2010
Best Practices for Organizing Documents in SharePoint 2010Best Practices for Organizing Documents in SharePoint 2010
Best Practices for Organizing Documents in SharePoint 2010
 
Access Services in SharePoint 2010 - All You Need to Know
Access Services in SharePoint 2010 - All You Need to KnowAccess Services in SharePoint 2010 - All You Need to Know
Access Services in SharePoint 2010 - All You Need to Know
 
Validating SharePoint for Regulated Life Sciences Applications
Validating SharePoint for Regulated Life Sciences ApplicationsValidating SharePoint for Regulated Life Sciences Applications
Validating SharePoint for Regulated Life Sciences Applications
 
Taxonomy And Metadata
Taxonomy And MetadataTaxonomy And Metadata
Taxonomy And Metadata
 
Enterprise Content Management + SharePoint 2013 - SPSNH
Enterprise Content Management + SharePoint 2013 - SPSNHEnterprise Content Management + SharePoint 2013 - SPSNH
Enterprise Content Management + SharePoint 2013 - SPSNH
 

Ähnlich wie SharePoint Taxonomy and Metadata 11-19-09

Differentiating between web APIs, SOA, & integration …and why it matters
Differentiating between web APIs, SOA, & integration…and why it mattersDifferentiating between web APIs, SOA, & integration…and why it matters
Differentiating between web APIs, SOA, & integration …and why it mattersKim Clark
 
Content is King - ECM in SharePoint 2010 - SharePoint Saturday Denver
Content is King - ECM in SharePoint 2010 - SharePoint Saturday DenverContent is King - ECM in SharePoint 2010 - SharePoint Saturday Denver
Content is King - ECM in SharePoint 2010 - SharePoint Saturday DenverChris McNulty
 
Drupal Integration with Solr for Fabulous CMS Search
Drupal Integration with Solr for  Fabulous CMS SearchDrupal Integration with Solr for  Fabulous CMS Search
Drupal Integration with Solr for Fabulous CMS SearchAcquia
 
INFOGOV14 - Trusting Your KM & ECM Strategy to SharePoint
INFOGOV14 - Trusting Your KM & ECM Strategy to SharePointINFOGOV14 - Trusting Your KM & ECM Strategy to SharePoint
INFOGOV14 - Trusting Your KM & ECM Strategy to SharePointJonathan Ralton
 
Tagging Up - MMS and Taxonomy In SharePoint 2010
Tagging Up - MMS and Taxonomy In SharePoint 2010Tagging Up - MMS and Taxonomy In SharePoint 2010
Tagging Up - MMS and Taxonomy In SharePoint 2010Chris McNulty
 
Things Made Easy: One Click CMS Integration with Solr & Drupal
Things Made Easy: One Click CMS Integration with Solr & DrupalThings Made Easy: One Click CMS Integration with Solr & Drupal
Things Made Easy: One Click CMS Integration with Solr & Drupallucenerevolution
 
Deploying Enterprise Search in PLM Context with Aras
Deploying Enterprise Search in PLM Context with ArasDeploying Enterprise Search in PLM Context with Aras
Deploying Enterprise Search in PLM Context with ArasAras
 
Search domain basics
Search domain basicsSearch domain basics
Search domain basicspmanvi
 
Jonathan Ralton - Trusting Your KM & ECM Strategy To SharePoint
Jonathan Ralton - Trusting Your KM & ECM Strategy To SharePointJonathan Ralton - Trusting Your KM & ECM Strategy To SharePoint
Jonathan Ralton - Trusting Your KM & ECM Strategy To SharePointARMA International
 
FatWire Tutorial For Site Studio Developers
FatWire Tutorial For Site Studio DevelopersFatWire Tutorial For Site Studio Developers
FatWire Tutorial For Site Studio DevelopersBrian Huff
 
Semantic Web, Cataloging, & Metadata
Semantic Web, Cataloging, & MetadataSemantic Web, Cataloging, & Metadata
Semantic Web, Cataloging, & Metadatarobin fay
 
SAP REST Summit 2009 - Atom At Work
SAP REST Summit 2009 - Atom At WorkSAP REST Summit 2009 - Atom At Work
SAP REST Summit 2009 - Atom At WorkJuergen Schmerder
 
United Airlines 2012 Microsoft SharePoint Conference Presentation
United Airlines 2012 Microsoft SharePoint Conference PresentationUnited Airlines 2012 Microsoft SharePoint Conference Presentation
United Airlines 2012 Microsoft SharePoint Conference PresentationDenise Wilson
 
KMWorld SharePoint 2010-Admin 101
KMWorld SharePoint 2010-Admin 101KMWorld SharePoint 2010-Admin 101
KMWorld SharePoint 2010-Admin 101Chris McNulty
 
ESWC2008 Identity OpenLink - On The Evolution of Terms
ESWC2008 Identity OpenLink - On The Evolution of TermsESWC2008 Identity OpenLink - On The Evolution of Terms
ESWC2008 Identity OpenLink - On The Evolution of Termsrumito
 

Ähnlich wie SharePoint Taxonomy and Metadata 11-19-09 (20)

Taxonomy Book Camp SharePoint IA 11-17-10
Taxonomy Book Camp SharePoint IA 11-17-10Taxonomy Book Camp SharePoint IA 11-17-10
Taxonomy Book Camp SharePoint IA 11-17-10
 
Differentiating between web APIs, SOA, & integration …and why it matters
Differentiating between web APIs, SOA, & integration…and why it mattersDifferentiating between web APIs, SOA, & integration…and why it matters
Differentiating between web APIs, SOA, & integration …and why it matters
 
Fundamentals Of Search
Fundamentals Of SearchFundamentals Of Search
Fundamentals Of Search
 
Content is King - ECM in SharePoint 2010 - SharePoint Saturday Denver
Content is King - ECM in SharePoint 2010 - SharePoint Saturday DenverContent is King - ECM in SharePoint 2010 - SharePoint Saturday Denver
Content is King - ECM in SharePoint 2010 - SharePoint Saturday Denver
 
Drupal Integration with Solr for Fabulous CMS Search
Drupal Integration with Solr for  Fabulous CMS SearchDrupal Integration with Solr for  Fabulous CMS Search
Drupal Integration with Solr for Fabulous CMS Search
 
INFOGOV14 - Trusting Your KM & ECM Strategy to SharePoint
INFOGOV14 - Trusting Your KM & ECM Strategy to SharePointINFOGOV14 - Trusting Your KM & ECM Strategy to SharePoint
INFOGOV14 - Trusting Your KM & ECM Strategy to SharePoint
 
Tagging Up - MMS and Taxonomy In SharePoint 2010
Tagging Up - MMS and Taxonomy In SharePoint 2010Tagging Up - MMS and Taxonomy In SharePoint 2010
Tagging Up - MMS and Taxonomy In SharePoint 2010
 
Things Made Easy: One Click CMS Integration with Solr & Drupal
Things Made Easy: One Click CMS Integration with Solr & DrupalThings Made Easy: One Click CMS Integration with Solr & Drupal
Things Made Easy: One Click CMS Integration with Solr & Drupal
 
Deploying Enterprise Search in PLM Context with Aras
Deploying Enterprise Search in PLM Context with ArasDeploying Enterprise Search in PLM Context with Aras
Deploying Enterprise Search in PLM Context with Aras
 
Search domain basics
Search domain basicsSearch domain basics
Search domain basics
 
Jonathan Ralton - Trusting Your KM & ECM Strategy To SharePoint
Jonathan Ralton - Trusting Your KM & ECM Strategy To SharePointJonathan Ralton - Trusting Your KM & ECM Strategy To SharePoint
Jonathan Ralton - Trusting Your KM & ECM Strategy To SharePoint
 
FatWire Tutorial For Site Studio Developers
FatWire Tutorial For Site Studio DevelopersFatWire Tutorial For Site Studio Developers
FatWire Tutorial For Site Studio Developers
 
HDP Next: Governance
HDP Next: GovernanceHDP Next: Governance
HDP Next: Governance
 
Semantic Web, Cataloging, & Metadata
Semantic Web, Cataloging, & MetadataSemantic Web, Cataloging, & Metadata
Semantic Web, Cataloging, & Metadata
 
SAP REST Summit 2009 - Atom At Work
SAP REST Summit 2009 - Atom At WorkSAP REST Summit 2009 - Atom At Work
SAP REST Summit 2009 - Atom At Work
 
United Airlines 2012 Microsoft SharePoint Conference Presentation
United Airlines 2012 Microsoft SharePoint Conference PresentationUnited Airlines 2012 Microsoft SharePoint Conference Presentation
United Airlines 2012 Microsoft SharePoint Conference Presentation
 
Does DITA need XML?
Does DITA need XML?Does DITA need XML?
Does DITA need XML?
 
KMWorld SharePoint 2010-Admin 101
KMWorld SharePoint 2010-Admin 101KMWorld SharePoint 2010-Admin 101
KMWorld SharePoint 2010-Admin 101
 
Taxonomy Assessments - Part Two
Taxonomy Assessments - Part TwoTaxonomy Assessments - Part Two
Taxonomy Assessments - Part Two
 
ESWC2008 Identity OpenLink - On The Evolution of Terms
ESWC2008 Identity OpenLink - On The Evolution of TermsESWC2008 Identity OpenLink - On The Evolution of Terms
ESWC2008 Identity OpenLink - On The Evolution of Terms
 

Kürzlich hochgeladen

Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 

Kürzlich hochgeladen (20)

Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 

SharePoint Taxonomy and Metadata 11-19-09

  • 1. SharePoint 2007   Information Architecture  Integrating taxonomy & metadata  Jeff Carr, Stephanie Lemieux  Earley & Associates  Taxonomy Bootcamp  November, 2009 
  • 2. SharePoint is very  easy to implement  badly  2
  • 3. Typical SharePoint Projects  3 Biz  Reqs  Implementtttttttttttttttttttttttttttttttttt  Business  Business  Implement  Implement  Implement  Req’s  Req’s  Where is the information architecture?! Examples courtesy of Lulu Pachuau:  http://www.slideshare.net/LuluP/information‐architecture‐and‐sharepoint 
  • 4. Research  Requirements  Use Cases &  The IA Process  harePoint Personas  For S Site Map &  Wireframes  Navigation  Prototyping/ Taxonomy  Testing  Content  Modeling/ Metadata  © Earley & Associates 2009
  • 5. Good IA needs a system that:  5   Supports control & standards    Has user friendly interfaces (esp. tagging)    Understands relationships    Hierarchy    Synonyms    Associations    Manages metadata & taxonomy values  © Earley & Associates 2009
  • 6. Before we start… some basics  Site Collections  Collection of sites  Primary source of  main navigation  Container for lists/libraries  Sites  Primary source of “quick  launch” navigation  List: Basic unit of storage,  Lists  collection of items  Libraries  Library: advanced list  6
  • 7. Columns & content types  Content   Collection of  columns  Types  Associated policies,  workflow, templates  Columns  Individual metadata item  Can reference lists or  other data sources  Lists  7
  • 8. Boundaries & Inheritance  Content types  are specific to  Content types  a site  inherit from  collection  parents  8
  • 9. More about columns  9   Different kinds…     Date    Number    Free text    Controlled list   (a.k.a Lookup)    Etc.  You can also create  custom column  types  © Earley & Associates 2009
  • 10. Content display  10 © Earley & Associates 2009
  • 11. Advanced search (OOTB)  11 Full text  keywords  Extended  metadata  properties  © Earley & Associates 2009
  • 12. Navigation  12 Top‐level navigation shows  sub sites and peers  All navigation  approaches are  Quick launch shows “current site”  configurable (largely)  elements  © Earley & Associates 2009
  • 13. Strengths  13   Easy to create new structures    Navigation is largely automatic    Easy to create metadata and connect to LOB  systems    Many ways to consume content    Office integration    Document information panel    Property propagation  © Earley & Associates 2009
  • 14. Weaknesses  14   Very physical architecture    Content types and columns scoped to site  collections    No metadata/taxonomy management    No referential integrity  Topics Architecture Accounting   No hierarchical metadata  Construction Engineering …or any kind of relationships!  Civil Mechanical Environment   OOTB search reflects all limitations  Finance © Earley & Associates 2009
  • 15. No hierarchy  15   Metadata can only be tagged and stored as flat  controlled vocabulary – no hierarchy possible   Possible Possible Not Possible Regions  Countries  Geographic regions  •  Asia Pacific  •  Cambodia  •  Asia Pacific  •  EMEA  •  Canada  •  China  •  Latin America  •  Chad  •  Japan  •  North America  •  China  •  Europe  •  Columbia  •  France  •  Croatia  •  Switzerland  © Earley & Associates 2009
  • 16. Native thesaurus  16   Expansions   <XML ID="Microsoft Search Thesaurus"> <thesaurus xmlns="x-schema:tsSchema.xml"> (a.k.a synonyms)  <expansion> <sub>human resources</sub> <sub>hr</sub>   E.g. HR = Human  <sub>employee relations</sub> </expansion> Resources = Employee  </thesaurus> </XML> Relations  <XML ID="Microsoft Search Thesaurus"> <thesaurus xmlns="x-schema:tsSchema.xml"> <replacement> <pat>NT5</pat> <pat>W2K</pat>   Replacements   <sub>Windows 2000</sub> </replacement> (a.k.a. use)  </thesaurus> No ability to store any other  </XML> types of relationships (e.g.    E.g. for NTK or W2K  Associative)  use Windows 2000  © Earley & Associates 2009
  • 17. Q: I have SharePoint, but I still want  good findability. What are my  options?  a) Pray  b) Ace OOTB IA features  c) Customize  d) Buy 3rd party add‐ons  17
  • 18. Improving navigation  18   List views    RSS feeds    Pre‐constructed searches that look like  navigation     E.g. Content query web part with XSLT    Faceted navigation  © Earley & Associates 2009
  • 19. Improving tagging  19   Automate some tagging   (workflow or event handler)    Location    User profile    Custom tagging interface    Cascading list add‐on    Taxonomy management tool connector    Auto‐tagging tools  Here’s the thing about tools…!
  • 21. Connectors  21   Taxonomy management tool (or other) as source  for metadata and search UI    Smartlogic (www.smartlogic.com)    Synaptica (www.synapticacentral.com/)    Wordmap (www.wordmap.com)    SchemaLogic (www.schemalogic.com)    MetaVis (www.metavistech.com)  © Earley & Associates 2009
  • 22. The underlying issue  22 You can’t change the basic data structure in  SharePoint (i.e. no relationships)  $      Add‐on – mimic hierarchy, enhance UI  $$ Connector – outsource structure                       Or  $$$ 3rd party tool  © Earley & Associates 2009
  • 23. Cascading list add‐on  23 http://sharepointsnippets.com/post/2009/01/Cascading-Dropdown--- Configuration.aspx © Earley & Associates 2009
  • 24. Tagging add‐on/tool  24    Add‐on         Taxo. Mgt. Tool  www.kwizcom.com E.g. from Wordmap
  • 25.  Auto‐tagging  25 © Earley & Associates 2009 E.g. from SmartLogic
  • 26. Improving search  26   Managed properties/metadata mapping    Relevant content near the “top”    Authoritative pages/URL removal    Canned (“saved”) searches    Best bets    Faceted search add‐on or connector  © Earley & Associates 2009
  • 27. Add‐on: Codeplex faceted search  27   Free, but leverages SharePoint structure, so  limited to flat lists 
  • 28. Connector: SmartLogic e.g.   28 Refine / Suggest  with preferred  terms and  relationships  © Earley & Associates 2009
  • 29. Connector: SchemaLogic e.g.  29 Model content  types & metadata  outside  SharePoint 
  • 30. How much do you need?  30 Fully flexible UX  External search tool  Deep indexing  Configurable search  Taxonomy‐driven faceted search  Connector  BT/NT thesaurus  Auto‐tagging  Better UI for search or tagging  Basic add‐on  Basic faceted search (no/limited hierarchy)  MOSS  Advanced search, limited configuration  OOTB  Navigation based on site architecture  © Earley & Associates 2009
  • 31. What to expect in 2010  31   Auto tagging    Hierarchical metadata    Centralized metadata store    Metadata‐based navigation    Social tagging standard for all content and sites    Search faceting and ranking manipulation  (blog post on 2010 metadata management:  http://www.earley.com/blog/metadata‐and‐taxonomy‐management‐ sharepoint‐2010) 
  • 32. Conclusions  32   Don’t skip IA process just because it’s SharePoint    Master OOTB features first    Keep your eye on consistency across sites, site  collections through governance    Select tools based on high‐value requirements  © Earley & Associates 2009
  • 33. Resources    Free four part series on improving search and IA    www.earley.com/webinars/jumpstarts/sharepoint‐ search‐and‐information‐architecture    Codeplex: www.codeplex.com    WSS Demo (Metadata and Content Types)  www.wssdemo.com/Pages/metadata.aspx    Shawn Shell: CMS Watch SharePoint Analyst &  Consultant (also co‐author of this session)    www.consejoinc.com (blog: http://blog.consejoinc.com/)    www.cmswatch.com/SharePoint/Report/  © Earley & Associates 2009
  • 34. Tool list  34   Smartlogic (www.smartlogic.com) ‐ taxo    Synaptica (www.synapticacentral.com/) ‐ taxo    Wordmap (www.wordmap.com) ‐ taxo    SchemaLogic (www.schemalogic.com) ‐ taxo    MetaVis (www.metavistech.com)     Ontolica (www.ontolica.com) ‐ search    Concept Searching (www.conceptsearching.com)    Cogniva (www.cogniva.ca) ‐ tagging    SharePart XXL (www.sharepartxxl.com) ‐ tagging    Kwizcom (www.kwizcom.com) ‐ tagging  © Earley & Associates 2009
  • 35. SHAREPOINT INFORMATION  ARCHITECTURE  Taxonomy Bootcamp 2009 Stephanie Lemieux (stephanie@earley.com) Jeff Carr (jeff@earley.com) Earley & Associates www.earley.com Photo credits: http://www.flickr.com/photos/urbancityarch/ 3921454758/ © 2009