Access Keys:
Skip to content (Access Key - 0)
<!--page.vmd--> <div id="content" class="page view"> <div id="link-to-page-fields" class="hidden parameters"> <input type="hidden" id="linkToThisPageHeading" value="Link to this Page"> <input type="hidden" id="linkToThisPageLink" value="Link"> <input type="hidden" id="linkToThisPageTinyLink" value="Tiny Link"> <input type="hidden" id="linkToThisPageWikiMarkup" value="Wiki Markup"> <input type="hidden" id="linkToThisPageClose" value="Close"> </div> <fieldset class="hidden parameters"> <input type="hidden" title="movePageDialogViewPageTitle" value="Move Page &ndash; &#8216;Glossary - C&#8217;"> <input type="hidden" title="movePageDialogEditPageTitle" value="Set Page Location"> <input type="hidden" title="movePageDialogMoveButton" value="Move"> <input type="hidden" title="movePageDialogCancelButton" value="Cancel"> <input type="hidden" title="movePageDialogBrowsePanelTip" value="Click to select the new parent page for this page and its children."> <input type="hidden" title="movePageDialogSearchPanel" value="Search"> <input type="hidden" title="movePageDialogHistoryPanel" value="Recently Viewed"> <input type="hidden" title="movePageDialogHistoryNoResults" value="There were no recently viewed pages found."> <input type="hidden" title="movePageDialogLocationPanel" value="Known Location"> <input type="hidden" title="movePageDialogLocationNotFound" value="The specified page was not found."> <input type="hidden" title="movePageDialogBrowsePanel" value="Browse"> <input type="hidden" title="movePageDialogPanelLoadErrorMsg" value="Error reading the panel content from the server."> <input type="hidden" title="movePageDialogPanelLoadErrorTip" value="You could try reloading the page and launching the dialog again."> <input type="hidden" title="movePageDialogPanelLoadErrorStatus" value="HTTP Status"> <input type="hidden" title="movePageDialogNoSelectionErrorMsg" value="You must make a selection in the tree before you can move the page."> <input type="hidden" title="movePageDialogSearchError" value="Failed to retrieve search results from the server."> <input type="hidden" title="movePageDialogSearchNoResults" value="There were no pages found containing <b>{0}</b>."> <input type="hidden" title="movePageDialogSearchResultCount" value="Showing <b>{0}</b>-<b>{1}</b> of <b>{2}</b> pages containing <b>{3}</b>."> <input type="hidden" title="movePageDialogMoveFailed" value="Move failed. There was a problem contacting the server."> <input type="hidden" title="movePageDialogCannotChangeSpace" value="You cannot move this page to another space because you do not have permission to remove it from this space."> <input type="hidden" title="pageTitle" value="Glossary - C"/> <input type="hidden" title="parentPageTitle" value="Glossary"/> <input type="hidden" title="fromPageTitle" value=""/> <input type="hidden" title="spaceKey" value="glossary"/> <input type="hidden" title="spaceName" value="Glossary"/> <input type="hidden" title="movePageDialogInvalidLocation" value="You cannot move a page to be underneath itself or its children."/> <input type="hidden" title="movePageDialogOrderingTitle" value="Page Ordering"/> <input type="hidden" title="movePageDialogBackButton" value="Back"/> <input type="hidden" title="movePageDialogMoveAndOrderButton" value="Reorder"/> <input type="hidden" title="movePageDialogNextButton" value="Move"/> </fieldset> <script type="text/x-template" title="movePageDialog"> <div class="row information"> <div class="inner"> <div class="element"> Specify the new parent page for this page and its children by space and title. </div> </div> </div> <div class="form"> <fieldset> <legend class="assistive"><span>Change the Parent Page to a Known Page</span></legend> <div class="row"> <label for="new-space">New space:</label> <div class="value new-space-value"> <input id="new-space-key" name="new-space-key" type="hidden" value="glossary"> <span class="space-input"> <input id="new-space" name="new-space" value="Glossary" disabled="disabled"> </span> <span class="description warning">You cannot move this page to another space because you do not have permission to remove it from this space.</span> <div class="new-space-dropdown aui-dd-parent autocomplete"></div> </div> </div> <div class="row"> <label for="new-parent-page">New parent page:</label> <div class="value new-parent-page-value"> <span class="page-input"> <input id="new-parent-page" name="new-parent-page" value="Glossary"> </span> <span class="description">Start typing a page title to see a list of suggestions.</span> <div class="new-parent-page-dropdown aui-dd-parent autocomplete"></div> </div> </div> </fieldset> </div> <div class="location-info"> <div class="row"> <label>Current location:</label> <div class="value breadcrumbs-container"> <div class="breadcrumbs-line"> <ul id="current-parent-breadcrumbs" class="breadcrumbs"> </ul> </div> </div> </div> <div class="row"> <label>New location:</label> <div class="value breadcrumbs-container"> <div class="breadcrumbs-line"> <ul id="new-parent-breadcrumbs" class="breadcrumbs"> </ul> </div> </div> </div> </div> </script> <script type="text/x-template" title="movePageErrors"> <div id="move-errors" class="hidden warning"></div> </script> <script type="text/x-template" title="movePageBreadcrumb"> <li><a class="{2}" title="{3}" tabindex="-1"><span>{0}</span></a></li> </script> <script type="text/x-template" title="movePageBreadcrumbLoading"> <li class="loading"><span>Loading breadcrumbs&hellip;</span></li> </script> <script type="text/x-template" title="movePageBreadcrumbError"> <li class="warning last"><span>Error retrieving breadcrumbs.</span></li> </script> <script type="text/x-template" title="movePageNoMatchingPages"> <ol><li><span class="warning">No matching pages found.</span></li></ol> </script> <script type="text/x-template" title="movePageNoMatchingSpaces"> <ol><li><span class="warning">No matching spaces found.</span></li></ol> </script> <script type="text/x-template" title="movePageSearchPanel"> <div class="row information"> <div class="inner"> <div class="element"> Search for and select the new parent page for this page and its children. </div> </div> </div> <div id="move-page-search-container" class="row"> <div class="search-form"> <fieldset> <legend class="assistive"><span>Search for a New Parent Page</span></legend> <label for="move-page-search-query" class="assistive">Search keywords</label> <input class="search-query" id="move-page-search-query"> <label for="move-page-search-space" class="assistive">Search in space</label> <select id="move-page-search-space" class="search-space" disabled="disabled"> <option value="glossary" selected="selected">Glossary</option> </select> <input type="button" value="Search"> <div class="description warning">You cannot move this page to another space because you do not have permission to remove it from this space.</div> </fieldset> </div> <div class="search-results"> </div> </div> </script> <script type="text/x-template" title="movePageSearchResultsLoading"> <div class="searching">Searching…</div> </script> <script type="text/x-template" title="movePageHistoryPanel"> <div class="row information"> <div class="inner"> <div class="element"> Select the new parent page for this page and its children from your history. </div> </div> </div> <div id="move-page-search-container" class="row"> <div class="search-results"> </div> </div> </script> <script type="text/x-template" title="movePageHistoryLoading"> <div class="searching">Loading…</div> </script> <script type="text/x-template" title="movePageBrowsePanel"> <div class="row information"> <div class="inner"> <div class="element"> Click to select the new parent page for this page and its children. </div> </div> </div> <div class="tree"></div> </script> <script type="text/x-template" title="movePagePanelLoading"> <span>Loading…</span> </script> <script type="text/x-template" title="movePageBrowsePanelSpace"> <ul><li id='tree-root-node-item' class='root-node-list-item'><a class='root-node' href='#'>{0}</a></li></ul> </script> <script type="text/x-template" title="orderingPagePanel"> <div id="orderingPlaceHolder"></div> </script> <script type="text/x-template" title="reorderCheckbox"> <span id="reorderRequirement"><input id="reorderCheck" type="checkbox" name="reorderFlag" title="Choose the position of this page within the list of child pages."/><label for="reorderCheck" title="Choose the position of this page within the list of child pages.">Reorder</label></span> </script> <script type="text/x-template" title="move-help-link"> <div class="dialog-help-link"> <a href="http://docs.atlassian.com/confluence/docs-35/Moving+a+Page" target="_blank">Help</a> </div> </script> <script type="text/x-template" title="searchResultsGrid"> <table> <thead> <tr class="header"> <th class="search-result-title">Page Title</th> <th class="search-result-space">Space</th> <th class="search-result-date">Updated</th> </tr> </thead> </table> </script> <script type="text/x-template" title="searchResultsGridCount"> <p class="search-result-count">{0}</p> </script> <script type="text/x-template" title="searchResultsGridRow"> <tr class="search-result"> <th class="search-result-title"><a href="{1}" class="content-type-{2}"><span>{0}</span></a></th> <td class="search-result-space"><a class="space" href="/confluence/display/{4}/" title="{3}">{3}</a></td> <td class="search-result-date"><span class="date" title="{6}">{5}</span></td> </tr> </script> <!-- Start restrictions section --> <script type="text/x-template" title="page-permissions-div"> <div id="page-permissions-div"> <div id="page-permissions-editor-form"> <div id="page-permissions-error-div" class="hidden"> <a href="#" id="permissions-error-div-close">Ok</a> <div></div> </div> <div id="page-permissions-type-radios" class="page-permissions-label-rows"> <div> <input id="restrictViewRadio" type="radio" checked="checked" name="pagePermissionTypeRadio" value="view"/> <label for="restrictViewRadio">Restrict viewing of this page</label> <input id="restrictEditRadio" type="radio" name="pagePermissionTypeRadio" value="edit"/> <label for="restrictEditRadio">Restrict editing of this page</label> </div> </div> <div id="page-permissions-input" class="page-permissions-label-rows"> <div class="page-permissions-label">To:</div> <div id="page-permissions-chooser-box"> <span id="page-permissions-choose-user" class="ajs-button"> <a href="#" id='userpicker-popup-link-image' onClick="var picker = window.open('/confluence/spaces/openuserpicker.action?key=glossary&amp;startIndex=0&amp;onPopupSubmit=AJS.PagePermissions.addUserPermissions', 'EntitiesPicker', 'status=yes,resizable=yes,top=100,left=200,width=700,height=680,scrollbars=yes'); picker.focus(); return false;"><img src="/confluence/s/en/2171/1/_/images/icons/user_16.gif" height=16 width=16 border=0 align="absmiddle" title="Choose users" /></a> <a href="#" id='userpicker-popup-link-text' onClick="var picker = window.open('/confluence/spaces/openuserpicker.action?key=glossary&amp;startIndex=0&amp;onPopupSubmit=AJS.PagePermissions.addUserPermissions', 'EntitiesPicker', 'status=yes,resizable=yes,top=100,left=200,width=700,height=680,scrollbars=yes'); picker.focus(); return false;">Person...</a> </span> <span id="page-permissions-choose-group" class="ajs-button"> <a href="#" id='grouppicker-popup-link-image' onClick="var picker = window.open('/confluence/spaces/opengrouppicker.action?key=glossary&amp;startIndex=0&amp;actionName=dosearchgroups.action&amp;onPopupSubmit=AJS.PagePermissions.addGroupPermissions', 'EntitiesPicker', 'status=yes,resizable=yes,top=100,left=200,width=580,height=550,scrollbars=yes'); picker.focus(); return false;"><img src="/confluence/s/en/2171/1/_/images/icons/group_16.gif" height=16 width=16 border=0 align="absmiddle" title="Choose groups" /></a> <a href="#" id='grouppicker-popup-link-text' onClick="var picker = window.open('/confluence/spaces/opengrouppicker.action?key=glossary&amp;startIndex=0&amp;actionName=dosearchgroups.action&amp;onPopupSubmit=AJS.PagePermissions.addGroupPermissions', 'EntitiesPicker', 'status=yes,resizable=yes,top=100,left=200,width=580,height=550,scrollbars=yes'); picker.focus(); return false;">Group...</a> </span> </div> <div id="page-permissions-input-box"> <span> <input type="text" id="page-permissions-names-input" class="input-placeholder" value="Enter user or group name" name="permissionNames" size="30" autocomplete="off"/> </span> <input type="hidden" id="page-permissions-names-hidden" /> <img height="16px" width="1px" src="/confluence/s/en/2171/1/_/images/border/spacer.gif"/> <input type="button" id="add-typed-names" value="Restrict"> </div> </div> </div> <div id="page-permissions-tables"> <div id="page-permissions-table-div"> <table id="page-permissions-table" class="page-permissions-table"> <tr id="page-permissions-no-views" class="marker-row"> <td colspan="3" class="page-permissions-marker-cell"><span>No view restrictions are defined for this page</span></td> </tr> <tr id="page-permissions-no-edits" class="marker-row"> <td colspan="3" class="page-permissions-marker-cell"><span>No edit restrictions are defined for this page</span></td> </tr> </table> </div> <div id="page-inherited-permissions-table-div" class="hidden"> <span id="page-inherited-permissions-table-desc"> <a class="icon twisty-closed">Show/Hide</a> <a id="toggle-inherited-permissions" title="Click to see inherited restrictions">This page has restricted parent pages. It can only be seen by users who can see those parent pages.</a> </span> <div id="page-inherited-permissions-tables" class="hidden page-inheritance-togglable"></div> </div> </div> </div> </script> <script type="text/x-template" title="permissions-row-template"> <tr class="permission-row"> <td class="page-permissions-marker-cell" width="20%"> <span>Viewing restricted to:</span> </td> <td class="permission-entity" nowrap="true" width="40%"> <span class="entity-container"> <img class="permission-entity-picture"/> <span class="permission-entity-display-name"></span> <span class="permission-entity-name-wrap">&nbsp;(<span class="permission-entity-name"></span>)</span> </span> </td> <td class="permission-detail-column"> <div class="permission-remove-div"> <a href="#" class="remove-permission-link">Remove restriction</a> </div> </td> </tr> </script> <script type="text/x-template" title="permissions-username-no-suggestion-template"> <ol> <li><a href="#" class="message"><span>No matches</span></a></li> </ol> </script> <script type="text/x-template" title="page-inherited-permissions-table-div-template"> <div class="page-inherited-permissions-owner-div"> <div class="page-inherited-permissions-table-desc">Viewing restrictions apply to “<a></a>”. In order to see “<span></span>”, a user must be in the following list of users and groups:</div> <table class="page-permissions-table"></table> </div> </script> <script type="text/x-template" title="page-restrictions-help-link"> <div class="dialog-help-link"> <a href="http://docs.atlassian.com/confluence/docs-35/Page+Restrictions" target="_blank">Help</a> </div> </script> <!-- End restrictions section --> <fieldset class="hidden parameters"> <input type="hidden" title="spaceKeyEncoded" value="glossary"> <input type="hidden" title="spaceKeyDecoded" value="glossary"> </fieldset> <fieldset class="hidden parameters"> <input type="hidden" title="browsePageTreeMode" value="view"> </fieldset> <div class="wiki-content"> <!-- wiki content --> <h1><a name="Glossary-C-"></a>Glossary - C</h1> <p>Click on letter to jump to the list of terms starting with that letter. Click on a term to jump to the full definition. The excerpts on this page show the first line of each definition.</p> <div class="panel" style="border-width: 1px;"><div class="panelContent"> <div class="" align="center"><a href="/confluence/display/glossary/Glossary" title="Glossary">Glossary</a>: <a href="/confluence/display/glossary/Glossary+-+0..9+and+symbols" title="Glossary - 0..9 and symbols">0..9</a> <a href="/confluence/display/glossary/Glossary+-+A" title="Glossary - A">A</a> <a href="/confluence/display/glossary/Glossary+-+B" title="Glossary - B">B</a> <a href="/confluence/display/glossary/Glossary+-+C" title="Glossary - C">C</a> <a href="/confluence/display/glossary/Glossary+-+D" title="Glossary - D">D</a> <a href="/confluence/display/glossary/Glossary+-+E" title="Glossary - E">E</a> <a href="/confluence/display/glossary/Glossary+-+F" title="Glossary - F">F</a> <a href="/confluence/display/glossary/Glossary+-+G" title="Glossary - G">G</a> <a href="/confluence/display/glossary/Glossary+-+H" title="Glossary - H">H</a> <a href="/confluence/display/glossary/Glossary+-+I" title="Glossary - I">I</a> <a href="/confluence/display/glossary/Glossary+-+J" title="Glossary - J">J</a> <a href="/confluence/display/glossary/Glossary+-+K" title="Glossary - K">K</a> <a href="/confluence/display/glossary/Glossary+-+L" title="Glossary - L">L</a> <a href="/confluence/display/glossary/Glossary+-+M" title="Glossary - M">M</a> <a href="/confluence/display/glossary/Glossary+-+N" title="Glossary - N">N</a> <a href="/confluence/display/glossary/Glossary+-+O" title="Glossary - O">O</a> <a href="/confluence/display/glossary/Glossary+-+P" title="Glossary - P">P</a> <a href="/confluence/display/glossary/Glossary+-+Q" title="Glossary - Q">Q</a> <a href="/confluence/display/glossary/Glossary+-+R" title="Glossary - R">R</a> <a href="/confluence/display/glossary/Glossary+-+S" title="Glossary - S">S</a> <a href="/confluence/display/glossary/Glossary+-+T" title="Glossary - T">T</a> <a href="/confluence/display/glossary/Glossary+-+U" title="Glossary - U">U</a> <a href="/confluence/display/glossary/Glossary+-+V" title="Glossary - V">V</a> <a href="/confluence/display/glossary/Glossary+-+W" title="Glossary - W">W</a> <a href="/confluence/display/glossary/Glossary+-+X" title="Glossary - X">X</a> <a href="/confluence/display/glossary/Glossary+-+Y" title="Glossary - Y">Y</a> <a href="/confluence/display/glossary/Glossary+-+Z" title="Glossary - Z">Z</a></div> </div></div> <ul><li><a href="/confluence/display/glossary/C4FCM" title="C4FCM">C4FCM</a> &mdash; <span class="smalltext">Center for Future Civic Media</span></li><li><a href="/confluence/display/glossary/C.E." title="C.E.">C.E.</a> &mdash; <span class="smalltext">Civil Engineer (degree)</span></li><li><a href="/confluence/display/glossary/C.H.E." title="C.H.E.">C.H.E.</a> &mdash; <span class="smalltext">Chemical Engineer (degree)</span></li><li><a href="/confluence/display/glossary/C.S.E." title="C.S.E.">C.S.E.</a> &mdash; <span class="smalltext">Computer Science Engineer (degree)</span></li><li><a href="/confluence/display/glossary/CA" title="CA">CA</a> &mdash; <span class="smalltext">Certificate Authority</span></li><li><a href="/confluence/display/glossary/CAA" title="CAA">CAA</a> &mdash; <span class="smalltext">Computer-Aided Automation</span></li><li><a href="/confluence/display/glossary/CAAFI" title="CAAFI">CAAFI</a> &mdash; <span class="smalltext">Commercial Aviation Alternative Fuels Initiative</span></li><li><a href="/confluence/display/glossary/CAC+%28Campus+Activities+Complex%29" title="CAC (Campus Activities Complex)">CAC (Campus Activities Complex)</a> &mdash; <span class="smalltext">The Campus Activities Complex provides a range of facilities and services designed to support the educational mission of the institute and the out-of-classroom needs of the community. CAC services include facilities management, event planning and support, retail and contracted services.</span></li><li><a href="/confluence/display/glossary/CAC+%28Committee+on+Animal+Care%29" title="CAC (Committee on Animal Care)">CAC (Committee on Animal Care)</a> &mdash; <span class="smalltext">MIT's Committee on Animal Care was established to ensure that all MIT, WIBR, and Broad Institute researchers working with animals or making funds available to support other researchers' work with animals comply with federal, state, local, and institutional regulations on animal care. To that end, the CAC inspects animals, animal facilities and laboratories, and reviews all research and teaching exercises which involve vertebrate animals or other tissues before activities are performed.</span></li><li><a href="/confluence/display/glossary/CAES" title="CAES">CAES</a> &mdash; <span class="smalltext">Center for Advanced Educational Services (formerly Center for Advanced Engineering Study)</span></li><li><a href="/confluence/display/glossary/CAMIT" title="CAMIT">CAMIT</a> &mdash; <span class="smalltext">Chinese Alumni of MIT</span></li><li><a href="/confluence/display/glossary/CAMS" title="CAMS">CAMS</a> &mdash; <span class="smalltext">Collaboration Accounts Management System of CAMS is a part of MIT's Touchstone single sign-on infrastructure. It is used to register and manage identities for users outside the MIT community who may need to access MIT services.</span></li><li><a href="/confluence/display/glossary/CANES" title="CANES">CANES</a> &mdash; <span class="smalltext">Center for Advanced Nuclear Energy Systems</span></li><li><a href="/confluence/display/glossary/CAN-SPAM" title="CAN-SPAM">CAN-SPAM</a> &mdash; <span class="smalltext">Controlling the Assault of Non-Solicited Pornography and Marketing Act</span></li><li><a href="/confluence/display/glossary/CAO" title="CAO">CAO</a> &mdash; <span class="smalltext">Controller's Accounting Office</span></li><li><a href="/confluence/display/glossary/CAP" title="CAP">CAP</a> &mdash; <span class="smalltext">Committee on Academic Performanc</span></li><li><a href="/confluence/display/glossary/CAS" title="CAS">CAS</a> &mdash; <span class="smalltext">Cost Accounting Standards</span></li><li><a href="/confluence/display/glossary/CASE" title="CASE">CASE</a> &mdash; <span class="smalltext">Council for the Advancement and Support of Education (based in Washington, DC)</span></li><li><a href="/confluence/display/glossary/CASPAR" title="CASPAR">CASPAR</a> &mdash; <span class="smalltext">Cambridge and Somerville Program for Alcoholism Rehabilitation</span></li><li><a href="/confluence/display/glossary/CAVS" title="CAVS">CAVS</a> &mdash; <span class="smalltext">Center for Advanced Visual Studies</span></li><li><a href="/confluence/display/glossary/CBA" title="CBA">CBA</a> &mdash; <span class="smalltext">Center for Bits and Atoms</span></li><li><a href="/confluence/display/glossary/CBE" title="CBE">CBE</a> &mdash; <span class="smalltext">Center for Biomedical Engineering</span></li><li><a href="/confluence/display/glossary/CBI" title="CBI">CBI</a> &mdash; <span class="smalltext">Center for Biomedical Innovation</span></li><li><a href="/confluence/display/glossary/CBIP" title="CBIP">CBIP</a> &mdash; <span class="smalltext">Center for Biological Information Processing</span></li><li><a href="/confluence/display/glossary/CC+at+MIT" title="CC at MIT">CC at MIT</a> &mdash; <span class="smalltext">Catalyst Collaborative at MIT, a collaboration between MIT and the Underground Railway Theater</span></li><li><a href="/confluence/display/glossary/CCCOB" title="CCCOB">CCCOB</a> &mdash; <span class="smalltext">College Career Centers of Boston</span></li><li><a href="/confluence/display/glossary/CCI" title="CCI">CCI</a> &mdash; <span class="smalltext">Center for Collective Intelligence</span></li><li><a href="/confluence/display/glossary/CCIS" title="CCIS">CCIS</a> &mdash; <span class="smalltext">Center for Intelligent Control Systems</span></li><li><a href="/confluence/display/glossary/CCNEs" title="CCNEs">CCNEs</a> &mdash; <span class="smalltext">Replace this text with one or more definitions for this term. Remember to use a pair of {excerpt} tags to contain the text you want displayed on the glossary index pages.</span></li><li><a href="/confluence/display/glossary/CCOP" title="CCOP">CCOP</a> &mdash; <span class="smalltext">Corporation Committee on the Presidency</span></li><li><a href="/confluence/display/glossary/CCP" title="CCP">CCP</a> &mdash; <span class="smalltext">Communication, Coordination, and Planning (Group)</span></li><li><a href="/confluence/display/glossary/CCR" title="CCR">CCR</a> &mdash; <span class="smalltext">Former acronym for the David H. Koch Institute for Integrative Cancer Research (KI) based on the name Center for Cancer Research</span></li><li><a href="/confluence/display/glossary/CCR+%28Committee+on+Corporate+Relations%29" title="CCR (Committee on Corporate Relations)">CCR (Committee on Corporate Relations)</a> &mdash; <span class="smalltext">The mission of the Office of Corporate Relations (OCR) is to create and strengthen mutually beneficial relationships between MIT and corporations and other organizations, measured in part by maximizing the flow of corporate investments to support the basic mission of MIT.</span></li><li><a href="/confluence/display/glossary/CCREMS" title="CCREMS">CCREMS</a> &mdash; <span class="smalltext">Center for Computational Research in Economics and Management Science</span></li><li><a href="/confluence/display/glossary/CCS+%28Carbon+Capture+and+Sequestration%29" title="CCS (Carbon Capture and Sequestration)">CCS (Carbon Capture and Sequestration)</a> &mdash; <span class="smalltext">The Carbon Capture and Sequestration Technologies Program at MIT conducts research into technologies to capture, utilize, and store CO2 from large stationary sources.</span></li><li><a href="/confluence/display/glossary/CCS+%28Center+for+Coordination+Science%29" title="CCS (Center for Coordination Science)">CCS (Center for Coordination Science)</a> &mdash; <span class="smalltext">Founded in 1991, the MIT Center for Coordination Science studied how coordination occurs in a variety of different systems, including human organizations, markets, and computer networks. The Center's work emphasized how new information technologies are making it possible to organize businesses—and other organizations—in new ways. In order to place even more emphasis on these new possibilities, the Center was reorganized and renamed in July 2006 to be the MIT Center for Collective Intelligence.</span></li><li><a href="/confluence/display/glossary/CCSC" title="CCSC">CCSC</a> &mdash; <span class="smalltext">Community Charter School of Cambridge</span></li><li><a href="/confluence/display/glossary/CDB" title="CDB">CDB</a> &mdash; <span class="smalltext">Campus Dining Board</span></li><li><a href="/confluence/display/glossary/CDC" title="CDC">CDC</a> &mdash; <span class="smalltext">Corporation Development Committee</span></li><li><a href="/confluence/display/glossary/CDD" title="CDD">CDD</a> &mdash; <span class="smalltext">City Design and Development (program in the Department of Architecture)</span></li><li><a href="/confluence/display/glossary/CDIO" title="CDIO">CDIO</a> &mdash; <span class="smalltext">Conceive, Design, Implement, Operate (interactive learning model in the Department of Aeronautics and Astronautics)</span></li><li><a href="/confluence/display/glossary/CDO" title="CDO">CDO</a> &mdash; <span class="smalltext">Computation for Design and Optimization Program</span></li><li><a href="/confluence/display/glossary/CDP" title="CDP">CDP</a> &mdash; <span class="smalltext">Cell Decision Processes (MIT has a "Center of Excellence in CDP, with funding from NIH.)</span></li><li><a href="/confluence/display/glossary/CDSA" title="CDSA">CDSA</a> &mdash; <span class="smalltext">Community Development and Substance Abuse, Office of</span></li><li><a href="/confluence/display/glossary/CECI" title="CECI">CECI</a> &mdash; <span class="smalltext">Center for Educational Computing Initiatives</span></li><li><a href="/confluence/display/glossary/CEE" title="CEE">CEE</a> &mdash; <span class="smalltext">(Department of) Civil and Environmental Engineering</span></li><li><a href="/confluence/display/glossary/CEE+%28Center+for+Excellence+in+Education%29" title="CEE (Center for Excellence in Education)">CEE (Center for Excellence in Education)</a> &mdash; <span class="smalltext">The Center for Excellence in Education nurtures careers of excellence and leadership in science and technology for academically talented high school and college students. It currently sponsors two programs for high school students: the Research Science Institute (RSI) and the USA Biology Olympiad (USABO).</span></li><li><a href="/confluence/display/glossary/CEESA" title="CEESA">CEESA</a> &mdash; <span class="smalltext">Civil &amp; Environmental Engineering Student's Association</span></li><li><a href="/confluence/display/glossary/CEEW" title="CEEW">CEEW</a> &mdash; <span class="smalltext">Cyprus Institute Program for Energy, Environment and Water Resources (program in LFEE)</span></li><li><a href="/confluence/display/glossary/CEHS" title="CEHS">CEHS</a> &mdash; <span class="smalltext">Center for Environmental Health Sciences</span></li><li><a href="/confluence/display/glossary/CEI" title="CEI">CEI</a> &mdash; <span class="smalltext">Center for Environmental Initiatives (See LFEE.)</span></li><li><a href="/confluence/display/glossary/cell+%28AFS%29" title="cell (AFS)">cell (AFS)</a> &mdash; <span class="smalltext">An AFS cell is an administrative unit, with its own set of credentials, organization policies, and filesystem layout. The <tt>athena.mit.edu</tt> is the largest and most well-known cell at MIT.</span></li><li><a href="/confluence/display/glossary/CENSAM" title="CENSAM">CENSAM</a> &mdash; <span class="smalltext">Center for Environmental Sensing and Modeling</span></li><li><a href="/confluence/display/glossary/Centrex" title="Centrex">Centrex</a> &mdash; <span class="smalltext">Central Exchange (main telephone system until October 1988)</span></li><li><a href="/confluence/display/glossary/CEP" title="CEP">CEP</a> &mdash; <span class="smalltext">Committee on Educational Policy. No longer in existence. It was split into the Faculty Policy Committee (FPC) and the Committee on the Undergraduate Program (CUP).</span></li><li><a href="/confluence/display/glossary/CERN" title="CERN">CERN</a> &mdash; <span class="smalltext">European Organization for Nuclear Research</span></li><li><a href="/confluence/display/glossary/Certificate" title="Certificate">Certificate</a> &mdash; <span class="smalltext">An electronic credential that allows access to secure web applications.</span></li><li><a href="/confluence/display/glossary/CESF" title="CESF">CESF</a> &mdash; <span class="smalltext">Center for Engineering Systems Fundamentals (in the Engineering Systems Division)</span></li><li><a href="/confluence/display/glossary/CET" title="CET">CET</a> &mdash; <span class="smalltext">Council on Educational Technology</span></li><li><a href="/confluence/display/glossary/CETI" title="CETI">CETI</a> &mdash; <span class="smalltext">China Education and Technology Initiative</span></li><li><a href="/confluence/display/glossary/CEUE" title="CEUE">CEUE</a> &mdash; <span class="smalltext">Commission on Engineering Undergraduate Education</span></li><li><a href="/confluence/display/glossary/CFA" title="CFA">CFA</a> &mdash; <span class="smalltext">Committee on Faculty Administration</span></li><li><a href="/confluence/display/glossary/CFA+%28Harvard%29" title="CFA (Harvard)">CFA (Harvard)</a> &mdash; <span class="smalltext">(Harvard-Smithsonian) Center for Astrophysics</span></li><li><a href="/confluence/display/glossary/CFP" title="CFP">CFP</a> &mdash; <span class="smalltext">Communications Futures Program</span></li><li><a href="/confluence/display/glossary/CFP+%28old%29" title="CFP (old)">CFP (old)</a> &mdash; <span class="smalltext">Community Fellows Program. Now called Center for Reflective Community Practice.</span></li><li><a href="/confluence/display/glossary/CFW" title="CFW">CFW</a> &mdash; <span class="smalltext">Council on Family and Work</span></li><li><a href="/confluence/display/glossary/CG" title="CG">CG</a> &mdash; <span class="smalltext">Competency Group (former name of HR team in IS and IS&amp;T)</span></li><li><a href="/confluence/display/glossary/CGSP" title="CGSP">CGSP</a> &mdash; <span class="smalltext">Committee on Graduate School Programs (formerly Policy)</span></li><li><a href="/confluence/display/glossary/CHARGEN" title="CHARGEN">CHARGEN</a> &mdash; <span class="smalltext">Charachter Generation protocol</span></li><li><a href="/confluence/display/glossary/ChemE" title="ChemE">ChemE</a> &mdash; <span class="smalltext">(Department of) Chemical Engineering</span></li><li><a href="/confluence/display/glossary/Chocolate+City" title="Chocolate City">Chocolate City</a> &mdash; <span class="smalltext">Name used for the top three floors of New House 1</span></li><li><a href="/confluence/display/glossary/CHP" title="CHP">CHP</a> &mdash; <span class="smalltext">Chemical Hygiene Plan</span></li><li><a href="/confluence/display/glossary/CHP+%28Combined+Heat+and+Power%29" title="CHP (Combined Heat and Power)">CHP (Combined Heat and Power)</a> &mdash; <span class="smalltext">Also known as Cogeneration, CHP is the use of a heat engine or a power station to simultaneously generate both electricity and useful heat.</span></li><li><a href="/confluence/display/glossary/CIC" title="CIC">CIC</a> &mdash; <span class="smalltext">Computationally Intensive Computing (team) in Information Systems and Technology</span></li><li><a href="/confluence/display/glossary/CIDMS" title="CIDMS">CIDMS</a> &mdash; <span class="smalltext">Center for Information-Driven Mechanical Systems</span></li><li><a href="/confluence/display/glossary/CI-H" title="CI-H">CI-H</a> &mdash; <span class="smalltext">Communication Intensive subject in the Humanities, Arts, and Social Sciences (undergraduate requirement)</span></li><li><a href="/confluence/display/glossary/CII" title="CII">CII</a> &mdash; <span class="smalltext">Communications Innovation Institute</span></li><li><a href="/confluence/display/glossary/CIL" title="CIL">CIL</a> &mdash; <span class="smalltext">Committee on Industrial Liaison</span></li><li><a href="/confluence/display/glossary/CI-M" title="CI-M">CI-M</a> &mdash; <span class="smalltext">Communication Intensive subject in the Major (undergraduate requirement)</span></li><li><a href="/confluence/display/glossary/CIMIT" title="CIMIT">CIMIT</a> &mdash; <span class="smalltext">Center for Integration of Medicine and Innovative Technology</span></li><li><a href="/confluence/display/glossary/CIPD" title="CIPD">CIPD</a> &mdash; <span class="smalltext">Center for Innovation in Product Development</span></li><li><a href="/confluence/display/glossary/CIS" title="CIS">CIS</a> &mdash; <span class="smalltext">Center for International Studies</span></li><li><a href="/confluence/display/glossary/CISR" title="CISR">CISR</a> &mdash; <span class="smalltext">Center for Information Systems Research</span></li><li><a href="/confluence/display/glossary/CIST" title="CIST">CIST</a> &mdash; <span class="smalltext">Center for Infrastructure Science and Technology</span></li><li><a href="/confluence/display/glossary/CJAC" title="CJAC">CJAC</a> &mdash; <span class="smalltext">Corporation Joint Advisory Committee on Institute-wide Affairs</span></li><li><a href="/confluence/display/glossary/CLC" title="CLC">CLC</a> &mdash; <span class="smalltext">Cambridge Licensing Commission</span></li><li><a href="/confluence/display/glossary/CLI" title="CLI">CLI</a> &mdash; <span class="smalltext">Center for Latin-American Logistics Innovation</span></li><li><a href="/confluence/display/glossary/CLM" title="CLM">CLM</a> &mdash; <span class="smalltext">Center for Learning and Memory</span></li><li><a href="/confluence/display/glossary/CLSS" title="CLSS">CLSS</a> &mdash; <span class="smalltext">Computerized Literature Search Service (Libraries)</span></li><li><a href="/confluence/display/glossary/CME" title="CME">CME</a> &mdash; <span class="smalltext">Cambridge-MIT Exchange (Program)</span></li><li><a href="/confluence/display/glossary/CME-MSRI" title="CME-MSRI">CME-MSRI</a> &mdash; <span class="smalltext">Chicago Mercantile Exchange-Mathematical Sciences Research Initiative</span></li><li><a href="/confluence/display/glossary/CMI" title="CMI">CMI</a> &mdash; <span class="smalltext">Cambridge-MIT Institute</span></li><li><a href="/confluence/display/glossary/C-MORE" title="C-MORE">C-MORE</a> &mdash; <span class="smalltext">Center for Microbial Oceanography Research and Education</span></li><li><a href="/confluence/display/glossary/CMP" title="CMP">CMP</a> &mdash; <span class="smalltext">Cooperative Mobility Program</span></li><li><a href="/confluence/display/glossary/CMRAE" title="CMRAE">CMRAE</a> &mdash; <span class="smalltext">Center for Materials Research in Archaeology and Ethnology</span></li><li><a href="/confluence/display/glossary/CMS" title="CMS">CMS</a> &mdash; <span class="smalltext">Comparative Media Studies</span></li><li><a href="/confluence/display/glossary/CMSE" title="CMSE">CMSE</a> &mdash; <span class="smalltext">Center for Materials Science and Engineering</span></li><li><a href="/confluence/display/glossary/COBE" title="COBE">COBE</a> &mdash; <span class="smalltext">Cosmic Background Explorer (NASA's)</span></li><li><a href="/confluence/display/glossary/COBRA" title="COBRA">COBRA</a> &mdash; <span class="smalltext">Consolidated Omnibus Budget Reconciliation Act</span></li><li><a href="/confluence/display/glossary/COC" title="COC">COC</a> &mdash; <span class="smalltext">Committee on Curricula</span></li><li><a href="/confluence/display/glossary/COCA" title="COCA">COCA</a> &mdash; <span class="smalltext">Committee on Central America</span></li><li><a href="/confluence/display/glossary/COD" title="COD">COD</a> &mdash; <span class="smalltext">Committee on Discipline</span></li><li><a href="/confluence/display/glossary/Coeus" title="Coeus">Coeus</a> &mdash; <span class="smalltext">MIT's electronic proposal and award system.</span></li><li><a href="/confluence/display/glossary/COFHE" title="COFHE">COFHE</a> &mdash; <span class="smalltext">Consortium on Financing Higher Education</span></li><li><a href="/confluence/display/glossary/COG" title="COG">COG</a> &mdash; <span class="smalltext">Communications Operating Group</span></li><li><a href="/confluence/display/glossary/COGR" title="COGR">COGR</a> &mdash; <span class="smalltext">Council on Governmental Relations</span></li><li><a href="/confluence/display/glossary/Cog+Shop" title="Cog Shop">Cog Shop</a> &mdash; <span class="smalltext">The Humanoid Robotics Project</span></li><li><a href="/confluence/display/glossary/COHH" title="COHH">COHH</a> &mdash; <span class="smalltext">Center for Oceans and Human Health</span></li><li><a href="/confluence/display/glossary/COIL" title="COIL">COIL</a> &mdash; <span class="smalltext">Community Innovators Lab (formerly Center for Reflective Community Practice)</span></li><li><a href="/confluence/display/glossary/COLAB" title="COLAB">COLAB</a> &mdash; <span class="smalltext">Cost of Living Advisory Board (formed by the Graduate Student Council)</span></li><li><a href="/confluence/display/glossary/Collaboration+Account" title="Collaboration Account">Collaboration Account</a> &mdash; <span class="smalltext">A way to use Touchstone for people that do not have an MIT Kerberos account, nor an account with other members of the InCommon Federation</span></li><li><a href="/confluence/display/glossary/COM" title="COM">COM</a> &mdash; <span class="smalltext">Computer Output Microfilm</span></li><li><a href="/confluence/display/glossary/Concourse" title="Concourse">Concourse</a> &mdash; <span class="smalltext">An experimental first year program</span></li><li><a href="/confluence/display/glossary/Confluence" title="Confluence">Confluence</a> &mdash; <span class="smalltext">a wiki web application created by Atlassian software.</span></li><li><a href="/confluence/display/glossary/Container" title="Container">Container</a> &mdash; <span class="smalltext">A term used in the context of Microsoft Windows Domains and Group Policy. Containers hold groups of items to which policies and settings can be applied remotely.</span></li><li><a href="/confluence/display/glossary/COOP" title="COOP">COOP</a> &mdash; <span class="smalltext">Harvard Cooperative Society (including the MIT branch known as Tech Coop)</span></li><li><a href="/confluence/display/glossary/COSO" title="COSO">COSO</a> &mdash; <span class="smalltext">Committee of Sponsoring Organizations (of the Treadway Commission). COSO is a voluntary private-sector organization whose purpose is improving the quality of financial reporting.</span></li><li><a href="/confluence/display/glossary/COSYSMO" title="COSYSMO">COSYSMO</a> &mdash; <span class="smalltext">Constructive Systems Engineering Cost Model</span></li><li><a href="/confluence/display/glossary/COUHES" title="COUHES">COUHES</a> &mdash; <span class="smalltext">Committee on the Use of Humans as Experimental Subjects</span></li><li><a href="/confluence/display/glossary/CP" title="CP">CP</a> &mdash; <span class="smalltext">Campus Police</span></li><li><a href="/confluence/display/glossary/CP+%28Chi+Phi%29" title="CP (Chi Phi)">CP (Chi Phi)</a> &mdash; <span class="smalltext">One of the fraternities of MIT</span></li><li><a href="/confluence/display/glossary/CPA" title="CPA">CPA</a> &mdash; <span class="smalltext">Center for Policy Alternatives</span></li><li><a href="/confluence/display/glossary/CPRL" title="CPRL">CPRL</a> &mdash; <span class="smalltext">Ceramics Processing Research Laboratory</span></li><li><a href="/confluence/display/glossary/CPSE" title="CPSE">CPSE</a> &mdash; <span class="smalltext">Council on Primary and Secondary Education</span></li><li><a href="/confluence/display/glossary/CPSR" title="CPSR">CPSR</a> &mdash; <span class="smalltext">Contractor Purchasing System Review (conducted by the federal government)</span></li><li><a href="/confluence/display/glossary/CPW" title="CPW">CPW</a> &mdash; <span class="smalltext">Campus Preview Weekend</span></li><li><a href="/confluence/display/glossary/CQI" title="CQI">CQI</a> &mdash; <span class="smalltext">Continuous Quality Improvement</span></li><li><a href="/confluence/display/glossary/CRC" title="CRC">CRC</a> &mdash; <span class="smalltext">Clinical Research Center</span></li><li><a href="/confluence/display/glossary/CRCP" title="CRCP">CRCP</a> &mdash; <span class="smalltext">Center for Reflective Community Practice (previous name of Community Innovators Lab)</span></li><li><a href="/confluence/display/glossary/CRD" title="CRD">CRD</a> &mdash; <span class="smalltext">Committee on Race and Diversity</span></li><li><a href="/confluence/display/glossary/CRE" title="CRE">CRE</a> &mdash; <span class="smalltext">Center for Real Estate</span></li><li><a href="/confluence/display/glossary/CRI" title="CRI">CRI</a> &mdash; <span class="smalltext">Council on Resources for the Institute</span></li><li><a href="/confluence/display/glossary/CRN" title="CRN">CRN</a> &mdash; <span class="smalltext">Computer Resource Network</span></li><li><a href="/confluence/display/glossary/CRO" title="CRO">CRO</a> &mdash; <span class="smalltext">Computer Resources Office (in the Department of Architecture)</span></li><li><a href="/confluence/display/glossary/CRSP" title="CRSP">CRSP</a> &mdash; <span class="smalltext">Committee for the Review of Space Planning</span></li><li><a href="/confluence/display/glossary/CRTMA" title="CRTMA">CRTMA</a> &mdash; <span class="smalltext">Charles River Transportation Management Association</span></li><li><a href="/confluence/display/glossary/CSA" title="CSA">CSA</a> &mdash; <span class="smalltext">Committee on Student Affairs</span></li><li><a href="/confluence/display/glossary/CSAB" title="CSAB">CSAB</a> &mdash; <span class="smalltext">Computer Science Accreditation Board</span></li><li><a href="/confluence/display/glossary/CSAIL" title="CSAIL">CSAIL</a> &mdash; <span class="smalltext">Computer Science and Artificial Intelligence Laboratory</span></li><li><a href="/confluence/display/glossary/CSBi" title="CSBi">CSBi</a> &mdash; <span class="smalltext">Computational and Systems Biology, a Ph.D. program at MIT</span></li><li><a href="/confluence/display/glossary/CSC" title="CSC">CSC</a> &mdash; <span class="smalltext">Chinese Students Club</span></li><li><a href="/confluence/display/glossary/CSDL" title="CSDL">CSDL</a> &mdash; <span class="smalltext">Charles Stark Draper Laboratory</span></li><li><a href="/confluence/display/glossary/CSF" title="CSF">CSF</a> &mdash; <span class="smalltext">Community Service Fund</span></li><li><a href="/confluence/display/glossary/CSHE" title="CSHE">CSHE</a> &mdash; <span class="smalltext">Center for Studies in Higher Education</span></li><li><a href="/confluence/display/glossary/CSI" title="CSI">CSI</a> &mdash; <span class="smalltext">Center for Sports Innovation (Now named Sports Innovation @ MIT)</span></li><li><a href="/confluence/display/glossary/CSO" title="CSO">CSO</a> &mdash; <span class="smalltext">Conference Services Office</span></li><li><a href="/confluence/display/glossary/CSPI" title="CSPI">CSPI</a> &mdash; <span class="smalltext">Community Solar Power Initiative</span></li><li><a href="/confluence/display/glossary/CSR" title="CSR">CSR</a> &mdash; <span class="smalltext">Center for Space Research. Now called MIT Kavli Institute for Astrophysics &amp; Space Research (MKI)</span></li><li><a href="/confluence/display/glossary/CSSA" title="CSSA">CSSA</a> &mdash; <span class="smalltext">Chinese Students and Scholars Association</span></li><li><a href="/confluence/display/glossary/CSTF" title="CSTF">CSTF</a> &mdash; <span class="smalltext">Computer Space Task Force</span></li><li><a href="/confluence/display/glossary/CSWG" title="CSWG">CSWG</a> &mdash; <span class="smalltext">Computing Support Working Group</span></li><li><a href="/confluence/display/glossary/CTL" title="CTL">CTL</a> &mdash; <span class="smalltext">Center for Transportation and Logistics</span></li><li><a href="/confluence/display/glossary/CTP" title="CTP">CTP</a> &mdash; <span class="smalltext">Center for Theoretical Physics</span></li><li><a href="/confluence/display/glossary/CTS" title="CTS">CTS</a> &mdash; <span class="smalltext">Center for Transportation Studies (old name of the Center for Transportation and Logistics)</span></li><li><a href="/confluence/display/glossary/CTSS" title="CTSS">CTSS</a> &mdash; <span class="smalltext">Compatible Time-Sharing System</span></li><li><a href="/confluence/display/glossary/CU" title="CU">CU</a> &mdash; <span class="smalltext">(MIT Employees Federal) Credit Union</span></li><li><a href="/confluence/display/glossary/CUAFA" title="CUAFA">CUAFA</a> &mdash; <span class="smalltext">Committee on Undergraduate Admissions and Financial Aid</span></li><li><a href="/confluence/display/glossary/CUP" title="CUP">CUP</a> &mdash; <span class="smalltext">Central Utilities Plant</span></li><li><a href="/confluence/display/glossary/CUP+%28Committee+on+the+Undergraduate+Program%29" title="CUP (Committee on the Undergraduate Program)">CUP (Committee on the Undergraduate Program)</a> &mdash; <span class="smalltext">The Committee on the Undergraduate Program exercises oversight for the undergraduate academic program including the first year, the General Institute Requirements, and other interdepartmental educational activities.</span></li><li><a href="/confluence/display/glossary/CUTC" title="CUTC">CUTC</a> &mdash; <span class="smalltext">Council of University Transportation Centers</span></li><li><a href="/confluence/display/glossary/CVA" title="CVA">CVA</a> &mdash; <span class="smalltext">Committee on the Visual Arts (old)</span></li><li><a href="/confluence/display/glossary/CWFPL" title="CWFPL">CWFPL</a> &mdash; <span class="smalltext">Center for Work, Family and Personal Life (now called the MIT Work-Life Center)</span></li><li><a href="/confluence/display/glossary/CWSP" title="CWSP">CWSP</a> &mdash; <span class="smalltext">College Work-Study Program</span></li><li><a href="/confluence/display/glossary/Cyborg" title="Cyborg">Cyborg</a> &mdash; <span class="smalltext">Personnel Database in Human Resources replaced by SAP 9/2003</span></li></ul> <p><a name="Glossary-C-add"></a></p> </div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://kb.mit.edu/confluence/display/glossary/Glossary+-+C" dc:identifier="http://kb.mit.edu/confluence/display/glossary/Glossary+-+C" dc:title="Glossary - C" trackback:ping="http://kb.mit.edu/confluence/rpc/trackback/4265100"/> </rdf:RDF> --> </div> <script type="text/x-template" title="manage-watchers-dialog"> <div class="dialog-content"> <div class="column page-watchers"> <h3>Watching this page</h3> <p class="description">These people are notified when the page is changed. You can add or remove people from this list.</p> <form action="/confluence/json/addwatch.action" method="POST"> <input type="hidden" name="atl_token" value="bfc9a7a7fea5079e0632d3412e4af61adf1cd111"> <input type="hidden" name="pageId" value="4265100"/> <input type="hidden" id="add-watcher-username" name="username" value=""/> <label for="add-watcher-user">User</label> <input id="add-watcher-user" name="userFullName" type="search" class="autocomplete-user" value="" placeholder="Full name or username" autocomplete="off" data-max="10" data-target="#add-watcher-username" data-dropdown-target="#add-watcher-dropdown" data-template="{title}" data-none-message="No matching users found."> <input id="add-watcher-submit" type="submit" name="add" value="Add"> <div id="add-watcher-dropdown" class="aui-dd-parent autocomplete"></div> <div class="status hidden"></div> </form> <ul class="user-list"> <li class="loading">Loading&hellip;</li> <li class="no-users hidden">No page watchers</li> </ul> </div> <div class="column space-watchers"> <h3>Watching this space</h3> <p class="description">These people are notified when any content in the space is changed. You cannot modify this list.</p> <ul class="user-list"> <li class="loading">Loading&hellip;</li> <li class="no-users hidden">No space watchers</li> </ul> </div> </div> </script> <script type="text/x-template" title="manage-watchers-user"> <li class="watch-user"> <img class="profile-picture confluence-userlink" src="{iconUrl}" data-username="{username}"> <a class="confluence-userlink" href="{url}" data-username="{username}">{fullName} <span class="username">({username})</span></a> <span class="remove-watch" title="Remove" data-username="{username}">Remove</span> </li> </script> <script type="text/x-template" title="manage-watchers-help-link"> <div class="dialog-help-link"> <a href="http://docs.atlassian.com/confluence/docs-35/Managing+Watchers" target="_blank">Help</a> </div> </script> <!--END page.vmd-->

Glossary

Provides definitions for common IT terms and acronyms


Last Modified:

July 12, 2016

Get Help

Request help
from the Help Desk
Report a security incident
to the Security Team
Labels:
glossary glossary Delete
index index Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
Feedback
This product/service is:
Easy to use
Average
Difficult to use

This article is:
Helpful
Inaccurate
Obsolete
Adaptavist Theme Builder (4.2.3) Powered by Atlassian Confluence 3.5.13, the Enterprise Wiki