Process Re-engineering for Topic Based Authoring

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

1 comments

Comments 1 - 1 of 1 previous next Post a comment

  • + gemerson Glenn Emerson 11 months ago
    Rob, I like your ideas and the example. Thanks. I believe you are correct that folder hierarchies become too complex, and without a naming scheme, the thousands of topics become impossible to find.
Post a comment
Embed Video
Edit your comment Cancel

1 Favorite & 1 Group

Process Re-engineering for Topic Based Authoring - Presentation Transcript

  1. Process Re-engineering for Topic-Based Authoring Rob Hanna Content Management Consultant ASCan Enterprises
  2. What is Topic-Based Authoring?
    • “ Topic-based authoring is a modular content creation approach…”
    • “ A topic is a discrete piece of content that is about a specific subject, has an identifiable purpose, and can stand alone…”
    • http://en. wikipedia .org/wiki/Topic-based_authoring
  3. Opportunities for Topic-Based Authoring
    • Speed to market
    • Reduced maintenance effort
    • Better opportunities for reuse
    • Balancing workload
    • Finer control for project management
    • Opportunities for collaboration
    • Clearer, more concise content
  4. Challenges for Topic-Based Authoring
    • Writing process requires greater discipline
    • Loss of content ownership for authors
    • Less control over look and feel
    • Responsibilities redefined
    • Loss of context for SMEs and authors
    • More to manage
  5. Topic-Based vs. Book-Based
    • Topic-Based Authoring
    • Multiple authors per book
    • Topics serve multiple products and audiences
    • Content is iterative
    • Presentation layout can be template-driven
    • Well suited for modular hardware/software products with short lifecycle or long life span.
    • Book-Based Authoring
    • One author per book
    • Books serve a single product and audience
    • Content is linear
    • Presentation layout requires manual work
    • Well suited for highly technical or one-of-a-kind products with a long development cycle and/or short life span.
  6. Single-Sourcing
    • Single-sourcing is not about content reuse - it is about reusable content.
  7. Single-Source Authoring
    • Single-source practices should be followed regardless of topic- or book-based approach.
    • Single-sourcing is all about maintaining a single, definitive source of content. Reuse is merely a benefit of single-sourcing.
    • Book-based authoring is used where content can generally only be reused in situations where reuse is planned.
    • Topic-based authoring makes it much easier to reuse content without anticipating its specific reuse context.
  8. Topic-Based Architecture
    • Topics are standardized units of information based upon information type
    • Topics require only navigational reference for context and can be read in any order
    • Topics must all contain a descriptive title and normally include a body and metadata section
    • Topics represent a single unit of work for authors
    • Topics may contain other topics where there is an inseparable relationship from parent to child
  9. Information Typing
    • Information types separate content into easily identifiable chunks of information
      • DITA identifies 3 specialized topic types
      • Information Mapping ® identifies 7 information types
      • Information Management Model TM identifies 11 information types
      • S1000D identifies 22 common data modules
      • Mil Spec 2361 identifies 55 work packages
  10. Topic-based authoring changes how content is managed
    • The number of files your team will be working with will increase dramatically
    • Over time it will be more difficult to identify and track these files
    • You may be required to track successive versions of files
    • To manage your files effectively, you will need to introduce and manage metadata
  11. Storage Conventions
    • Topics must be stored in a centralized repository or network drive
    • Your authors have gotten used to browsing for files and using folders and file names to manage them
    • Folders and file names will not be enough to track files – track them through an index
    • If free from file browsing, you can introduce much flatter directory structures and more meaningful file names
  12. File Naming Conventions
    • Tracking files by topic title will breakdown over time
    • To effectively track topics, you need to introduce a fixed-length global unique identifier (GUID) for file names
    • GUIDs should include metadata attributes to help identify the files. Do not include version-specific attributes
    • GUIDs can be appended by a short descriptive text for ease of reference
    • For example: xxx-yyyy-00001-descriptor.dita where: xxx = information type, yyyy = scope, and 00001 = sequence of topic.
  13. Use of Titles
    • Concise titles are crucial to the effective management of topics.
    • Titles should never include markup or special characters of any sort.
    • Alternate title markup allows you to create one title for publishing and another for navigation.
    • Consider all titles including sub-titles, figure titles, and table titles.
  14. Content Aggregation
    • Unlike book-based authoring that flows from an outline, topic-based authoring can start with content and be organized into a map.
    • Maps can be query-based allowing for the automatic aggregation of content.
    • Most often maps are built by hand.
    • Using DITA, maps and map parts can be used in other maps.
  15. Release Management
    • Managing versions of topics is complicated by the fact that they may change more frequently than the documents in which they are contained
    • Three major considerations affecting how content is controlled and released:
      • Freezing development of topics for approval
      • Combining different versions of components into separate deliverables
      • Concurrent development of product
  16. How does topic-based authoring change how we work?
  17. Typical Document Workflow Kick Off Book Planning Book Plan Review Approved Authoring Approved Publish Book Review Yes Yes No No Book Workflow Roles Manager Author Various Groups
  18. Roles in Topic-Based Authoring
    • Manager
    • Librarian
    • Architect
    • Author
    • Editor
    • Subject Matter Expert (SME)
  19. Topic-Based Workflow
    • Separate workflow into two independent iterative cycles:
      • Book-level workflow
      • Topic-level workflow
  20. Topic-Based Workflow Kick Off Book Planning Book Plan Review Approved Authoring Approved Publish Book Review Yes Yes No No Book Draft Topic Editorial Review Approved Approved Ready Technical Review Yes Yes No No A A Workflow Roles Manager Architect Editor Author Subject Matter Expert
  21. Content Reviews
    • Topic-Level Reviews
      • Peer Edit/Review
      • Structural Review
      • Technical Review
    • Book-Level Review
      • Sign-off/Approval
  22. Working with Subject Matter Experts
    • Gathering Materials
    • SME Review
    • Traceability
  23. Tools needed for Topic-Based Authoring
    • Start with tools you already have:
      • Email applications
      • Structured authoring editors
      • Web servers
      • Spreadsheets and databases
      • Code management tools
    • Develop requirements for CMS
  24. Prototyping with a File System
    • Controlled access to central repository folders
    • Consider serving source content through a web server – revisions managed manually through a single point of contact
    • Serve metadata and access through a database-driven website (SharePoint).
  25. Using Spreadsheet to Manage Metadata
    • Spreadsheet captures and manages metadata about each topic in the repository
    • Advanced spreadsheet development controls transactions in the repository and metadata creation
    • Spreadsheet can be used to organize and aggregate content stored in the repository
    • Spreadsheet can be used as a source for database-driven web interface
  26. Using a Source Code-Management Tool
    • Source-code management tools allow you to manage revisions and releases of content
    • Working with XML, you can use these tools to show differences between revisions
  27. Using a Component CMS to Manage Topics
    • Advantages include:
      • Automatic versioning of content
      • Automatic capture of metadata
      • Automatic file naming
      • Query-based search and retrieval of content
      • Automated workflow engine
      • Management reporting
      • Query-based content aggregation
      • Access control
      • Release management features
  28. Thank you for attending
    • Please contact me at:
    • rob. hanna @ ascan .ca
    • +1 (905) 997-6563
    • Skype/AIM: singlesourceror
    • LinkedIn: http://www. linkedin .com/in/ singlesourceror

+ Rob HannaRob Hanna, 2 years ago

custom

2457 views, 1 favs, 1 embeds more stats

Presented at STC Summit in Atlanta, GA in May 2009. more

More info about this document

© All Rights Reserved

Go to text version

  • Total Views 2457
    • 2456 on SlideShare
    • 1 from embeds
  • Comments 1
  • Favorites 1
  • Downloads 66
Most viewed embeds
  • 1 views on http://localhost

more

All embeds
  • 1 views on http://localhost

less

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel
File a copyright complaint
Having problems? Go to our helpdesk?

Categories