|
21 | 21 | <script src="_static/js/theme.js"></script>
|
22 | 22 | <link rel="index" title="Index" href="genindex.html" />
|
23 | 23 | <link rel="search" title="Search" href="search.html" />
|
24 |
| - <link rel="next" title="Utilities" href="utils/index.html" /> |
25 |
| - <link rel="prev" title="Information Diversity" href="features_conceptual/information_diversity.html" /> |
| 24 | + <link rel="next" title="Features: Technical Documentation" href="features/index.html" /> |
| 25 | + <link rel="prev" title="The Basics (Get Started Here!)" href="basics.html" /> |
26 | 26 | </head>
|
27 | 27 |
|
28 | 28 | <body class="wy-body-for-nav">
|
|
47 | 47 | <p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
|
48 | 48 | <ul class="current">
|
49 | 49 | <li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
|
50 |
| -<li class="toctree-l1"><a class="reference internal" href="basics.html">The Basics</a></li> |
51 |
| -<li class="toctree-l1"><a class="reference internal" href="feature_builder.html">feature_builder module</a></li> |
52 |
| -<li class="toctree-l1"><a class="reference internal" href="features/index.html">Features: Technical Documentation</a></li> |
53 |
| -<li class="toctree-l1"><a class="reference internal" href="features_conceptual/index.html">Features: Conceptual Documentation</a></li> |
| 50 | +<li class="toctree-l1"><a class="reference internal" href="basics.html">The Basics (Get Started Here!)</a></li> |
54 | 51 | <li class="toctree-l1 current"><a class="current reference internal" href="#">Worked Example</a><ul>
|
55 | 52 | <li class="toctree-l2"><a class="reference internal" href="#demo-sample-code">Demo / Sample Code</a></li>
|
56 | 53 | <li class="toctree-l2"><a class="reference internal" href="#getting-started">Getting Started</a><ul>
|
|
75 | 72 | </li>
|
76 | 73 | </ul>
|
77 | 74 | </li>
|
| 75 | +<li class="toctree-l1"><a class="reference internal" href="features/index.html">Features: Technical Documentation</a></li> |
| 76 | +<li class="toctree-l1"><a class="reference internal" href="features_conceptual/index.html">Features: Conceptual Documentation</a></li> |
| 77 | +<li class="toctree-l1"><a class="reference internal" href="feature_builder.html">feature_builder module</a></li> |
78 | 78 | <li class="toctree-l1"><a class="reference internal" href="utils/index.html">Utilities</a></li>
|
79 | 79 | </ul>
|
80 | 80 |
|
|
107 | 107 | <section id="demo-sample-code">
|
108 | 108 | <h2>Demo / Sample Code<a class="headerlink" href="#demo-sample-code" title="Link to this heading"></a></h2>
|
109 | 109 | <p>After following the “Getting Started” steps below, the Team Communication Toolkit can be imported at the top of any Python script. We have provided a simple example file, “featurize.py”, and a demo notebook, “demo.ipynb,” under our <a class="reference external" href="https://github.com/Watts-Lab/team_comm_tools/tree/main/examples">examples folder</a> on GitHub.</p>
|
110 |
| -<p>You can also <a class="reference external" href="https://colab.research.google.com/drive/1e8D5h_prRJsGs_N563EvpoQK0uZIAYsJ?usp=sharing">access our demo notebook on Google Colab</a>, where you can make a copy and run it on your own.</p> |
| 110 | +<p>We also have demos available on Google Colab that you can copy and run on your own:</p> |
| 111 | +<ul class="simple"> |
| 112 | +<li><p><a class="reference external" href="https://colab.research.google.com/drive/1e8D5h_prRJsGs_N563EvpoQK0uZIAYsJ?usp=sharing">Demo 1: Overview of Team Communication Toolkit and 3 Levels of Features</a></p></li> |
| 113 | +<li><p><a class="reference external" href="https://colab.research.google.com/drive/1wnuUC5yg6uQH0TYP1AXVPGRgfp2-npgJ?usp=sharing">Demo 2: Sample Analysis with the Group Affect and Performance Corpus</a></p></li> |
| 114 | +</ul> |
111 | 115 | <p>Finally, this page will walk you through a case study, highlighting top use cases and considerations when using the toolkit.</p>
|
112 | 116 | </section>
|
113 | 117 | <section id="getting-started">
|
@@ -459,8 +463,8 @@ <h4>Feature Column Names<a class="headerlink" href="#feature-column-names" title
|
459 | 463 | </div>
|
460 | 464 | </div>
|
461 | 465 | <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
|
462 |
| - <a href="features_conceptual/information_diversity.html" class="btn btn-neutral float-left" title="Information Diversity" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a> |
463 |
| - <a href="utils/index.html" class="btn btn-neutral float-right" title="Utilities" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> |
| 466 | + <a href="basics.html" class="btn btn-neutral float-left" title="The Basics (Get Started Here!)" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a> |
| 467 | + <a href="features/index.html" class="btn btn-neutral float-right" title="Features: Technical Documentation" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> |
464 | 468 | </div>
|
465 | 469 |
|
466 | 470 | <hr/>
|
|
0 commit comments