blob: 7f76651cec12ff3b2799764680ca63aa8b815082 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>User-ALE</title>
<!-- Bootstrap core CSS -->
<link href="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.css" rel="stylesheet">
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="/css/dashboard.css" rel="stylesheet">
<link href="/css/syntax.css" rel="stylesheet">
<link href="/css/custom.css" rel="stylesheet">
<link href="/css/wf-colors.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid">
<div class="row">
<div style="z-index: 5000;" class="col-sm-3 col-md-2 sidebar">
<a href="index.html"><img src="/img/user-ale-small.png" alt=""></a>
<hr>
<div style="text-align: center">
<a href="https://github.com/draperlaboratory/User-ALE">Get from Github <i class="fa fa-github"></i></a>
</div>
<hr>
<ul class="nav nav-sidebar">
<li class=""><a href="/">Overview</a></li>
<li><a href="/quickstart/">JavaScript Quickstart</a></li>
<li><a href="/restful_api/">RESTful API</a></li>
<li class="sub-list">
<div class="sub-list header">Helper Libraries</div>
<ul class="sub-list list">
<li class=""><a href="/helper_libs/javascript/">JavaScript</a></li>
</ul>
</li>
<li class="sub-list">
<div class="sub-list header">Workflow Activities</div>
<ul class="sub-list list">
<li class=""><a href="/wf_states/define/">Define Problem</a></li>
<li class=""><a href="/wf_states/getdata/">Get Data</a></li>
<li class=""><a href="/wf_states/explore/">Explore Data</a></li>
<li class=""><a href="/wf_states/create/">Create View</a></li>
<li class=""><a href="/wf_states/enrich/">Enrich Data</a></li>
<li class=""><a href="/wf_states/transform/">Transform Data</a></li>
<li class="active"><a href="/wf_states/other/">Other</a></li>
</ul>
</li>
</ul>
</div>
<div style="position: relative;" data-spy="scroll" data-target=".navbar-example" class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
<h4 class="pull-right">WF_OTHER</h4>
<div class="pull-left wf wf_other light"></div>
<h1 class="page-header">
Other
</h1>
<div class="workflow">
<h1 id="description">Description</h1>
<p>If the user action does not appear to map to any other workflow state, please use Other. As part of ongoing development, this is also the state where we are capturing dormant workflow states: those that are not currently being addressed by development programs. Please contact the Draper development team to discuss dormant states, new states or additional uses of Other.</p>
<h1 id="dormant-workflow-states">Dormant Workflow States</h1>
<h2 id="plan-the-analysis">Plan the Analysis</h2>
<p>Plan includes all of the overhead of the user’s interaction with the tool. While critical for a professional analyst, our experimental participants will not have access to this level of tool control. Identifying resources, selection/configuration of the tool (including version control), selection and wrangling of datasets, tool switching, and outlining a plan of attack (creating to-do lists, organizing workflow, assessing progress) all fall under this activity.</p>
<h2 id="curate-data">Curate Data</h2>
<p>Curate Data is required because big data is typically messy. This is an organizational and clean-up state, and currently the main catch-all for the Extract, Transform, Load (ETL) process. Activities include assessing data quality, cleaning/standardizing/normalizing/formatting data, merging data sets, removing duplicates, merging data sets, removing unwanted data. All of this will be done prior to the experiment. Future functions might include import/load/open/bring into workspace, cut, copy, paste, …</p>
<h2 id="interpret-data">Interpret Data</h2>
<p>In Interpret, the user relates their insights to the tasking at hand (that is, the questions they are trying to answer, or the hypotheses they are trying to test). This involves constructing an argument from one or more visualizations of enriched data, relating data to questions, testing hypotheses, being vigilant for bias, managing data provenance. Use of an Analysis of Competing Hypotheses (ACH) widget would be a good example of Interpret vs. Enrich.</p>
<h2 id="collaborate">Collaborate</h2>
<p>Collaborate includes reviewing another’s work, showing their work product to another analyst (peer or superior), or preparing materials for a presentation. Collaboration may be synchronous or asynchronous. This state also includes pulling in findings from collaboration (e.g., red team notes)</p>
<h2 id="draft-and-publish-report">Draft and Publish Report</h2>
<p>Report first involves the generation of the work-product by the analyst. Summarizing findings, creating storyboards, formatting data, writing, and editing of reports (including editing for audience) all fall under this activity. Report further includes final task closeout, including getting permission to release, disseminating the report, storing/saving data for later use, archiving, exporting.</p>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/js/bootstrap.min.js"></script>
<!-- // <script src="../../assets/js/docs.min.js"></script> -->
</body>
</html>