<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="../stylesheets/yaps-tei.css"?>
<?oxygen RNGSchema="../schema/yaps.rnc" type="compact"?>
<?oxygen SCHSchema="../schema/yaps.sch"?>
<TEI xmlns="http://www.wwp.brown.edu/ns/yaps/1.0" xmlns:xi="http://www.w3.org/2001/XInclude">
  <teiHeader>
    <fileDesc>
      <titleStmt>
	<title>Project Management</title>
	<author>Julia Flanders</author>
      </titleStmt>
      <editionStmt>
        <edition>Texas A &amp; M University</edition>
      </editionStmt>
      <publicationStmt>
	<distributor>Women Writers Project (via website)</distributor>
	<address>
	  <addrLine>wwp@Brown.edu</addrLine>
	</address>
	<date when="2009-04-19"/>
	<availability status="restricted">
	  <p>Copyright 2007 Syd Bauman, Julia Flanders, and Brown WWP</p>
	  <p>This TEI-encoded XML file is available under the terms of
	  the <ref target="http://creativecommons.org/licenses/by-sa/3.0/">Creative
	  Commons Attribution-ShareAlike 3.0 (Unported)</ref>
	  license.</p>
	</availability>
	<pubPlace>Providence, RI  USA</pubPlace>
      </publicationStmt>
      <sourceDesc>
	<p>This is the source.</p>
      </sourceDesc>
    </fileDesc>
    <revisionDesc>
      <change when="2008-07-20" who="#JF">Revised to reduce detail</change>
      <change when="2008-01-07" who="#JF">Revised</change>
      <change when="2007-10-03" who="#JF">Wrote new</change>
    </revisionDesc>
  </teiHeader>
  <text>
    <presentation>

      <section>
	<head>Successful digital projects</head>
	<slide>
	  <list>
	    <item>Well-planned workflow</item>
	    <item>Phased approach</item>
	    <item>Successful staff plan</item>
	    <item>Realistic technical implementation plan</item>
	    <item>Funding...</item>
	  </list>
	</slide>
	<lectureNote>
	  <p>Overall keys to success: <list>
	  <item>well-planned work flow that uses staff time efficiently</item>
	  <item>phased approach that produces outcomes (not necessarily final
	  ones) at intervals (important for funding since each phase can be a
	  fundable unit, also for institutional support) </item>
	  <item>staff retention and jobs that attract talent and provide a clear
	  path to a next job (i.e. not dead ends); jobs that reward with
	  opportunities to learn and be creative, perhaps in lieu of monetary
	  competitiveness </item>
	  <item>technical implementation plan that takes into account the
	  realistically available support and technical talent, over the long
	  term: make sure that whatever is built can be maintained with the people
	  you'll have </item>
	  <item>some kind of funding...</item>
	</list>
	  </p>
	</lectureNote>
      </section>

      <section>
	<head>Characterizing digital projects</head>
	<lectureNote>
	  <p>When we look at the landscape of digital projects, we can trace some
	  very rough characterizations that may affect how the project's strategic
	  planning and work flow are focused 
	  <list type="ordered">
	    <item>Undertakings that tend to be funded through grants
	    <list>
	      <item>strategic emphasis on producing new, fundable agendas</item>
	      <item>work flow has to match grant cycle and has to accommodate the
	      fundraising effort itself</item>
	      <item>tend to be conceptualized as publications or as
	      projects: i.e. having a definite term or projected
	      outcome</item>
	    </list>
	    </item>
	    <item>Projects that tend to be funded through institutional
	    commitment of staff time (e.g. faculty release time or as a library
	    project)
	    <list>
	      <item>strategic emphasis on producing work that is
	      relevant to faculty research, that draws on their
	      expertise and can fit into their reward structure</item>
	      <item>work focus emphasizes efficiency but with a
	      long-term view: sustainable processes, institutional
	      memory, development of a vibrant organizational
	      culture</item>
	      <item>may be projects or publications, but often are
	      conceptualized as centers: i.e. having some long-term
	      institutional stability</item>
	    </list>
	    </item>
	    <item>Projects that start as one of the above and then conclude as
	    publications (e.g. with the Gale Group, Alexander Street Press, or an
	    academic publisher)
	    <list>
	      <item>strategic focus on completion</item>
	      <item>work flow emphasizes efficiency but not necessarily
	      reproducibility</item>
	    </list>
	    </item>
	  </list>
	  </p>
	</lectureNote>
      </section>

      <section>
	<head>Work flow issues</head>
	<slide>
	  <figure>
	    <graphic width="100%" url="./gfx/information_slope.png"/>
	  </figure>
	</slide>
	<lectureNote>
	  <p>At this point we can start to answer more practical questions: <list>	  
	  <item>what kind of work flow makes sense?</item>
	  <item>what expertise do we need?</item>
	  <item>what level of quality is useful?</item>
	  </list></p>
	  <p> Really a question of what order to do things in to minimize entropy,
	  energy consumption, and pollution </p>
	  <p> There are a number of basic steps that most digital projects have to go
	  through in developing a digital resource: </p>
	  <p>
	    <list>
	      <item>data ingestion (basic capture of images, text, sound; creation
	      of contextual information such as notes, commentary)</item>
	      <item>data analysis and encoding (adding analytical value to the basic
	      data through encoding, metadata)</item>
	      <item>error correction and quality checking/fixing (color correction,
	      proofreading, validation, image cleanup</item>
	      <item>assembly (i.e. putting the data into the publication system)</item>
	      <item>testing </item>
	    </list>
	  </p>
	  <p>Issue of format conversion: you want to minimize the number of times you
	  convert, and the lossiness of conversion processes <list>
	  <item>keep data in the most information-rich format for as long as
	  possible </item>
	  <item>at the same time, need to accommodate different skill levels,
	  people who are able to read and work with different formats</item>
	  <item>and some formats are better for some things than for others:</item>
	  <item>e.g. for writing prose, for adding metadata, for doing encoding
	  </item>
	</list>
	  </p>
	  <p> Issue of error correction: you want to catch errors in as few passes as
	  possible, and you don't want to do things that risk reintroducing error
	  <emph>after</emph> you've done a careful error correction process. </p>
	</lectureNote>
      </section>

      <section>
	<head>Workflow: <soCalled>Craft</soCalled> approach</head>
	<slide>
	  <figure>
	    <graphic height="400px" url="./gfx/workflow_craft_1.png"/>
	  </figure>
	</slide>
	<lectureNote>    <p>It may be useful to identify and contrast two (of the many) possible
	approaches to illustrate some differences: think of these as endpoints on
	a continuum rather than as opposed alternatives</p>
	<p>The first is what we might call a <soCalled>craft</soCalled> approach: <list>
	<item>Once we've gone through the document analysis process and decided
	what to represent...</item>
	<item>Transcribe and encode the project's content in a detailed way to
	begin with</item>
	<item>Do careful error checking and review</item>
	<item>Develop an interface that exploits the representation</item>
      </list>
	</p>
	</lectureNote>
      </section>

      <section>
	<head>Expertise in the <soCalled>Craft</soCalled> approach</head>
	<slide>
	  <figure>
	    <graphic height="400px" url="./gfx/workflow_craft_2.png"/>
	  </figure>
	</slide>
	<lectureNote>
	  <p>Note that there's significant expertise and training required at each
	  step in this process...</p>
	</lectureNote>
      </section>

      <section>
	<head>Workflow: <soCalled>Phased</soCalled> approach</head>
	<slide>
	  <figure>
	    <graphic height="200px" url="./gfx/workflow_phased_1.png"/>
	  </figure>
	</slide>
	<lectureNote>
	  <p>We can also imagine taking a very different approach where you capture
	  comparatively little information up front: just the basic transcription</p>
	  <p>Emphasize automation, or cheap, fairly untrained labor (for instance,
	  off-shore transcription</p>
	  <p>Note that these labor forces can still produce fairly good TEI encoding,
	  but they can't make the kinds of informed scholarly decisions about
	  variants and difficult readings that we were imagining above</p>
	  <p>Use simple interface tools to put the materials online so that audiences
	  can access them, do basic word searching</p>
	</lectureNote>
      </section>

      <section>
	<head>Later phases in the <soCalled>phased</soCalled> approach</head>
	<slide>
	  <figure>
	    <graphic height="300px" url="./gfx/workflow_phased_2.png"/>
	  </figure>
	</slide>
	<lectureNote>
	  <p>Later on, more information can be added</p>
	  <p>Note that some digital repository models are starting to envision this
	  as a layering: <list>
	  <item>Digital library does the initial capture, OCR, transcription via a
	  vendor, whatever</item>
	  <item>Then provides tools that allow experts to add markup: either
	  directly or via out-of-line markup that lives outside the digital
	  repository</item>
	  <item>Not yet a practical reality at scale, but an interesting approach
	  for the future</item>
	  <item>The phased approach defers the deployment of expertise and also
	  (potentially) decouples scholarly expertise from technical expertise:
	  scholars may not need to engage with the encoding</item>
	</list>
	  </p>
	  <p>In between these endpoints, we can imagine many midpoints: <list>
	  <item>depending on the nature of the material: does it lend itself to
	  automated capture?</item>
	  <item>depending on the available labor pool: do you have access to smart
	  students who can be a cheap, well-trained labor force?</item>
	  <item>depending on your training/management staff: do you have the
	  wherewithal to train and manage an encoding staff at the necessary level
	  of complexity, consistency, quality?</item>
	</list>
	  </p>
	</lectureNote>
      </section>

      <section>
	<head>Project Life Cycles: Starting out</head>
	<slide>
	  <figure>
	    <graphic height="200px" url="./gfx/life_cycle_1.png"/>
	  </figure>
	</slide>
      </section>
      <section>
	<head>Project Life Cycles: Exploration</head>
	<slide>
	  <figure>
	    <graphic height="400px" url="./gfx/life_cycle_2.png"/>
	  </figure>
	</slide>
      </section>

      <section>
	<head>Project Life Cycles: Development</head>
	<slide>
	  <figure>
	    <graphic height="400px" url="./gfx/life_cycle_3.png"/>
	  </figure>
	</slide>
      </section>

      <section>
	<head>Project Life Cycles: Redevelopment?</head>
	<slide>
	  <figure>
	    <graphic height="400px" url="./gfx/life_cycle_4.png"/>
	  </figure>
	</slide>
      </section>

      <section>
	<head>Project Life Cycles: Sunset</head>
	<slide>
	  <figure>
	    <graphic height="400px" url="./gfx/life_cycle_5.png"/>
	  </figure>
	</slide>
      </section>

      <section>
	<head>Project Life Cycles: Sustainability</head>
	<slide>
	  <figure>
	    <graphic height="400px" url="./gfx/life_cycle_3a.png"/>
	  </figure>
	</slide>
      </section>

      <section>
	<head>Project Life Cycles: Lather, Rinse, Repeat</head>
	<slide>
	  <figure>
	    <graphic height="400px" url="./gfx/life_cycle_4a.png"/>
	  </figure>
	</slide>
      </section>

    </presentation>
  </text>
</TEI>
