<div dir="ltr"><font color="#000000"><b style="font-family:arial,helvetica,sans-serif">FOR IMMEDIATE RELEASE</b><br></font><div class="gmail_quote"><div class="HOEnZb"><div class="h5"><div dir="ltr"><div class="gmail_quote">
<div dir="ltr"><div><font color="#000000" face="arial, helvetica, sans-serif"><br>
</font></div><div><font color="#000000" face="arial, helvetica, sans-serif">January 2, 2014</font></div>
<div><font face="arial, helvetica, sans-serif" color="#000000">Contact: Andrew Woods &lt;<a href="mailto:awoods@duraspace.org" target="_blank">awoods@duraspace.org</a>&gt;</font></div><div><font color="#000000"><font face="arial, helvetica, sans-serif">Read it online: </font><a href="http://bit.ly/JwimVB" target="_blank">http://bit.ly/JwimVB</a></font></div>


<div><font color="#000000" face="arial, helvetica, sans-serif"><br></font></div><div><font color="#000000" size="4"><b>GIVE IT A TRY: Fedora 4 Alpha 3 with Extensive Performance Benchmarking, Improvements, Documentation</b></font><font color="#000000" face="arial, helvetica, sans-serif"><br>


</font></div><div><font color="#000000" face="arial, helvetica, sans-serif"><br></font></div><div><div><font face="arial, helvetica, sans-serif" color="#000000"><em>Winchester, MA</em>  The Fedora 4 team is proud to announce the third Alpha release of Fedora 4. In the continuing effort to provide early access to the quickly growing Fedora 4 feature set, this Alpha release is one of several leading up to the feature-complete Fedora 4 Beta release. The Fedora 4 development team and supporting institutions made a strong commitment and pushed to produce the Fedora 4 Alpha 3 Release–&#39;The Holiday Release&#39;–on Dec. 28.<br>


<br>The list of features, performance benchmarking and improvements, and associated documentation is extensive.<br><br>Release Notes: <a href="https://wiki.duraspace.org/display/FF/Fedora+4.0+Alpha+3+Release+Notes" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Fedora+4.0+Alpha+3+Release+Notes</a><br>


<br>The Holiday Release, is a public-facing alpha release with a &#39;one-click run&#39; download and associated &#39;Quick Start Guide&#39; to get as much of the Fedora community as possible putting eyes on the current Fedora 4.<br>


<br>Quick Start Guide:</font></div><div><font face="arial, helvetica, sans-serif" color="#000000"><a href="https://wiki.duraspace.org/display/FF/Quick+Start" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Quick+Start</a><br>


<br><strong>Give it a try</strong>, and Happy New Year!<br><br></font><div><font color="#000000" face="arial, helvetica, sans-serif"><em>Complete list of features:</em><br><br><strong>Authorization</strong><br><br>The initial pattern for Fedora 4 Authorization is that a given user request will have already been Authenticated before entering the Fedora 4 application. Authenticated user requests are expected to contain an identity and zero or more additional attributes, such as groups. These combined user attributes (in addition to other attributes which may be mapped to the requesting user) along with the requesting action are compared against configurable rules to determine if the user has the privilege to perform the action on the resource.<br>


<br>Administrators can associate &quot;read&quot;, &quot;write&quot;, and &quot;admin&quot; roles with user principals on repository object and datastream nodes, as well as on hierarchies of nodes using:<br><br></font></div>


<div style="margin-left:40px"><font color="#000000" face="arial, helvetica, sans-serif">• The restricted Access Roles REST API [4] or<br>• The input form [5] of the Fedora 4 HTML UI</font></div><div><font color="#000000" face="arial, helvetica, sans-serif"><br>


Once the access rules have been defined on repository resources, the Basic Roles-based Policy Enforcement Point [6] (if enabled) will restrict requests as described above and in further detail on the wiki [7].<br><br>The Fedora 4 authorization feature ensures that:<br>


<br></font></div><div style="margin-left:40px"><font color="#000000" face="arial, helvetica, sans-serif">• Restricted child nodes of a requested node are not visible in API responses<br>• Deletion of a node will recursively delete its children nodes, unless the requesting user does not have sufficient privileges to delete one or more of the children, in which case the entire deletion operation will fail</font></div>


<div><font color="#000000" face="arial, helvetica, sans-serif"><br>More details on the design and implementation of the authorization feature can be found on the following wiki page [8] and its sub-pages.<br><br><strong>Batch Operations</strong><br>


<br>This release enhances the previous batch operations capability to support a more standardized approach to performing the following actions batched as a single request:<br><br></font></div><div style="margin-left:40px">


<font color="#000000" face="arial, helvetica, sans-serif">• Retrieve multiple binary resources in a single request<br>• Create multiple resources in a single request<br>• Modify multiple resources in a single request<br>

• Delete multiple resources in a single request</font></div>
<div><font color="#000000" face="arial, helvetica, sans-serif"><br>In addition to batching multiple actions of the same type, create/modify/delete actions can also be mixed in a single request.<br><br>Examples and feature documentation can be found on the wiki [9], along with the REST API documentation [10].<br>


<br><strong>Content Modeling</strong><br><br>One aspect of Fedora 4 content modeling is the ability to define custom repository node-types including the node&#39;s composition (i.e. property types and multiplicity). In addition to the existing &quot;compact node definition&quot; [11] (CND) file, this release adds the ability to define node-types at runtime via the Fedora 4 REST-API [12]. This now allows repository managers to configure repository node-types programmatically after the application has been installed.<br>


<br>An example set of configurations [13] have been constructed that represent an initial set of Fedora 3 content models translated into Fedora 4 node-types.<br><br><strong>Large Files</strong><br><br>One of the long-standing requirements of Fedora is support for the management and serving of large files. The native &quot;projection&quot; or &quot;federation&quot; capability offered by Fedora 4&#39;s underlying JCR implementation (ModeShape [14]) allows for content on the filesystem, in a database, web-accessible, etc., to be connected to and exposed through the repository. The results of testing this capability over multi-gigabyte files showed performance bottlenecks.<br>


<br>One of the advantages of leveraging the opensource ModeShape under Fedora 4 is that we are able to push improvements upstream to that project. Modifications and enhancements to ModeShape&#39;s FileSystemConnecter [15] from the Fedora 4 team have been incorporated into ModeShape 3.6.0. The contributed updates to the ModeShape codebase provide the option to either postpone the most time-intensive &quot;federation&quot; action (i.e. unique internal identifier generation based on content checksum) until the content is requested or to use a faster, surrogate internal identifier in the case where performance would otherwise be unacceptable.<br>


<br>See the &quot;Performance Benchmark - Large files&quot; section below for details of the limits and performance of large file support.<br><br>Additional details of the &quot;large files&quot; approach can be found on the wiki [16].<br>


<br><strong>Search</strong><br><br>Fedora 4 is designed to support two search services:<br><br></font></div><div style="margin-left:40px"><font color="#000000" face="arial, helvetica, sans-serif">• External search (i.e. standalone Solr populated by repository event listener)<br>


• Administrative search (i.e. advanced legacy field-search)</font></div><div><font color="#000000" face="arial, helvetica, sans-serif"><br><em>External Search</em><br><br>External search went through a significant round of refactoring this release in order to address performance issues discovered in the application profiling effort as well as to establish a flexible pattern for transforming resource properties into indexible fields. In a similar pattern employed by the external triplestore feature, external search relies on repository event messages to trigger index updates. These messages have been refactored to contain minimal, essential event and resource information which now eliminates the previous overhead imposed by the eventing machinery of making additional lookups back into the repository.<br>


<br>As for the configurable identification of resources to be indexed and the definition of transformations which the external search component leverages to get a mapping of resource properties to indexible fields, the basic approach is as follows:<br>


<br></font></div><div style="margin-left:40px"><font color="#000000" face="arial, helvetica, sans-serif">1. Set the property on a resource that flags it for indexing<br>2. Optionally, set the property on a resource that references the properties mapping transformation<br>


3. Optionally, create a new resource that contains the actual LDPath [17] transformation referenced in the previous step</font></div><div><font color="#000000" face="arial, helvetica, sans-serif"><br>More details of the external search feature and its configuration can be found on the wiki [18].<br>


<br><em>Administrative Search</em><br><br>This release establishes the administrative search service. If a user-facing, full-featured search service is required of your repository, the external search is ideal. However, if a repository administrator-facing search is needed in support of queries over resource properties, then the new administrative search may suffice. Administrative search exposes both a text search over resource properties as well as a SPARQL endpoint over repository subjects.</font></div>


<div><font color="#000000" face="arial, helvetica, sans-serif">For more details on the administrative search and its usage, see the wiki [19].<br><br><strong>Simplified Deployment</strong><br><br>One of the goals of Fedora 4 is to simplify the application deployment as well as the wiring of optional components and their subsequent configuration. Although there is a significant amount of work remaining towards this goal, one early step in this direction is the ability to deploy Fedora 4 by just dropping the web-application archive (WAR) file into a servlet container without the need for any additional configuration. Leveraging this simple deployment capability, this release produced a &quot;One-Click Run&quot; download [20] which literally enables the user to click on the download to start up a local Fedora 4 repository.<br>


<br>A brief introduction to navigating the Fedora 4 web interface is documented on the wiki [21].<br><br>Additionally, in support of the devOps users, on-going effort is dedicated to making the deployment and configuration of Fedora 4 as straight-forward and reproducible as possible. In an attempt to eliminate the confusion as to which system properties should be set for configuring Fedora 4 persistence locations, a single system property (fcrepo.home) allows a Fedora 4 installation to specify the base directory under which all other application data will be written.<br>


<br>Details of the deployment and configuration of Fedora 4 is described in the wiki [22].<br><br><strong>Storage Durability</strong><br><br>The fundamental principles of Fedora have always included a commitment to a non-proprietary, transparent, persistence format. Within the Fedora 4 architecture, there are several available approaches to defining the backend persistence store.</font></div>


<div><font color="#000000" face="arial, helvetica, sans-serif">The two backend stores that have primarily been used so far in development are the filesystem and LevelDB [23] implementations. In both cases, Fedora 4 persists the binary content in a tree of directories and the resource properties as binary JSON.<br>


<br>Details of the format of the JSON and nested fields is described in the wiki [24].<br><br><strong>Versioning</strong><br><br>This release introduces the first implementation of the versioning [25] capability within Fedora 4.<br>


<br>Versions can be created for a specific repository resource via the REST API [26], with the option to associate a label with the version.<br><br>Additionally, auto-versioning can be enabled by setting a property on a resource that indicates the activation of auto-versioning [27]. This property can either be set at runtime by the repository user, or more globally as a default property defined in the Fedora 4 node-type definitions [28].</font></div>


<div><font color="#000000" face="arial, helvetica, sans-serif">Resource versions are returned via the REST API and HTML interfaces.<br><br><strong>Performance</strong><br><br>It often goes without saying that Fedora 4 must be performant under a range of use cases and scenarios. A very specific theme of this release was ensuring those assumptions hold true, and in the cases where they do not, surface and address the reasons. The following performance-related topics received attention this release.<br>


<br><strong>Profiling</strong><br><br>Profiling was employed as an initial means of inspecting the hotspots within the codebase. In general, it was determined that the greatest sources of slowdown relate to:<br><br></font></div>


<div style="margin-left:40px"><font color="#000000" face="arial, helvetica, sans-serif">• Extraneous creation of JCR sessions<br>• JCR node lookups<br>• Synchronous internal index updates</font></div><div><font color="#000000" face="arial, helvetica, sans-serif"><br>


<strong>Benchmarking</strong><br><br>In parallel to the profiling work, significant effort was put towards painting a clear picture of the current performance status of Fedora 4 across a variety of hardware, configurations, and scenarios.<br>


<br>Tests were performed with consistent and documented setups across test servers at the following institutions:<br><br></font></div><div style="margin-left:40px"><font color="#000000" face="arial, helvetica, sans-serif">• FIZ Karlsruhe<br>


• Stanford University<br>• University of California, San Diego<br>• University of North Carolina, Chapel Hill<br>• University of Wisconsin<br>• Yale University</font></div><div><font color="#000000" face="arial, helvetica, sans-serif"><br>


Tests are defined by their union of the following four variables [29]:<br><br></font></div><div style="margin-left:40px"><font color="#000000" face="arial, helvetica, sans-serif">• Platform Profile - the hardware and networking used to conduct the tests<br>


• Repository Profile - the Fedora-specific configuration options<br>• Setup Profile - the data loaded into the repository as a baseline before testing<br>• Workflow Profile - the specific tests performed, what tools were used, and what was measured</font></div>


<div><font color="#000000" face="arial, helvetica, sans-serif"><br>Of particular interest are the results [30] of ingest/read/update/delete workflows with Fedora 4 single-node installation.<br><br><strong>Performance Benchmark - Authorization</strong><br>


<br>An additional set of benchmarks were collected to determine the effect of authorization on performance [31].<br><br>As expected, there is a performance penalty with authorization enabled; however, these tests tend to indicate the impact to be less than 10% across the ingest/read/update/delete functions.<br>


<br><strong>Performance Benchmark - Fedora 3 vs. 4</strong><br><br>Defining the goals for acceptable performance levels for a repository is an ambiguous task. There are many variables that come into play, and generating test cases that simulate production scenarios is not always effective. That said, one concrete measure of performance is the relative behavior of Fedora 4 in comparison to Fedora 3.<br>


<br>Significant work remains in this comparison [32], but some initial numbers show favorably for Fedora 4&#39;s ingest capability.<br><br><strong>Performance Benchmark - Large files</strong><br><br>In terms of performance related to large files, this release tested the limits and performance of:<br>


<br></font></div><div style="margin-left:40px"><font color="#000000" face="arial, helvetica, sans-serif">• Ingest and retrieval via the Fedora 4 REST API<br>• Retrieval via Fedora 4 filesystem projection</font></div>
<div><font color="#000000" face="arial, helvetica, sans-serif"><br>In both cases, content as large as 1-TB was successfully tested with documented [33] throughput.<br><br><strong>Documentation</strong><br><br>As we move closer to a Beta release of Fedora 4, it is vital that there exist developer and administrator documentation for the application. An initial structuring of this documentation can be found on the wiki [34].<br>


<br>The following sections contain user-facing documentation:<br><br></font></div><div style="margin-left:40px"><font color="#000000" face="arial, helvetica, sans-serif">• Administrator Guide [35]<br>• Developers Guide [36]<br>


• Feature Tour [37]<br>• Features [38]<br>• Glossary [39]</font></div><div><font color="#000000" face="arial, helvetica, sans-serif"><br><strong>Acknowledgements</strong><br><br>This release is due to the commitment of the Fedora sponsors [40] and the effort of the following Fedora community developers:<br>


<br></font></div><div style="margin-left:40px"><font color="#000000" face="arial, helvetica, sans-serif">• Benjamin Armintor - Columbia University<br>• Nigel Banks - Discovery Garden<br>• Frank Asseg - FIZ Karlsruhe<br>
• Ye Cao - Max Planck Digital Library<br>• Chris Beer - Stanford University<br>• Esme Cowles - University of California, San Diego<br>• Greg Jansen - University of North Carolina, Chapel Hill<br>• Michael Durbin - University of Virginia<br>


• Scott Prater - University of Wisconsin<br>• Osman Din - Yale University<br>• Eric James - Yale University<br><br></font></div><div><font color="#000000" face="arial, helvetica, sans-serif"><strong>References</strong><br>


<br></font><div><font face="arial, helvetica, sans-serif" color="#000000">[1] <a href="https://github.com/futures/fcrepo4/releases/tag/fcrepo-4.0.0-alpha-3" style="text-decoration:none" target="_blank">https://github.com/futures/fcrepo4/releases/tag/fcrepo-4.0.0-alpha-3</a><br>


[2] <a href="https://github.com/futures/fcrepo4/releases/download/fcrepo-4.0.0-alpha-3/fcrepo-webapp-4.0.0-alpha-3-jetty-console.war" style="text-decoration:none" target="_blank">https://github.com/futures/fcrepo4/releases/download/fcrepo-4.0.0-alpha-3/fcrepo-webapp-4.0.0-alpha-3-jetty-console.war</a><br>


[3] <a href="https://github.com/futures/fcrepo4/releases/download/fcrepo-4.0.0-alpha-3/fcrepo-webapp-4.0.0-alpha-3.war" style="text-decoration:none" target="_blank">https://github.com/futures/fcrepo4/releases/download/fcrepo-4.0.0-alpha-3/fcrepo-webapp-4.0.0-alpha-3.war</a><br>


[4] <a href="https://wiki.duraspace.org/display/FF/Access+Roles+Module%5B5%5D%20https://wiki.duraspace.org/display/FF/Feature+Tour+-+Action+-+Access+Roles" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Access+Roles+Module[5] https://wiki.duraspace.org/display/FF/Feature+Tour+-+Action+-+Access+Roles</a><br>


[6] <a href="https://wiki.duraspace.org/display/FF/Basic+Role-based+PEP" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Basic+Role-based+PEP</a><br>[7] <a href="https://wiki.duraspace.org/display/FF/Design+Guide+-+Policy+Enforcement+Points" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Design+Guide+-+Policy+Enforcement+Points</a><br>


[8] <a href="https://wiki.duraspace.org/display/FF/Authorization" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Authorization</a><br>[9] <a href="https://wiki.duraspace.org/display/FF/Batch+Operations" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Batch+Operations</a><br>


[10] <a href="https://wiki.duraspace.org/display/FF/REST+API+-+Batch+Operations" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/REST+API+-+Batch+Operations</a><br>[11] <a href="https://docs.jboss.org/author/display/MODE/Compact+Node+Type+(CND)+files" style="text-decoration:none" target="_blank">https://docs.jboss.org/author/display/MODE/Compact+Node+Type+(CND)+files</a><br>


[12] <a href="https://wiki.duraspace.org/display/FF/REST+API+-+Node+Types" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/REST+API+-+Node+Types</a><br>[13] <a href="https://github.com/futures/fcrepo-content-model-examples" style="text-decoration:none" target="_blank">https://github.com/futures/fcrepo-content-model-examples</a><br>


[14] <a href="https://docs.jboss.org/author/display/MODE/Federation" style="text-decoration:none" target="_blank">https://docs.jboss.org/author/display/MODE/Federation</a><br>[15]<br><a href="https://docs.jboss.org/author/display/MODE/File+system+connector" style="text-decoration:none" target="_blank">https://docs.jboss.org/author/display/MODE/File+system+connector</a><br>


[16] <a href="https://wiki.duraspace.org/display/FF/Federation" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Federation</a><br>[17] <a href="http://wiki.apache.org/marmotta/LDPath" style="text-decoration:none" target="_blank">http://wiki.apache.org/marmotta/LDPath</a><br>


[18] <a href="https://wiki.duraspace.org/display/FF/External+Search" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/External+Search</a><br>[19] <a href="https://wiki.duraspace.org/display/FF/Admin+Search" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Admin+Search</a><br>


[20] <a href="https://github.com/futures/fcrepo4/releases/download/fcrepo-4.0.0-alpha-3/fcrepo-webapp-4.0.0-alpha-3-jetty-console.war" style="text-decoration:none" target="_blank">https://github.com/futures/fcrepo4/releases/download/fcrepo-4.0.0-alpha-3/fcrepo-webapp-4.0.0-alpha-3-jetty-console.war</a><br>


[21] <a href="https://wiki.duraspace.org/display/FF/Feature+Tour" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Feature+Tour</a><br>[22]<br><a href="https://wiki.duraspace.org/display/FF/Deploying+Fedora+4%20%5B23%5D%20https://code.google.com/p/leveldb/" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Deploying+Fedora+4<br>


[23] https://code.google.com/p/leveldb/</a><br>[24] <a href="https://wiki.duraspace.org/display/FF/ModeShape+Artifacts+Layout" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/ModeShape+Artifacts+Layout</a><br>


[25] <a href="https://wiki.duraspace.org/display/FF/Versioning" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Versioning</a><br>[26] <a href="https://wiki.duraspace.org/display/FF/REST+API+-+Versioning" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/REST+API+-+Versioning</a><br>


[27]<br><a href="https://wiki.duraspace.org/display/FF/How+to+set+repository-wide+auto-versioning" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/How+to+set+repository-wide+auto-versioning</a><br>

[28] <a href="https://github.com/futures/fcrepo4/blob/fcrepo-4.0.0-alpha-3/fcrepo-kernel/src/main/resources/fedora-node-types.cnd" style="text-decoration:none" target="_blank">https://github.com/futures/fcrepo4/blob/fcrepo-4.0.0-alpha-3/fcrepo-kernel/src/main/resources/fedora-node-types.cnd</a><br>


[29] <a href="https://wiki.duraspace.org/display/FF/Performance+Testing" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Performance+Testing</a><br>[30] <a href="https://wiki.duraspace.org/display/FF/Single-Node+Test+Results" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Single-Node+Test+Results</a><br>


[31] <a href="https://wiki.duraspace.org/display/FF/AuthZ+-+No+AuthZ+Fedora+4+Comparison+Performance+Testing" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/AuthZ+-+No+AuthZ+Fedora+4+Comparison+Performance+Testing</a><br>


[32] <a href="https://wiki.duraspace.org/display/FF/Single-Node+Test+Results#Single-NodeTestResults-Fedora3/4Comparison" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Single-Node+Test+Results#Single-NodeTestResults-Fedora3/4Comparison</a><br>


[33] <a href="https://wiki.duraspace.org/display/FF/Large+File+Ingest+and+Retrieval" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Large+File+Ingest+and+Retrieval</a><br>[34] <a href="https://wiki.duraspace.org/display/FF/Documentation" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Documentation</a><br>


[35] <a href="https://wiki.duraspace.org/display/FF/Administrator+Guide" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Administrator+Guide</a><br>[36] <a href="https://wiki.duraspace.org/display/FF/Developers+Guide" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Developers+Guide</a><br>


[37] <a href="https://wiki.duraspace.org/display/FF/Feature+Tour" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Feature+Tour</a><br>[38] <a href="https://wiki.duraspace.org/display/FF/Features" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Features</a></font></div>


<div><font face="arial, helvetica, sans-serif" color="#000000">[39] <a href="https://wiki.duraspace.org/display/FF/Glossary" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Glossary</a><br>

[40] <a href="https://wiki.duraspace.org/display/FF/Fedora+Sponsors" style="text-decoration:none" target="_blank">https://wiki.duraspace.org/display/FF/Fedora+Sponsors</a></font></div><span><font color="#000000">
</font></span></div></div><span><font color="#000000"><div><font face="arial, helvetica, sans-serif"><br></font></div><font face="arial, helvetica, sans-serif">-- <br>Carol Minton Morris<br>DuraSpace<br>Director of Marketing and Communications<br>


cmmorris@DuraSpace.org<br>Skype: carolmintonmorris<br><a href="tel:607%20592-3135" value="+16075923135" target="_blank">607 592-3135</a><br><a href="http://twitter.com/duraspace" target="_blank">Twitter@DuraSpace</a><br>

<a href="http://twitter.com/duracloud" target="_blank">Twitter@DuraCloud</a><br>
<a href="http://DuraSpace.org" target="_blank">http://DuraSpace.org</a></font>
</font></span></div></div>
</div></div></div></div></div><br></div>