| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|---|
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 3 | |
|---|
| 4 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|---|
| 5 | <head> |
|---|
| 6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|---|
| 7 | |
|---|
| 8 | <title>1. Contribution Managerâs Guide — Indico v0.97 documentation</title> |
|---|
| 9 | <link rel="stylesheet" href="../../_static/default.css" type="text/css" /> |
|---|
| 10 | <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> |
|---|
| 11 | <script type="text/javascript"> |
|---|
| 12 | var DOCUMENTATION_OPTIONS = { |
|---|
| 13 | URL_ROOT: '../../', |
|---|
| 14 | VERSION: '0.97', |
|---|
| 15 | COLLAPSE_MODINDEX: false, |
|---|
| 16 | FILE_SUFFIX: '.html', |
|---|
| 17 | HAS_SOURCE: true |
|---|
| 18 | }; |
|---|
| 19 | </script> |
|---|
| 20 | <script type="text/javascript" src="../../_static/jquery.js"></script> |
|---|
| 21 | <script type="text/javascript" src="../../_static/doctools.js"></script> |
|---|
| 22 | <link rel="top" title="Indico v0.97 documentation" href="../../index.html" /> |
|---|
| 23 | <link rel="up" title="2. Contribution Managerâs Guide" href="index.html" /> |
|---|
| 24 | <link rel="next" title="3. Session Coordinatorâs Guide" href="../QSGSessionCoordinator/index.html" /> |
|---|
| 25 | <link rel="prev" title="2. Contribution Managerâs Guide" href="index.html" /> |
|---|
| 26 | <link type="text/css" href="../../_static/indico.css" rel="stylesheet"/> |
|---|
| 27 | |
|---|
| 28 | </head> |
|---|
| 29 | <body> |
|---|
| 30 | <div class="related"> |
|---|
| 31 | <h3>Navigation</h3> |
|---|
| 32 | <ul> |
|---|
| 33 | <li class="right" style="margin-right: 10px"> |
|---|
| 34 | <a href="../../genindex.html" title="General Index" |
|---|
| 35 | accesskey="I">index</a></li> |
|---|
| 36 | <li class="right" > |
|---|
| 37 | <a href="../QSGSessionCoordinator/index.html" title="3. Session Coordinatorâs Guide" |
|---|
| 38 | accesskey="N">next</a> |</li> |
|---|
| 39 | <li class="right" > |
|---|
| 40 | <a href="index.html" title="2. Contribution Managerâs Guide" |
|---|
| 41 | accesskey="P">previous</a> |</li> |
|---|
| 42 | <li><a href="http://indico.cern.ch/">Indico Homepage</a> »</li> |
|---|
| 43 | |
|---|
| 44 | <li><a href="../../index.html">Indico v0.97 documentation</a> »</li> |
|---|
| 45 | |
|---|
| 46 | <li><a href="../index.html" >Indico’s Quick Start Guides</a> »</li> |
|---|
| 47 | <li><a href="index.html" accesskey="U">2. Contribution Manager’s Guide</a> »</li> |
|---|
| 48 | </ul> |
|---|
| 49 | </div> |
|---|
| 50 | |
|---|
| 51 | <div class="document"> |
|---|
| 52 | <div class="documentwrapper"> |
|---|
| 53 | <div class="bodywrapper"> |
|---|
| 54 | <div class="body"> |
|---|
| 55 | |
|---|
| 56 | <div class="section" id="contribution-manager-s-guide"> |
|---|
| 57 | <h1>1. Contribution Manager’s Guide<a class="headerlink" href="#contribution-manager-s-guide" title="Permalink to this headline">¶</a></h1> |
|---|
| 58 | <div class="section" id="contribution-manager"> |
|---|
| 59 | <h2>1.1. Contribution Manager<a class="headerlink" href="#contribution-manager" title="Permalink to this headline">¶</a></h2> |
|---|
| 60 | <p>The Contribution Mananager is responsible for managing |
|---|
| 61 | the information in a contribution. Your are given contribution |
|---|
| 62 | management access by either the Conference Manager, Session |
|---|
| 63 | Manager, the existing Contribution Manager and possibly the Session |
|---|
| 64 | Co-ordinator.</p> |
|---|
| 65 | <p>You can access your contribution by selecting <em>Timetable</em> from the |
|---|
| 66 | menu in the event home page and finding your contribution. If you are |
|---|
| 67 | the manager of that contribution you will see a pencil button. |
|---|
| 68 | This will take you to your contribution management area.</p> |
|---|
| 69 | </div> |
|---|
| 70 | <hr class="docutils" /> |
|---|
| 71 | <div class="section" id="contribution-management"> |
|---|
| 72 | <h2>1.2. Contribution Management<a class="headerlink" href="#contribution-management" title="Permalink to this headline">¶</a></h2> |
|---|
| 73 | <p>Once in the contribution management area you can start managing |
|---|
| 74 | your contribution using the following tabs.</p> |
|---|
| 75 | <p>This is just a quick start guide for contribution management, for |
|---|
| 76 | an in-depth explanation please see <a class="reference external" href="../../UserGuide/Conferences.html#contributions-management">Contributions in the Indico |
|---|
| 77 | User Guide</a>.</p> |
|---|
| 78 | <hr class="docutils" /> |
|---|
| 79 | <div class="section" id="main-tab"> |
|---|
| 80 | <h3>1.2.1. Main Tab<a class="headerlink" href="#main-tab" title="Permalink to this headline">¶</a></h3> |
|---|
| 81 | <p>The Main tab contains all the data about the contribution |
|---|
| 82 | itself.</p> |
|---|
| 83 | <p><img alt="image4" src="../../_images/subcont.png" /></p> |
|---|
| 84 | </div> |
|---|
| 85 | <hr class="docutils" /> |
|---|
| 86 | <div class="section" id="sub-contribution-tab"> |
|---|
| 87 | <h3>1.2.2. Sub Contribution Tab<a class="headerlink" href="#sub-contribution-tab" title="Permalink to this headline">¶</a></h3> |
|---|
| 88 | <p>The sub contribution tab allows you to add and remove sub |
|---|
| 89 | contributions.</p> |
|---|
| 90 | <p><img alt="image3" src="../../_images/contco.png" /></p> |
|---|
| 91 | <p>Clicking on the title of a sub contribution will take you into |
|---|
| 92 | its management area.</p> |
|---|
| 93 | </div> |
|---|
| 94 | <hr class="docutils" /> |
|---|
| 95 | <div class="section" id="access-control-tab"> |
|---|
| 96 | <h3>1.2.3. Access Control Tab<a class="headerlink" href="#access-control-tab" title="Permalink to this headline">¶</a></h3> |
|---|
| 97 | <p>The access control tab allows you to add other contribution |
|---|
| 98 | managers and to give permission for users to submit material for |
|---|
| 99 | your contribution.</p> |
|---|
| 100 | <p><img alt="image5" src="../../_images/contac.png" /></p> |
|---|
| 101 | </div> |
|---|
| 102 | <hr class="docutils" /> |
|---|
| 103 | <div class="section" id="tools-tab"> |
|---|
| 104 | <h3>1.2.4. Tools Tab<a class="headerlink" href="#tools-tab" title="Permalink to this headline">¶</a></h3> |
|---|
| 105 | <p>The tools tab allows you to delete the contribution, move the |
|---|
| 106 | contribution, and write minutes for the contribution.</p> |
|---|
| 107 | <p><img alt="image7" src="../../_images/conttool.png" /></p> |
|---|
| 108 | </div> |
|---|
| 109 | </div> |
|---|
| 110 | </div> |
|---|
| 111 | |
|---|
| 112 | |
|---|
| 113 | </div> |
|---|
| 114 | </div> |
|---|
| 115 | </div> |
|---|
| 116 | <div class="sphinxsidebar"> |
|---|
| 117 | <div class="sphinxsidebarwrapper"> |
|---|
| 118 | <img src="../../_static/indico_logo.png" width="200px"/> |
|---|
| 119 | |
|---|
| 120 | <h3><a href="../../index.html">Table Of Contents</a></h3> |
|---|
| 121 | <ul> |
|---|
| 122 | <li><a class="reference external" href="#">1. Contribution Manager’s Guide</a><ul> |
|---|
| 123 | <li><a class="reference external" href="#contribution-manager">1.1. Contribution Manager</a></li> |
|---|
| 124 | <li><a class="reference external" href="#contribution-management">1.2. Contribution Management</a><ul> |
|---|
| 125 | <li><a class="reference external" href="#main-tab">1.2.1. Main Tab</a></li> |
|---|
| 126 | <li><a class="reference external" href="#sub-contribution-tab">1.2.2. Sub Contribution Tab</a></li> |
|---|
| 127 | <li><a class="reference external" href="#access-control-tab">1.2.3. Access Control Tab</a></li> |
|---|
| 128 | <li><a class="reference external" href="#tools-tab">1.2.4. Tools Tab</a></li> |
|---|
| 129 | </ul> |
|---|
| 130 | </li> |
|---|
| 131 | </ul> |
|---|
| 132 | </li> |
|---|
| 133 | </ul> |
|---|
| 134 | |
|---|
| 135 | <h4>Previous topic</h4> |
|---|
| 136 | <p class="topless"><a href="index.html" |
|---|
| 137 | title="previous chapter">2. Contribution Manager’s Guide</a></p> |
|---|
| 138 | <h4>Next topic</h4> |
|---|
| 139 | <p class="topless"><a href="../QSGSessionCoordinator/index.html" |
|---|
| 140 | title="next chapter">3. Session Coordinator’s Guide</a></p> |
|---|
| 141 | <div id="searchbox" style="display: none"> |
|---|
| 142 | <h3>Quick search</h3> |
|---|
| 143 | <form class="search" action="../../search.html" method="get"> |
|---|
| 144 | <input type="text" name="q" size="18" /> |
|---|
| 145 | <input type="submit" value="Go" /> |
|---|
| 146 | <input type="hidden" name="check_keywords" value="yes" /> |
|---|
| 147 | <input type="hidden" name="area" value="default" /> |
|---|
| 148 | </form> |
|---|
| 149 | <p class="searchtip" style="font-size: 90%"> |
|---|
| 150 | Enter search terms or a module, class or function name. |
|---|
| 151 | </p> |
|---|
| 152 | </div> |
|---|
| 153 | <script type="text/javascript">$('#searchbox').show(0);</script> |
|---|
| 154 | </div> |
|---|
| 155 | </div> |
|---|
| 156 | <div class="clearer"></div> |
|---|
| 157 | </div> |
|---|
| 158 | <div class="related"> |
|---|
| 159 | <h3>Navigation</h3> |
|---|
| 160 | <ul> |
|---|
| 161 | <li class="right" style="margin-right: 10px"> |
|---|
| 162 | <a href="../../genindex.html" title="General Index" |
|---|
| 163 | >index</a></li> |
|---|
| 164 | <li class="right" > |
|---|
| 165 | <a href="../QSGSessionCoordinator/index.html" title="3. Session Coordinatorâs Guide" |
|---|
| 166 | >next</a> |</li> |
|---|
| 167 | <li class="right" > |
|---|
| 168 | <a href="index.html" title="2. Contribution Managerâs Guide" |
|---|
| 169 | >previous</a> |</li> |
|---|
| 170 | <li><a href="http://indico.cern.ch/">Indico Homepage</a> »</li> |
|---|
| 171 | |
|---|
| 172 | <li><a href="../../index.html">Indico v0.97 documentation</a> »</li> |
|---|
| 173 | |
|---|
| 174 | <li><a href="../index.html" >Indico’s Quick Start Guides</a> »</li> |
|---|
| 175 | <li><a href="index.html" >2. Contribution Manager’s Guide</a> »</li> |
|---|
| 176 | </ul> |
|---|
| 177 | </div> |
|---|
| 178 | <div class="footer"> |
|---|
| 179 | © Copyright 2010, Indico Team. |
|---|
| 180 | Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.4. |
|---|
| 181 | </div> |
|---|
| 182 | </body> |
|---|
| 183 | </html> |
|---|