CINXE.COM
CERN Scientific Committees | CERN Scientific Information Service (SIS)
<!DOCTYPE html> <html lang="en" dir="ltr" prefix="content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# "> <head> <meta charset="utf-8" /> <script>(function () { class AccessibilityMenu { settings = { fontSizeLimit: 30, }; defaults = { fontSize: [1.15, 1.35, 1.55, 1.7], lineHeight: [1.25, 1.5, 1.75], letterSpacing: [1.25, 1.75, 2.25], fontFamily: ['serif', 'sans-serif'], }; map = { fontSize: 'font_size', lineHeight: 'line_height', letterSpacing: 'letter_spacing', fontFamily: 'font_style', }; constructor(element) { this.wrapper = element; this.buttons = {}; this.buttons.close = this.wrapper.querySelector('.js-accessibility-close'); this.buttons.open = document.querySelector('.js-accessibility-btn'); this.buttons.reset = this.wrapper.querySelector('.js-accessibility-reset'); this.container = this.wrapper.querySelector('.b-accessibility-menu'); this.init(); } init = function () { const self = this; document.addEventListener('click', (e) => { if (!e.target.closest('.js-accessibility-menu') && !e.target.closest('.js-accessibility-btn')) { self.close(); } }); self.buttons.open.addEventListener('click', self.open.bind(self)); self.buttons.close.addEventListener('click', self.close.bind(self)); self.buttons.reset.addEventListener('click', () => { self.reset(); }); self.container.addEventListener('click', (e) => { const target = e.target.closest('.b-accessibility-menu__item'); if (target) { self.itemClick(target); self.refresh(); } }); self.refresh(); }; refresh = function () { const self = this; self.container.querySelectorAll('.b-accessibility-menu__item').forEach((element) => { self.itemClick(element, false); }); let storage = localStorage.getItem('accessibility_menu'); storage = JSON.parse(storage) ?? {}; let elements = document.querySelectorAll('body *'); elements.forEach((element) => { let styles = getComputedStyle(element); if (!element.prepare) { element.prepare = {}; } for (let type in self.defaults) { if (styles[type] !== undefined) { if (!element.initialStyles) { element.initialStyles = {}; } if (!element?.initialStyles[type]) { let propertyValue = styles[type]; switch (type) { case 'letterSpacing': if (propertyValue === 'normal') { propertyValue = 1; } element.initialStyles[type] = parseFloat(propertyValue); break; default: element.initialStyles[type] = parseFloat(propertyValue); break; } } let value = element.initialStyles[type]; let coef = self.defaults[type][storage[self.map[type]]]; if (coef === undefined) { element.prepare[type] = ''; } else { switch (type) { case 'fontFamily': element.prepare[type] = coef; break; case 'fontSize': let max = value > self.settings.fontSizeLimit ? value : self.settings.fontSizeLimit; element.prepare[type] = ((value * coef) > max ? max : value * coef) + 'px'; break; default: element.prepare[type] = (coef * value) + 'px'; break; } } } } }); document.body.classList.remove('images-grayscale'); document.body.classList.remove('images-none'); switch (storage['images']) { case 0: document.body.classList.add('images-grayscale'); break; case 1: document.body.classList.add('images-none'); break; } delete document.body.dataset.am_theme; if (storage?.contrast !== undefined) { document.body.dataset.am_theme = 'theme_' + storage['contrast']; } elements.forEach((element) => { if (element.prepare) { if (element.closest('.js-accessibility-menu')) { return; } for (let style in element.prepare) { element.style[style] = element.prepare[style]; } } }); }; _getElementIndex = function (node) { let index = 0; while ((node = node.previousElementSibling)) { index++; } return index; }; getValue = function (item) { const type = item.dataset.type; let storage = localStorage.getItem('accessibility_menu'); storage = JSON.parse(storage) ?? {}; if (storage[type] !== undefined) { return storage[type]; } return undefined; }; setValue = function (item, value) { const type = item.dataset.type; let storage = localStorage.getItem('accessibility_menu'); storage = JSON.parse(storage) ?? {}; storage[type] = value; if (value === undefined) { delete (storage[type]); } storage = JSON.stringify(storage); if (storage === '{}') { localStorage.removeItem('accessibility_menu'); } else { localStorage.setItem('accessibility_menu', storage); } }; reset = function () { const self = this; localStorage.removeItem('accessibility_menu'); self.refresh(); }; itemClick = function (item, increase = true) { const self = this; let value = self.getValue(item); if (increase) { if (value !== undefined) { value++; } else { value = 0; } } let title = item.dataset?.title ?? ''; let setValue = undefined; let links = item.querySelectorAll('.js-accessibility-link'); links.forEach((element) => { element.classList.remove('is-active'); const index = self._getElementIndex(element); if (index === value) { title = element.dataset.title ?? title; setValue = index; } if (index <= value) { element.classList.add('is-active'); } }); self.setValue(item, setValue); item.querySelector('.b-accessibility-menu__title span').innerText = title; if (setValue !== undefined) { item.classList.add('is-active'); } else { item.classList.remove('is-active'); } }; open = function () { const self = this; if (!self.wrapper.classList.contains('is-open')) { self.wrapper.classList.add('is-open'); setTimeout(() => { self.container.classList.add('is-open'); }, 16); } }; close = function () { const self = this; if (self.wrapper.classList.contains('is-open')) { self.container.classList.remove('is-open'); setTimeout(() => { self.wrapper.classList.remove('is-open'); }, 500); } }; } document.addEventListener('DOMContentLoaded', function (event) { const menuContainer = document.querySelector('.js-accessibility-menu'); if (menuContainer) { const menu = new AccessibilityMenu(menuContainer); } }); })(); </script> <script>var _paq = _paq || [];(function(){var u=(("https:" == document.location.protocol) ? "https://piwik.web.cern.ch/" : "http://piwik.web.cern.ch/");_paq.push(["setSiteId", "6624"]);_paq.push(["setTrackerUrl", u+"matomo.php"]);_paq.push(["setDoNotTrack", 1]);if (!window.matomo_search_results_active) {_paq.push(["trackPageView"]);}_paq.push(["setIgnoreClasses", ["no-tracking","colorbox"]]);_paq.push(["enableLinkTracking"]);var d=document,g=d.createElement("script"),s=d.getElementsByTagName("script")[0];g.type="text/javascript";g.defer=true;g.async=true;g.src=u+"matomo.js";s.parentNode.insertBefore(g,s);})();</script> <meta name="description" content="When the proposal for an experiment at CERN is sufficiently advanced, generally after long discussions between many people, and an assessment has been made聽 of the financial implications of the project, the time required on one or other of the machines, and the necessary experimental equipment and staff, it is submitted to the appropriate CERN Scientific Committee. These committees also make recommendations on the facilities offered by the accelerators in their respective fields." /> <link rel="canonical" href="https://sis.web.cern.ch/archives/history_CERN/Scientific_committees" /> <meta name="Generator" content="Drupal 10 (https://www.drupal.org)" /> <meta name="MobileOptimized" content="width" /> <meta name="HandheldFriendly" content="true" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="icon" href="/sites/default/files/sis.ico" type="image/vnd.microsoft.icon" /> <link rel="alternate" hreflang="en" href="https://sis.web.cern.ch/archives/history_CERN/Scientific_committees" /> <title>CERN Scientific Committees | CERN Scientific Information Service (SIS)</title> <link rel="stylesheet" media="all" href="/sites/default/modules/accessibility_menu/misc/accessibility_menu.css?sl37c0" /> <link rel="stylesheet" media="all" href="/modules/custom/cern-loading/css/cern_loading.css?sl37c0" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/align.module.css?sl37c0" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/fieldgroup.module.css?sl37c0" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/container-inline.module.css?sl37c0" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/clearfix.module.css?sl37c0" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/details.module.css?sl37c0" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/hidden.module.css?sl37c0" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/item-list.module.css?sl37c0" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/js.module.css?sl37c0" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/nowrap.module.css?sl37c0" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/position-container.module.css?sl37c0" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/progress.module.css?sl37c0" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/reset-appearance.module.css?sl37c0" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/resize.module.css?sl37c0" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/sticky-header.module.css?sl37c0" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/system-status-counter.css?sl37c0" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/system-status-report-counters.css?sl37c0" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/system-status-report-general-info.css?sl37c0" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/tablesort.module.css?sl37c0" /> <link rel="stylesheet" media="all" href="/core/modules/system/css/components/tree-child.module.css?sl37c0" /> <link rel="stylesheet" media="all" href="/modules/custom/cern-dev-status/css/dev_styling.css?sl37c0" /> <link rel="stylesheet" media="all" href="/modules/custom/cern-components/patterns/templates/simple/css/simple.component.css?sl37c0" /> <link rel="stylesheet" media="all" href="/modules/custom/cern-toolbar/assets/css/screen.css?sl37c0" /> <link rel="stylesheet" media="all" href="/modules/custom/cern-toolbar/assets/css/cookieconsent.css?sl37c0" /> <link rel="stylesheet" media="all" href="/modules/contrib/colorbox/styles/default/colorbox_style.css?sl37c0" /> <link rel="stylesheet" media="all" href="/modules/contrib/extlink/extlink.css?sl37c0" /> <link rel="stylesheet" media="all" href="/modules/contrib/webform/modules/webform_bootstrap/css/webform_bootstrap.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-theme/css/color/colors.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/base.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/layout.css?sl37c0" /> <link rel="stylesheet" media="all" href="//framework.web.cern.ch/framework/3.0/js/prism/prism.css" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/components/footer.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/components/header.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/components/pagination.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/components/forms.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/components/fields.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/components/dropdown.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/components/progress.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/components/accordion.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/components/social-sharing.css?sl37c0" /> <link rel="stylesheet" media="all" href="//framework.web.cern.ch/framework/3.0/js/colorbox/colorbox.css" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/theme.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/cookies.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/viewspage.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/views/faq-views.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/views/agenda-views.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/views/news-views.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/views/stories-views.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/views/resources-views.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/views/taxonomies-views.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/views/search-views.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/views/common-views.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-base-theme/css/views/generic-views.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-theme/css/header.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-theme/css/layout.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-theme/css/common-views.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-theme/css/fields.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-theme/css/forms.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-theme/css/views.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-theme/css/blocks.css?sl37c0" /> <link rel="stylesheet" media="all" href="/themes/custom/cern-theme/css/comments.css?sl37c0" /> <script src="/core/assets/vendor/jquery/jquery.min.js?v=3.7.1"></script> <script src="/sites/default/files/asset_injector/js/fix_logo_column_issue-826092ac4a8b15af6c02ec2ae808fbdc.js?sl37c0"></script> <link rel="preload" href="//framework.web.cern.ch/framework/3.0/images/loader.gif" as="image"> </head> <body class="cern-theme-on path-node page-node-type-page has-glyphicons"> <a href="#main-content" class="visually-hidden focusable skip-link"> Skip to main content </a> <div id="cern-global-loading-layout"><span><span></span></span><span></span></div><div id="cern-toolbar" role="group" aria-label="CERN Toolbar" class="user-not-authenticated"> <h1> <a href="//home.cern" title="CERN"> CERN <span>Accelerating science</span> </a> </h1> <ul> <li class="signin"> <div class="item-list item-list-length-1"> <ul class="cern-signedin toolbar-submenu"><li class="cern-account-links"><a href="https://sis.web.cern.ch/user/login?destination=archives/history_CERN/Scientific_committees" class="cern-account cern-signin cern-single-mobile-signin">Sign in</a></li></ul> </div> </li> <li><a href="//cern.ch/directory" class="cern-directory" title="Search CERN resources and browse the directory">Directory</a></li> </ul> </div> <div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas> <div class="container-fluid"> </div> <header role="banner"> <div class="header-wrapper"> <div class="site-info col-sm-3"> <div class="site-info__logo col-lg-12 col-md-12 col-sm-12"> <a href="/" title="Home" rel="home"> <img src="/sites/default/files/logo/SIS%20Header%202022_0.png" alt="home"/> </a> </div> </div> <div class="site-nav col-sm-9 has-search"> <div class="region region-header"> <nav role="navigation" aria-labelledby="block-cernclean-main-menu-menu" id="block-cernclean-main-menu"> <h2 class="sr-only" id="block-cernclean-main-menu-menu">Main navigation</h2> <nav class="navbar navbar-default main-menu"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li class="dropdown"> <a href="/search-and-read" class="dropdown-toggle" data-drupal-link-system-path="node/118"> Search & Read <span class="caret"></span> </a> <ul class="dropdown-menu"> <li class="dropdown"> <a href="https://catalogue.library.cern" class="dropdown-toggle"> Library collections <span class="caret"></span> </a> <font face="CERNIcons, CernIcons, cern-icons"> b </font> <ul class="dropdown-menu"> <li> <a href="https://catalogue.library.cern/search?q=&f=doctype%3ABOOK&l=grid&order=desc&p=1&s=15&sort=created">E-books & books</a> </li> <li> <a href="https://catalogue.library.cern/search?q=&f=doctype%3APERIODICAL&l=grid&order=desc&p=1&s=15&sort=created">Journals</a> </li> <li> <a href="https://catalogue.library.cern/search?q=&f=doctype%3ASTANDARD&l=grid&order=desc&p=1&s=15&sort=created">Standards</a> </li> </ul> </li> <li class="dropdown"> <a href="https://cds.cern.ch/" class="dropdown-toggle"> CERN Document Server (CDS) <span class="caret"></span> </a> <font face="CERNIcons, CernIcons, cern-icons"> b </font> <ul class="dropdown-menu"> <li> <a href="https://cds.cern.ch/collection/CERN%20Articles%20%26%20Preprints">CERN articles & preprints</a> </li> <li> <a href="https://cds.cern.ch/collection/CERN%20Yellow%20Reports">CERN Yellow Reports</a> </li> </ul> </li> <li> <a href="https://inspirehep.net/">High energy physics literature (INSPIRE)</a> </li> <li> <a href="/search-and-read/online-resources" data-drupal-link-system-path="search-and-read/online-resources">Online resources</a> </li> <li class="dropdown"> <a href="/search-and-read/not-found-what-you-are-looking-for" class="dropdown-toggle" data-drupal-link-system-path="node/113"> Not found what you are looking for? <span class="caret"></span> </a> <font face="CERNIcons, CernIcons, cern-icons"> b </font> <ul class="dropdown-menu"> <li> <a href="/search-and-read/not-found-what-you-are-looking-for/get-a-document" data-drupal-link-system-path="node/28">How to get a document not available at CERN</a> </li> <li> <a href="/search-and-read/not-found-what-you-are-looking-for/recommend" data-drupal-link-system-path="node/22">Recommend a book or a journal</a> </li> </ul> </li> <li> <a href="/search-and-read/borrow-and-renew" data-drupal-link-system-path="node/199">Borrow and renew</a> </li> <li> <a href="/search-and-read/buy-book-standard-journal" data-drupal-link-system-path="node/27">Buy a book, standard, journal</a> </li> <li> <a href="/search-and-read/order-pdg" data-drupal-link-system-path="node/23">Order PDG booklet & review</a> </li> </ul> </li> <li class="dropdown"> <a href="/submit-and-publish" class="dropdown-toggle" data-drupal-link-system-path="node/138"> Submit & Publish <span class="caret"></span> </a> <ul class="dropdown-menu"> <li class="dropdown"> <a href="/submit-and-publish/how-and-where-submit" class="dropdown-toggle" data-drupal-link-system-path="node/131"> How and where to submit your document/data <span class="caret"></span> </a> <font face="CERNIcons, CernIcons, cern-icons"> b </font> <ul class="dropdown-menu"> <li> <a href="/submit-and-publish/how-and-where-submit/document" data-drupal-link-system-path="node/132">Submit your document, report, paper</a> </li> <li> <a href="/submit-and-publish/how-and-where-submit/thesis" data-drupal-link-system-path="node/133">Submit your thesis</a> </li> <li> <a href="/submit-and-publish/how-and-where-submit/data-code-software" data-drupal-link-system-path="node/198">Submit your data, code, software</a> </li> </ul> </li> <li> <a href="/submit-and-publish/publish-open-access" data-drupal-link-system-path="node/163">Publish open access</a> </li> <li> <a href="/practical-information/faq-open-access-publishing">FAQ on open access</a> </li> <li> <a href="/submit-and-publish/author-guidelines" data-drupal-link-system-path="node/162">Author guidelines</a> </li> <li class="dropdown"> <a href="/submit-and-publish/how-and-where-publish" class="dropdown-toggle" data-drupal-link-system-path="node/169"> How and where to publish <span class="caret"></span> </a> <font face="CERNIcons, CernIcons, cern-icons"> b </font> <ul class="dropdown-menu"> <li> <a href="/submit-and-publish/how-and-where-publish/arrangements-with-publishers" data-drupal-link-system-path="node/174">Arrangements with publishers</a> </li> <li> <a href="/submit-and-publish/how-and-where-publish/books" data-drupal-link-system-path="node/234">Books</a> </li> <li> <a href="/submit-and-publish/how-and-where-publish/conference-proceedings" data-drupal-link-system-path="node/167">Conference proceedings</a> </li> <li> <a href="/submit-and-publish/how-and-where-publish/yellow-reports" data-drupal-link-system-path="node/175">Yellow Reports</a> </li> <li> <a href="/submit-and-publish/how-and-where-publish/accelerators" data-drupal-link-system-path="node/171">Accelerators</a> </li> <li> <a href="/submit-and-publish/how-and-where-publish/instrumentation" data-drupal-link-system-path="node/168">Instrumentation</a> </li> <li> <a href="/submit-and-publish/how-and-where-publish/physics" data-drupal-link-system-path="node/170">Physics</a> </li> <li> <a href="/submit-and-publish/how-and-where-publish/other-disciplines" data-drupal-link-system-path="node/173">Other disciplines</a> </li> </ul> </li> <li class="dropdown"> <a href="/submit-and-publish/authoring-tools-and-services" class="dropdown-toggle" data-drupal-link-system-path="node/166"> Authoring tools and services <span class="caret"></span> </a> <font face="CERNIcons, CernIcons, cern-icons"> b </font> <ul class="dropdown-menu"> <li> <a href="https://www.overleaf.com/org/cern" title="Overleaf start page">Overleaf</a> </li> <li> <a href="/submit-and-publish/authoring-services/templates" data-drupal-link-system-path="node/164">Templates</a> </li> <li> <a href="/submit-and-publish/authoring-services/copy-editing" data-drupal-link-system-path="node/165">Copy-editing</a> </li> </ul> </li> <li class="dropdown"> <a href="/submit-and-publish/persistent-identifiers" class="dropdown-toggle" data-drupal-link-system-path="node/128"> Persistent identifiers (ISBN, DOI, ORCID, etc.) <span class="caret"></span> </a> <font face="CERNIcons, CernIcons, cern-icons"> b </font> <ul class="dropdown-menu"> <li> <a href="/submit-and-publish/persistent-identifiers/what-are-pids" data-drupal-link-system-path="node/196">What are PIDs?</a> </li> <li> <a href="/submit-and-publish/persistent-identifiers/why-pids" data-drupal-link-system-path="node/120">Why use PIDs?</a> </li> <li> <a href="/submit-and-publish/persistent-identifiers/pids-for-objects" data-drupal-link-system-path="node/121">PIDs for objects</a> </li> <li> <a href="/submit-and-publish/persistent-identifiers/pids-for-people" data-drupal-link-system-path="node/122">PIDs for people</a> </li> <li> <a href="/submit-and-publish/persistent-identifiers/pids-for-grants" data-drupal-link-system-path="node/123">PIDs for grants</a> </li> <li> <a href="/submit-and-publish/persistent-identifiers/pids-for-organizations" data-drupal-link-system-path="node/124">PIDs for organizations</a> </li> <li> <a href="/submit-and-publish/persistent-identifiers/doi" data-drupal-link-system-path="node/126">DOI</a> </li> <li> <a href="/submit-and-publish/persistent-identifiers/orcid" data-drupal-link-system-path="node/127">ORCID</a> </li> <li> <a href="/submit-and-publish/persistent-identifiers/isbn-issn" data-drupal-link-system-path="node/125">ISBN/ISSN</a> </li> </ul> </li> </ul> </li> <li class="dropdown"> <a href="/archives" class="dropdown-toggle" data-drupal-link-system-path="node/11018"> Archives <span class="caret"></span> </a> <ul class="dropdown-menu"> <li class="dropdown"> <a href="/archives/CERN_archive" class="dropdown-toggle" data-drupal-link-system-path="node/15113"> CERN Archives <span class="caret"></span> </a> <font face="CERNIcons, CernIcons, cern-icons"> b </font> <ul class="dropdown-menu"> <li> <a href="/archives/CERN_archive/guide" data-drupal-link-system-path="node/11016">Archives guide</a> </li> <li> <a href="/archives/CERN_archive/about" data-drupal-link-system-path="node/15109">About the CERN Archives</a> </li> <li> <a href="https://cds.cern.ch/collection/Archives">CDS Archives</a> </li> <li> <a href="mailto:archive.enquiries@cern.ch">Ask our archivist</a> </li> </ul> </li> <li class="dropdown"> <a href="/archives/Pauli_archive" class="dropdown-toggle" data-drupal-link-system-path="node/15112"> Wolfgang Pauli Archive <span class="caret"></span> </a> <font face="CERNIcons, CernIcons, cern-icons"> b </font> <ul class="dropdown-menu"> <li> <a href="/archives/Pauli_archive/biography" data-drupal-link-system-path="node/15212">Biography</a> </li> <li> <a href="/archives/Pauli_archive/guide" data-drupal-link-system-path="node/15213">Pauli Archive guide</a> </li> <li> <a href="/archives/Pauli_archive/committee" data-drupal-link-system-path="node/15211">Pauli Committee</a> </li> <li> <a href="mailto:anita.hollier@cern.ch">Ask our archivist</a> </li> </ul> </li> <li class="dropdown"> <a href="/archives/history_CERN" class="dropdown-toggle" data-drupal-link-system-path="node/11017"> History of CERN <span class="caret"></span> </a> <font face="CERNIcons, CernIcons, cern-icons"> b </font> <ul class="dropdown-menu"> <li> <a href="/archives/history_CERN/internal_organisation" data-drupal-link-system-path="node/15210">Internal organisation of CERN - Historical charts</a> </li> <li> <a href="/archives/history_CERN/DG" data-drupal-link-system-path="node/15155">List of Directors-General (biographies)</a> </li> <li class="dropdown"> <a href="/archives/history_CERN/Scientific_committees" class="dropdown-toggle is-active" data-drupal-link-system-path="node/15140"> CERN Scientific Committees <span class="caret"></span> </a> <font face="CERNIcons, CernIcons, cern-icons"> b </font> <ul class="dropdown-menu"> <li> <a href="/archives/history_CERN/Scientific_committees-table" data-drupal-link-system-path="node/15545">CERN Scientific Committees - Table</a> </li> </ul> </li> <li> <a href="/archives/history_CERN/Exp-Programme-01" data-drupal-link-system-path="node/15477">The CERN Experimental Programme</a> </li> <li> <a href="/archives/history_CERN/who_is_who" data-drupal-link-system-path="node/15086">Who is who at CERN</a> </li> <li> <a href="/archives/history_CERN/history_project" data-drupal-link-system-path="node/15138">CERN History project</a> </li> <li> <a href="/archives/history_CERN/physics_coordinators" data-drupal-link-system-path="node/15137">CERN Physics Co-ordinators</a> </li> <li> <a href="/archives/history_CERN/links" data-drupal-link-system-path="node/15128">Other links on the history of CERN</a> </li> </ul> </li> <li class="dropdown"> <a href="/archives/divisional_records_officers" class="dropdown-toggle" data-drupal-link-system-path="node/15136"> Divisional Records Officers (DRO) <span class="caret"></span> </a> <font face="CERNIcons, CernIcons, cern-icons"> b </font> <ul class="dropdown-menu"> <li> <a href="/archives/divisional_records_officers/guidelines_DRO" data-drupal-link-system-path="node/15135">Guidelines for DRO</a> </li> <li> <a href="/archives/divisional_records_officers#What" data-drupal-link-system-path="node/15136">What does a DRO?</a> </li> <li> <a href="/archives/divisional_records_officers#officers" data-drupal-link-system-path="node/15136">CERN鈥檚 DROs</a> </li> <li> <a href="/archives/divisional_records_officers#officers" data-drupal-link-system-path="node/15136">Transfer list</a> </li> </ul> </li> <li class="dropdown"> <a href="/archives/your_records" class="dropdown-toggle" data-drupal-link-system-path="node/15133"> Your records <span class="caret"></span> </a> <font face="CERNIcons, CernIcons, cern-icons"> b </font> <ul class="dropdown-menu"> <li> <a href="/archives/your_records" data-drupal-link-system-path="node/15133">Do you have records that may be of interest to the Archives?</a> </li> <li> <a href="/archives/your_records" data-drupal-link-system-path="node/15133">Here are a few questions to ask when appraising records</a> </li> <li> <a href="/archives/your_records" data-drupal-link-system-path="node/15133">Do you want to know how to manage your records?</a> </li> </ul> </li> <li class="dropdown"> <a href="/archives/web_archives" class="dropdown-toggle" data-drupal-link-system-path="node/15130"> Web archives <span class="caret"></span> </a> <font face="CERNIcons, CernIcons, cern-icons"> b </font> <ul class="dropdown-menu"> <li> <a href="http://waybackmachine.org/*/http://www.cern.ch">CERN's public web pages 1996-> in the Internet </a> </li> <li> <a href="https://home.cern/topics/birth-web">The birth of the Web</a> </li> </ul> </li> <li class="dropdown"> <a href="/archives/online-resources" class="dropdown-toggle" data-drupal-link-system-path="node/15099"> Online resources <span class="caret"></span> </a> <font face="CERNIcons, CernIcons, cern-icons"> b </font> <ul class="dropdown-menu"> <li> <a href="https://cds.cern.ch/collection/Council-related%20Committees?ln=en">CERN Council and its Committees</a> </li> <li> <a href="/archives/history_CERN/internal_organisation" data-drupal-link-system-path="node/15210">CERN Departmental and Group reports</a> </li> <li> <a href="https://cds.cern.ch/record/330625?ln=en">The CERN Convention </a> </li> <li> <a href="https://cds.cern.ch/collection/Press%20Releases?ln=en">CERN press releases</a> </li> <li> <a href="https://cds.cern.ch/search?ln=en&cc=CERN%20Annual%20Personnel%20Statistics&p=&action_search=Search&op1=a&m1=a&p1=&f1=&c=&sf=&so=d&rm=&rg=50&sc=0&of=hb">CERN Annual Personnel Statistics</a> </li> <li> <a href="https://cds.cern.ch/collection/CERN Annual Reports">CERN Annual reports</a> </li> <li> <a href="https://cds.cern.ch/collection/FC%20-%20Finance%20Committee?ln=en">CERN accounts</a> </li> <li> <a href="http://cds.cern.ch/collection/CERN%20Courier%20Issues">CERN Courier</a> </li> <li> <a href="http://cds.cern.ch/journal/CERNBulletin/2015/24/News%20Articles/">CERN Bulletin</a> </li> <li> <a href="https://cds.cern.ch/collection/CERN%20Yellow%20Reports?ln=en">CERN Yellow Reports</a> </li> </ul> </li> <li class="dropdown"> <a href="/archives/history_CERN/lists-cern-documents" class="dropdown-toggle" data-drupal-link-system-path="node/15511"> Access to CERN documents <span class="caret"></span> </a> <font face="CERNIcons, CernIcons, cern-icons"> b </font> <ul class="dropdown-menu"> <li> <a href="/archives/history_CERN/lists_reports" data-drupal-link-system-path="node/15139">By division / department</a> </li> <li class="dropdown"> <a href="/archives/lists-cern-documents/by-accelerator" class="dropdown-toggle" data-drupal-link-system-path="node/15548"> By accelerator <span class="caret"></span> </a> <font face="CERNIcons, CernIcons, cern-icons"> b </font> <ul class="dropdown-menu"> <li> <a href="/archives/history_CERN/SC-Structure" data-drupal-link-system-path="node/15519">SC</a> </li> <li> <a href="/archives/history_CERN/PS-Digitization-Project" data-drupal-link-system-path="node/15499">PS</a> </li> <li> <a href="/archives/history_CERN/BOOSTER-Structure" data-drupal-link-system-path="node/15562">Booster</a> </li> <li> <a href="/archives/history_CERN/ISR-Structure" data-drupal-link-system-path="node/15515">ISR</a> </li> <li> <a href="/archives/history_CERN/SPS-Structure" data-drupal-link-system-path="node/15514">SPS</a> </li> <li> <a href="/archives/history_CERN/LEP-Structure" data-drupal-link-system-path="node/15518">LEP</a> </li> <li> <a href="/archives/history_CERN/LHC-Structure" data-drupal-link-system-path="node/15520">LHC</a> </li> </ul> </li> <li> <a href="/archives/history_CERN/Scientific_committees" data-drupal-link-system-path="node/15140" class="is-active">By Scientific Committees</a> </li> <li> <a href="/archives/history_CERN/Exp-Programme-01" data-drupal-link-system-path="node/15477">By experimental programme</a> </li> </ul> </li> </ul> </li> <li class="dropdown"> <a href="/about-us" class="dropdown-toggle" data-drupal-link-system-path="node/114"> About us <span class="caret"></span> </a> <ul class="dropdown-menu"> <li> <a href="/about-us/contact-us" data-drupal-link-system-path="node/10">Contact us</a> </li> <li> <a href="/about-us/mission" data-drupal-link-system-path="node/7">Mission</a> </li> <li> <a href="/about-us/structure" data-drupal-link-system-path="node/9">Structure</a> </li> <li class="dropdown"> <a href="/about-us/sipb" class="dropdown-toggle" data-drupal-link-system-path="node/8"> Scientific Information Policy Board <span class="caret"></span> </a> <font face="CERNIcons, CernIcons, cern-icons"> b </font> <ul class="dropdown-menu"> <li> <a href="/about-us/sipb/mandate" data-drupal-link-system-path="node/139">Mandate of the SIPB</a> </li> <li> <a href="/about-us/sipb/cern-objects-preservation-policy" data-drupal-link-system-path="node/194">CERN Objects Preservation Policy</a> </li> <li> <a href="/about-us/sipb/history-sipb" data-drupal-link-system-path="node/195">History of the SIPB</a> </li> </ul> </li> <li> <a href="/about-us/projects" data-drupal-link-system-path="node/155">Current projects</a> </li> </ul> </li> <li class="dropdown"> <a href="/practical-information" class="dropdown-toggle" data-drupal-link-system-path="node/117"> Practical info <span class="caret"></span> </a> <ul class="dropdown-menu"> <li> <a href="/search-and-read/borrow-from-library">Borrow and renew</a> </li> <li> <a href="/practical-information/remote-access-e-resources" data-drupal-link-system-path="node/16">Remote access to e-resources</a> </li> <li> <a href="/practical-information/faq" data-drupal-link-system-path="practical-information/faq">FAQ</a> </li> <li> <a href="/practical-information/glossary" data-drupal-link-system-path="practical-information/glossary">Glossary</a> </li> <li> <a href="/practical-information/library-opening-hours" data-drupal-link-system-path="node/11">Library location and opening hours</a> </li> </ul> </li> <li class="dropdown-toggle search-item cern-search"> <a href="#" class="cern-item-search search-link" onClick="openSearch()">SEARCH</a> <div id="cern-search-overlay"> <div class="close-cern-search" onClick="closeSearch()"></div> <div class="col-md-offset-2 col-md-8"> <div role="search" class="block block-search block-search-form-block"> <form class="search-block-form" data-drupal-selector="search-block-form" action="/search/node" method="get" id="search-block-form" accept-charset="UTF-8" data-drupal-form-fields="edit-keys"> <div class="form-item js-form-item form-type-search js-form-type-search form-item-keys js-form-item-keys form-no-label form-group"> <input title="Enter the terms you wish to search for." data-drupal-selector="edit-keys" class="form-search form-control" placeholder='E.G.BIRTH OF WEB, LHC PAGE 1, BULLETIN...' type="search" id="edit-keys" name="keys" value="" size="15" maxlength="128"> </div> <div id="edit-keys--description" class="description help-block">Enter the terms you wish to search for.</div> </form> </div> </div> </div> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container-fluid --> </nav> </nav> </div> </div> </div> </div> </header> <main role="main"> <a id="main-content" tabindex="-1"></a> <div class="container"> <div class="wrapper-center col-md-9 col-sm-12 col-xs-12"> <div class="region region-content"> <div data-drupal-messages-fallback class="hidden"></div> <h1 class="page-header"> <span property="schema:name">CERN Scientific Committees</span> </h1> <div data-history-node-id="15140" class="node node--type-page node--view-mode-full ds-1col clearfix" typeof="schema:WebPage"> <div property="schema:text" class="field field--name-body field--type-text-with-summary field--label-hidden field--item"><div class="tex2jax_process"><hr> <p class="rtejustify">When the proposal for an experiment at CERN is sufficiently advanced, generally after long discussions between many people, and an assessment has been made of the financial implications of the project, the time required on one or other of the machines, and the necessary experimental equipment and staff, it is submitted to the appropriate CERN Scientific Committee.</p> <p class="rtejustify">These committees also make recommendations on the facilities offered by the accelerators in their respective fields.</p> <p class="rtejustify">The committees' proposals and recommendations were passed on to the Nuclear Physics Research Committee from 1960 to 1976 and to the Research Board from 1976 to today for the final decisions concerning the experimental programme and the facilities offered by the accelerators.</p> <p class="rtejustify">Information about current and former committees (in alphabetical order) is given below:</p> <hr> <p><a href="#AC" title="Advisory Committee (AC), 1957 - 1960">AC</a> | <a href="#DRDC" title="Detector Research and Development Committee (DRDC), 1990 - 1995"> DRDC (1)</a> | <a href="#DRDC2" title="Detector Research and Development Committee (DRDC), 1990 - 1995"> DRDC (2)</a> | <a href="#EEC" title="Electronic Experiments Committee (EEC), 1961-1976">EEC</a> | <a href="#EmC" title="Emulsion Experiement Committee (EmC), 1961-1976">EmC</a> | <a href="#INTC" title="ISOLDE and Neutron Time-of-Flight Experiments Committee (ISTC), 1999 - (INTC), 2000 - Today">INTC</a> | <a href="#ISC" title="ISOLDE Committee (ISC), 1991 - 1998">ISC</a> | <a href="#ISRC" title="Intersecting Storage Rings Committee (ISRC), 1968 - 1983">ISRC</a> | <a href="#ISTC" title="ISOLDE and Neutron Time-of-Flight Experiments Committee (ISTC), 1999 - (INTC), 2000 - Today">ISTC</a> | <a href="#LEPC" title="Large Electron Positron Committee (LEPC), 1982 - 2000">LEPC</a> | <a href="#LHCC" title="Large Hadron Collider Committee (LHCC), 1992 - Today">LHCC</a> | <a href="#NPRC" title="Nuclear Physics Research Committee (NPRC), 1961 - 1975">NPRC</a> | <a href="#NSC" title="Nuclear Structure Committee (NSC), 1964 - 1966">NSC</a> | <a href="#EEC" title="Physics I Committee (PH-I-COM), 1961 - 1976">PH-I </a> | <a href="#TCC" title="Physics II Committee (PH-II-COM), 1961 - 1976">PH-II</a> | <a href="#EmC" title="Physics III Committee (PH-III-COM), 1961 - 1976">PH-III</a> | <a href="#PSC" title="Proton Synchrotron Committee (PSC), 1976 - 1978">PSC</a> | <a href="#PSCC" title="Proton Synchrotron and Synchro-Cyclotron Committee (PSCC), 1978 - 1990">PSCC</a> | <a href="#RB" title="Research Board (RB), 1976 - Today">RB</a> | <a href="#SCC" title="Synchro-Cyclotron Commitee (SCC), 1976 - 1977">SCC</a> | <a href="#SPSC1" title="Super Proton Synchrotron Committee (SPSC) - 1st Period, 1973 - 1990">SPSC (1)</a> | <a href="#SPSC2" title="Super Proton Synchrotron and Proton Synchrotron Committee (SPSC) - 2nd Period, 1997 - Today">SPSC (2)</a> | <a href="#SPSLC" title="Super Proton Synchrotron (SPS) and Low Energy Antiproton Ring (LEAR) Committee (SPSLC), 1990 - 1996">SPSLC</a> | <a href="#TCC" title="Track Chamber Committee (TCC) - Physics II Committee (PH-II-COM), 1961 - 1976">TCC</a></p> <hr> <p><a id="AC" name="AC"></a></p> <div class="table-responsive"> <table border="0" style="width:100%"> <tbody> <tr> <th scope="col"><div><span style="color:rgb(0, 0, 0)"><strong>Advisory Committee (AC), 1957 - 1960</strong></span></div></th> </tr> <tr> <td><div class="rtejustify">During a meeting of the Scientific Policy Committee, it was decided to propose to the Council the creation of an Advisory Committe to advise the Director-General on matters concerning the utilization of the accelerators by visiting teams from Member States.</div><div class="rtejustify">The Advisory Committee was established in June 1957. It met for the first time in August 1957 in the presence of seven visitors' representatives and ten CERN staff, when it discussed their proposals for Synchro-Cyclotron (SC) experiments. The committee met six times between 1957 and 1960.</div><div class="rtejustify">With the Proton Synchroton (PS) commissionnned in November 1959, a global policy was defined for the exploitation of the SC and the PS. The Advisory Committee (for the SC, PS and Emulsion techniques) was taken over by three new experimental committees, one for each experimental technique used: the <a href="#EEC">Electronic Experiments Committee (EEC</a>), the <a href="#TCC">Track Chamber Committee (TCC)</a> (for the Bubble Chambers) and the <a href="#EmC">Emulsion Committee</a>.</div><div class="rtejustify"> <div class="table-responsive"> <table border="1" style="width:100%;"> <tbody> <tr> <td style="width: 33%;"><div class="rtecenter text-align-center"><strong>1957</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Bakker, C</strong></div><div class="rtecenter text-align-center">CERN-AC-1-Draft</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2132283">Fulltexts</a></div></td> <td style="width: 33%;"><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>1958</strong></div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>Chairperson: Bakker, C</strong></div><div class="rtecenter text-align-center" style="line-height: 20.8px;">CERN-AC-2 to 12</div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><a href="http://cds.cern.ch/record/2132285">Fulltexts</a></div></td> <td><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>1959</strong></div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>Chairperson: Bakker, C</strong></div><div class="rtecenter text-align-center" style="line-height: 20.8px;">CERN-AC-13 to 22</div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><a href="http://cds.cern.ch/record/2132286">Fulltexts</a></div></td> </tr> <tr> <td><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>1960</strong></div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>Chairperson: Gentner, W</strong></div><div class="rtecenter text-align-center" style="line-height: 20.8px;">CERN-AC-24 to 27</div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><a href="http://cds.cern.ch/record/2132287">Fulltexts</a></div></td> <td class="text-align-center"> </td> <td class="text-align-center"> </td> </tr> </tbody> </table> </div> <div><a href="https://cds.cern.ch/collection/SC%20and%20PS%20Advisory%20Committee?ln=fr">Access to the fulltexts</a></div></div></td> </tr> <tr> <td><div class="rteright text-align-right"><a id="DRDC" name="DRDC"></a><a class="top" href="#top">[Top]</a></div></td> </tr> </tbody> </table> </div> <div class="table-responsive"> <table border="0" style="width:100%"> <tbody> <tr> <th scope="col"><div><strong><span style="color:rgb(0, 0, 0)">Detector Research and Development Committee (DRDC-1), 1990 - 1995</span></strong></div></th> </tr> <tr> <td><div class="rtejustify">The Detector Research and Development Committee (DRDC) was set up in July 1990. It received proposals for detector R&D involving people from Member States, other countries, and CERN itself. The committee operated in the same way as the other experimental committees of CERN, and forwarded its recommendations to the Research Board for final decision. It held its last meeting in January 1995. Its role was taken over by the <a href="#LHCC">LHC Committee (LHCC)</a> and <a href="https://sis.web.cern.ch/archives/history_CERN/Scientific_committees#SPSC2">SPS Committee (SPSC)</a>.</div> <div class="table-responsive"> <table border="1" style="width:100%;"> <tbody> <tr> <td style="width: 33%;"><div class="rtecenter text-align-center"><strong>1990</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Iarocci, E</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/302373/files/SC00000548.pdf">Index of DRDC documents</a></div><div class="rtecenter text-align-center">CERN-DRDC-90-21 to 84</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2114778">Fulltexts</a></div></td> <td style="width: 33%;"><div class="rtecenter text-align-center"><strong>1991</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Iarocci, E</strong></div><div class="rtecenter text-align-center"><a href="https://cds.cern.ch/record/302373/files/SC00000548.pdf">Index of DRDC documents</a></div><div class="rtecenter text-align-center">CERN-DRDC-91-1 to 56</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2116459">Fulltexts</a></div></td> <td><div class="rtecenter"><div class="rtecenter text-align-center"><strong>1992</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Iarocci, E</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/302374/files/SC00000549.pdf">Index of DRDC documents</a></div><div class="rtecenter text-align-center">CERN-DRDC-92-1 to 55</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2119215">Fulltexts</a></div></div></td> </tr> <tr> <td><div class="rtecenter"><div class="rtecenter text-align-center"><strong>1993</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Iarocci, E / Turala, M</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/302375/files/SC00000550.pdf">Index of DRDC documents</a></div><div class="rtecenter text-align-center">CERN-DRDC-93-1 to 58</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2119225">Fulltexts</a></div></div></td> <td><div class="rtecenter text-align-center"><strong>1994</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Turala, M</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/302376/files/SC00000551.pdf">Index of DRDC documents</a></div><div class="rtecenter text-align-center">CERN-DRDC-94-1 to 57</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2119226">Fulltexts</a></div></td> <td><div class="rtecenter"><div class="rtecenter text-align-center"> </div></div></td> </tr> </tbody> </table> </div> <div><a href="https://cds.cern.ch/collection/DRDC%20-%20Detector%20Research%20%26%20Development%20Committee?ln=fr">DRDC-1 Database</a></div></td> </tr> <tr> <td><div class="rteright text-align-right"><a id="DRDC2" name="DRDC2"></a><a class="top" href="#top">[Top]</a></div></td> </tr> </tbody> </table> </div> <div class="table-responsive"> <table border="0" style="width:100%"> <tbody> <tr> <th scope="col"><div><strong><span style="color:rgb(0, 0, 0)">Detector Research and Development Committee (DRDC-2), 2023- Present</span></strong></div></th> </tr> <tr> <td><div class="rtejustify"> </div> <div class="table-responsive"> <table border="1" style="width:100%;"> <tbody> <tr> <td style="width: 33%;"><div class="rtecenter text-align-center"><strong>2023</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Bergauer, T</strong></div><div class="rtecenter text-align-center">CERN-DRDC-2023-001 to 002</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2884220">Fulltexts</a></div></td> <td style="width: 33%;"><div class="rtecenter text-align-center"><strong>2024</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Bergauer, T</strong></div><div class="rtecenter text-align-center">CERN-DRDC-2024-001 to Ongoing</div><div class="rtecenter text-align-center"> </div></td> <td><div class="rtecenter"><div class="rtecenter text-align-center"> </div></div></td> </tr> </tbody> </table> </div> <div><a href="https://cds.cern.ch/collection/DRDC%20-%20Detector%20R%26D%20Committee">DRDC Database</a></div></td> </tr> <tr> <td><div class="rteright text-align-right"><a id="EEC" name="EEC"></a><a class="top" href="#top">[Top]</a></div></td> </tr> </tbody> </table> </div> <div class="table-responsive"> <table border="0" style="width:100%"> <tbody> <tr> <th scope="col"><div><span style="color:rgb(0, 0, 0)"><strong>Electronic Experiments Committee (EEC) - Physics I Committee (PH-I-COM), 1961 - 1976</strong></span></div></th> </tr> <tr> <td><div class="rtejustify">In 1960 the Director-General John Adams proposed a number of measures to define a global policy for the exploitation of the Synchro-Cyclotron (SC) and the new Proton Synchrotron (PS). He decided to create three Committees, one for each experimental technique used:</div> <ul> <li class="rtejustify rteindent1">Electronic : Electronic Experiments Commitee (EEC)</li> <li class="rtejustify rteindent1"><span style="font-size: 12.7272720336914px; line-height: 20.8000011444092px; text-align: justify;"></span>Bubble chambers : <a href="#TCC">Track Chamber Committee (TCC)</a></li> <li class="rtejustify rteindent1"><span style="font-size: 12.7272720336914px; line-height: 20.8000011444092px; text-align: justify;"></span>Emulsions :<a href="#EmC"> Emulsion Committee (EmC)</a></li> </ul> <p class="rtejustify">These three new committees were proposed to replace the Advisory Committee and the Bubble Chamber Committee. </p> <p class="rtejustify">The EEC had the task of examining proposals for electronics experiments (counter and other electronic experiments not included in the TCC and EmC functions) to be carried out at the CERN 28GeV Proton Synchrotron (PS), and making recommendations to the<a href="#NPRC"> Nuclear Physics Research Committee (NPRC)</a>. It formed a link between the European counter groups and the CERN Laboratory.</p> <div class="rtejustify">The EEC came into operation in 1961, and met about once a month. The first meeting was held on 1 March, 1961. It comprised a Chairperson (a senior physicist working on electronic experiments, not on the staff of CERN) and Members (representatives of CERN and other European counter groups wanting to use the CERN facilities).</div> <div class="rtejustify">In 1966, the EEC was often called the Physics I Committee (PH-I-COM). This name referred to the new departments, Physics I and Physics II, which had just been created as an additional layer in CERN's organisational structure. The name PH-I was sometimes used (from 1966 until the departments were abolished in 1976) in the numbering systems of EEC. For example, propositions for the EEC were given "PH-I-COM-YY-RN" numbers, while EEC minutes had "EEC-YY-RN" numbers.</div> <div class="rtejustify">In 1976 (end of the bubble chambers period) John Adams and Leon Van Hove rationalized the system, abolishing the committee system based on experimental techniques, and basing it instead on the machine. <a href="#EEC">EEC</a> and <a href="#TCC">TCC </a>merged to become the <a href="#PSC">Proton Synchrotron Committee (PSC)</a>.</div> <div> </div> <div class="table-responsive"> <table border="1" cellpadding="1" cellspacing="1" style="width:100%;"> <tbody> <tr> <td class="rtecenter text-align-center" style="width: 20%;"><strong>1961</strong></td> <td class="rtecenter text-align-center" style="width: 20%;"><strong>1965</strong></td> <td class="rtecenter text-align-center" style="width: 20%;"><strong>1974</strong></td> <td class="rtecenter text-align-center" style="width: 20%;"><strong>1976</strong></td> <td class="rtecenter text-align-center"><strong>1977</strong></td> </tr> <tr> <td class="rtecenter text-align-center">EEC</td> <td class="rtecenter text-align-center">EEC / PH-I-COM</td> <td class="rtecenter text-align-center" colspan="2" rowspan="1">EEC</td> <td class="rtecenter" colspan="1" rowspan="3"> <p class="text-align-center">PSC</p> </td> </tr> <tr> <td class="rtecenter text-align-center">TCC</td> <td class="rtecenter text-align-center" colspan="2" rowspan="1">TCC / PH-II-COM</td> <td class="rtecenter text-align-center">TCC</td> </tr> <tr> <td class="rtecenter text-align-center" colspan="3" rowspan="1"> </td> <td class="rtecenter text-align-center">PSC</td> </tr> </tbody> </table> </div> <p> </p> <div class="table-responsive"> <table border="1" style="width:100%;"> <tbody> <tr> <td style="width: 33%;"><div class="rtecenter text-align-center"><strong>1961</strong></div> <div class="rtecenter text-align-center"><strong>Chairperson: Salvini, G</strong></div> <div class="rtecenter text-align-center">EEC documents without reference</div> <div class="rtecenter text-align-center">Box: O0931</div></td> <td style="width: 33%;" valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1962</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Cassels, J M</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">EEC documents without reference</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O0931</div></div></td> <td class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1963</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Cassels J M</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">EEC documents without reference</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O0932</div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1964</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Cassels, J M</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">EEC documents without reference</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O0933</div></div></td> <td><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1965</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Puppi, G</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">EEC documents without reference</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-I-COM-65-1 to 59</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O0934</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131184">Fulltexts</a></div></div></td> <td class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1966</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Paul, W</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">EEC documents without reference</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-I-COM-66-1 to 056</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O0935</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131186">Fulltexts</a></div></td> </tr> <tr> <td><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1967</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Paul, W</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">EEC documents without reference</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-I-COM-67-1 to 51</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O0936</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131187">Fulltexts</a></div></div></td> <td><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1968</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Paul, W</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">EEC documents without reference</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-I-COM-68-1 to 58</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O0937</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131188">Fulltexts</a></div></td> <td class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1969</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Falk-Vairant, P</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">EEC documents without reference</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-I-COM-69-1 to 61</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O0938</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131189">Fulltexts</a></div></td> </tr> <tr> <td><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1970</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Falk-Vairant, P</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">EEC documents without reference</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-I-COM-70-1 to 65</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O0939</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131190">Fulltexts</a></div></div></td> <td><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1971</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Mannelli, I</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">EEC documents without reference</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-I-COM-71-1 to 52</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O0941</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131191">Fulltexts</a></div></div></td> <td class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1972</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Mannelli, I</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">EEC documents without reference</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-I-COM-72-1 to 48</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O0942</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131192">Fulltexts</a></div></td> </tr> <tr> <td><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1973</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Manelli, I</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">EEC documents without reference</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-I-COM-73-1 to 66</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O0943</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131193">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1974</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Manelli, I</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-EEC-74-1 to 54</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O0944</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131195">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1975</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Astbury, A</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-EEC-75-1 to 63</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">O0945</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131196">Fulltexts</a></div></td> </tr> <tr> <td><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1976</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Astbury, A</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-EEC-76-1 to 26</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O0945</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131197">Fulltexts</a></div></div></td> <td><div class="rtecenter text-align-center"> </div></td> <td class="rtecenter text-align-center"> </td> </tr> </tbody> </table> </div> <div><u><em>Source</em></u><em> : CERN-344-Rev.4 ; CERN Courier, Vol.7, N掳3</em></div> <div><a href="https://cds.cern.ch/collection/PH-I%20-%20Physics%20I%20Committee?ln=fr">PH-I-COM Database</a> - <a href="https://cds.cern.ch/collection/EEC%20-%20Electronic%20Experiments%20Committee?ln=fr">EEC Database</a></div> <div>Lists of PH-I-COM documents: <a href="http://cds.cern.ch/record/1547793/files/PH-I-COM-66-72.pdf">1966 to 1972</a></div></td> </tr> <tr> <td><div class="rteright text-align-right"><a id="EmC" name="EmC"></a><a class="top" href="#top">[Top]</a></div></td> </tr> </tbody> </table> </div> <div class="table-responsive"> <table border="0" style="width:100%"> <tbody> <tr> <th scope="col"><div><span style="color:rgb(0, 0, 0)"><strong>Emulsion Experiement Committee (EmC) - Physics III Committee (PH-III-COM), 1961 - 1976</strong></span></div></th> </tr> <tr> <td><div class="rtejustify">In 1960 the Director-General John Adams proposed a number of measures to define a global policy for the exploitation of the Synchro-Cyclotron and the new Proton Synchrotron. He decided to create three Committees, one for each experimental technique used:</div> <ul> <li class="rteindent1"><span style="font-size: 12.7272720336914px; line-height: 20.8000011444092px; text-align: justify;"></span>Emulsions : Emulsion Committee (EmC)</li> <li class="rteindent1"><span style="font-size: 12.7272720336914px; line-height: 20.8000011444092px; text-align: justify;"></span>Electronic : Electronic Experiments Commitee (EEC)</li> <li class="rteindent1"><span style="font-size: 12.7272720336914px; line-height: 20.8000011444092px; text-align: justify;"></span>Bubble chambers : Track Chamber Committee (TCC)</li> </ul> <div class="rtejustify">These three new committees were proposed to replace the Advisory Committee and Bubble Chamber Committee.</div> <div class="rtejustify">The EmC's functions were to propose to the Nuclear Physics Research Committee emulsion experiments to be carried out at CERN, and also to form a link between the European emulsion groups and the CERN Laboratory.</div> <div class="rtejustify">The EmC came into operation in 1961, and met about once a month. It comprised a Chairperson (a senior physicist working on emulsion experiments, not on the staff of CERN) and members (representatives of CERN and other European emulsion groups wanting to use CERN facilities).</div> <div class="rtejustify">In 1966 the importance of emulsion techniques decreased rapidly, and following a proposal by B. Gregory, G. Ekspong and L. Van Hove, it was decided to merge the EmC with the Nuclear Structure Committee (NSC) to form the Physics III-Committee (PH-III-COM).</div> <div class="rtejustify">In 1976 (end of the bubble chambers period) John Adams and Leon Van Hove rationalized the system, abolishing the committee system based on experimental technique, and basing it instead on the machine. PH-III Committee became the SC Committee (SCC), which existed until 1978.</div> <div class="table-responsive"> <table border="1" style="width:100%"> <tbody> <tr> <td style="width: 20%;"><div class="rtecenter text-align-center"><strong>1961</strong></div></td> <td><div class="rtecenter text-align-center"><strong>1964</strong></div></td> <td><div class="rtecenter text-align-center"><strong>1966</strong></div></td> <td class="rtecenter text-align-center"><strong>1967</strong></td> <td><div class="rtecenter text-align-center"><strong>1976</strong></div></td> </tr> <tr> <td colspan="2" style="width: 40%;"><div class="rtecenter text-align-center">EmC</div></td> <td rowspan="2" style="width: 20%;"><div class="rtecenter text-align-center">EmC</div><div class="rtecenter text-align-center">PH-III-COM</div></td> <td class="rtecenter text-align-center" rowspan="2" style="width: 20%;">PH-III-COM</td> <td rowspan="2" style="width: 20px;"><div class="rtecenter text-align-center">SCC</div></td> </tr> <tr> <td class="rtecenter"><div> </div></td> <td><div class="rtecenter">NSC</div></td> </tr> </tbody> </table> </div> <div> </div> <div> </div> <div class="table-responsive"> <table border="1" style="line-height:23.1111px;width:100%;"> <tbody> <tr> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center"><strong>1961</strong></div> <div class="rtecenter text-align-center"><strong>Chairperson: Powell, C F</strong></div> <div class="rtecenter text-align-center">CERN-EmC-61-01 to 25</div> <div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2131761">Fulltexts</a></div></td> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center"><strong>1962</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Powell, C F</strong></div><div class="rtecenter text-align-center">CERN-EmC-62-01 to 46</div><div class="rtecenter text-align-center">CERN-EmC-62-A to H</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2131762">Fulltexts</a></div></td> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center"><strong>1963</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Powell, C F / Gottstein, K / Burhops, E H S</strong></div><div class="rtecenter text-align-center">CERN-EmC-63-01 to 25</div><div class="rtecenter text-align-center">CERN-EmC-63-A to D</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2131763">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1964</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Ekspong, A G</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-EmC-64-01 to 27</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-EmC-64-A to F</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131764">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1965</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Ekspong, A G</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-EmC-65-01 to 12</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-EmC-65-A to H</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131765">Fulltexts</a></div></td> <td class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1966</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Ekspong, A G</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-EmC-66-01 to 03</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-EmC-66-A to B</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131766">Fulltexts</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-III-66-01 to 13</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131767">Fulltexts</a></div></td> </tr> <tr> <td><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1967</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Ekspong, A G</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-III-67-01 to 49</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131768">Fulltexts</a></div></td> <td><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1968</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Ekspong, A G</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-III-68-01 to 76</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131769">Fulltexts</a></div></div></td> <td class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1969</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Kofoed, H</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-III-69-01 to 31</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131770">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter" style="line-height: 23.1111px;"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1970</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Kofoed, H</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-III-70-01 to 53</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131771">Fulltexts</a></div></div></div></td> <td><div class="rtecenter"><div class="rtecenter" style="line-height: 23.1111px;"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1971</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Kofoed, H</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-III-71-01 to 62</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-III-B to T</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131772">Fulltexts</a></div></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter" style="line-height: 23.1111px;"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1972</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Wilkinson, D H</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-III-72-01 to 73</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-III-A to R</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131773">Fulltexts</a></div></div></td> </tr> <tr> <td><div class="rtecenter"><div class="rtecenter" style="line-height: 23.1111px;"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1973</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Wilkinson, D H</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-III-73-01 to 19</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-III-73-A to F</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131774">Fulltexts</a></div></div></div></td> <td><div class="rtecenter"><div class="rtecenter" style="line-height: 23.1111px;"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1974</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Wilkinson, D H</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-III-74-01 to 60</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-III-74-A to D</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131775">Fulltexts</a></div></div></div></td> <td class="rtecenter"><div class="rtecenter" style="line-height: 23.1111px;"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1975</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Wilkinson, D H</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-III-75-01 to 36</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-PH-III-A to D</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2131776">Fulltexts</a></div></div></td> </tr> </tbody> </table> </div> <div><u><em>Source</em></u><em> : CERN-344-Rev.4 ; CERN Courier, Vol.7, N掳3</em></div> <div><a href="https://cds.cern.ch/collection/EmC%20-%20Emulsion%20Committee?ln=fr">EmC Database </a>- <a href="https://cds.cern.ch/collection/PH-III%20-%20Physics%20III%20Committee?ln=fr">PH-III-COM Database</a></div> <div>Lists of EmC documents : <a href="http://cds.cern.ch/record/1547763/files/CERN-EmC-61.pdf">1961</a> | <a href="http://cds.cern.ch/record/1114868/files/CM-P00073539.pdf">1962</a> | <a href="http://cds.cern.ch/record/1115820/files/CM-P00073590.pdf">1963</a> | <a href="http://cds.cern.ch/record/1116260/files/CERN-EmC-64-27.pdf">1964</a></div> <div>Lists of PH-III documents : <a href="http://cds.cern.ch/record/1119690/files/CM-P00073431.pdf">06/1966 to 05/1968 </a>| <a href="http://cds.cern.ch/record/1119739/files/CM-P00073471.pdf">05/1968 to 12/1968</a> | <a href="http://cds.cern.ch/record/833313/files/CM-P00053262.pdf">01/1969 to 05/1969 </a>| <a href="http://cds.cern.ch/record/709839/files/CM-P00044186.pdf">05/1969 to 02/1970 </a>| <a href="http://cds.cern.ch/record/710223/files/cm-p00043181.pdf">1970</a> | <a href="http://cds.cern.ch/record/710247/files/cm-p00043204.pdf">1971</a> | 1972 | 1973 | 1974 | <a href="http://cds.cern.ch/record/710154/files/CM-P00073476.pdf">01/1975 to 08/1975</a> | <a href="http://cds.cern.ch/record/710173/files/cm-p00046142.pdf">09/1975 to 12/1975</a></div></td> </tr> <tr> <td><div class="rteright text-align-right"><a id="ISC" name="ISC"></a><a class="top" href="#top">[Top]</a></div></td> </tr> </tbody> </table> </div> <div class="table-responsive"> <table border="0" style="width:100%"> <tbody> <tr> <th scope="col"><div><span style="color:rgb(0, 0, 0)"><strong>ISOLDE Committee (ISC), 1991 - 1999</strong></span></div></th> </tr> <tr> <td><div class="rtejustify">The Isolde Committee (ISC) was set up in 1991 to evaluate proposals for experiments on the Isolde facility (On-Line-Isotope Separator) after its transfer to the Proton Synchrotron (PS) Booster. The ISC held four meetings per year. The committee's conclusions were transmitted to the <a href="#RB">Research Board (RB)</a> by the Chairperson. Previously, Isolde had operated on the Synchro-Cyclotron (approved by the <a href="#NPRC">Nuclear Physics Research Committee (NPRC)</a> on 17 December 1964).</div><div class="rtejustify">In 1999 ISC became <a href="#ISTC">Isolde and Neutron Time-of-Flight Experiments Committee (ISTC),</a> evaluating proposals for experiments of Isolde facility and in addition for the Neutron Time of Flight facility.</div> <table border="1" style="line-height:23.1111px;width:100%;"> <tbody> <tr> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center"><strong>1991</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Jonson, B</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2126892/files/Index_ISC_1991.pdf">Index of ISC documents</a></div><div class="rtecenter text-align-center">CERN-ISC-91-1 to 38</div><div class="rtecenter text-align-center">Box: K0111</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2126892">Fulltexts</a></div></td> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1992</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Jonson, B</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2126893/files/Index_ISC_1992.pdf">Index of ISC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISC-92-1 to 42</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: K0112</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2126893">Fulltexts</a></div></td> <td class="rtecenter" style="width: 412.465px;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1993</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Jonson, B</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2126894/files/Index_ISC_1993.pdf">Index of ISC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISC-93-1 to 38</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: K0112</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2126894">Fulltexts</a></div></td> </tr> <tr> <td style="width: 411.354px;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1994</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Richter, A</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2126895/files/Index_ISC_1994.pdf">Index of ISC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISC-94-1 to 30</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: K0112</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2126895">Fulltexts</a></div></td> <td style="width: 412.465px;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1995</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Richter, A</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2126896/files/Index_ISC_1995.pdf">Index of ISC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISC-95-1 to 30</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: K0113</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2126896">Fulltexts</a></div></td> <td class="rtecenter" style="width: 412.465px;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1996</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Richter, A</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2126897/files/Index_ISC_1996.pdf">Index of ISC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISC-96-1 to 33</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: K0113</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2126897">Fulltexts</a></div></td> </tr> <tr> <td style="width: 411.354px;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1997</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Richter, A</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2126898/files/Index_ISC-1997.pdf">Index of ISC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISC-97-1 to 32</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: K0113</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2126898">Fulltexts</a></div></td> <td style="width: 412.465px;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1998</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Richter, A</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2126899/files/Index_ISC_1998.pdf">Index of ISC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISC-98-1 to 25</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: K0113</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2126899">Fulltexts</a></div></td> <td class="rtecenter" style="width: 412.465px;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1999</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Richter, A / Flocard, H</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2126900/files/Index_ISTC_1999.pdf">Index of ISC & ISTC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISC-99-1 to 18</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISTC-99-1 to 8</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISTC-99-19 to 21</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: K0113 - K0115</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2126900">Fulltexts</a></div></td> </tr> </tbody> </table> </td> </tr> <tr> <td><div class="rteright text-align-right"><a id="ISTC" name="ISTC"></a><a id="INTC" name="INTC"></a><a class="top" href="#top">[Top]</a></div></td> </tr> </tbody> </table> </div> <div class="table-responsive"> <table border="0" style="width:100%"> <tbody> <tr> <th scope="col"><div><span style="color:rgb(0, 0, 0)"><strong>ISOLDE and Neutron Time-of-Flight Experiments Committee (ISTC), 1999 - (INTC), 2000 - Today</strong></span></div></th> </tr> <tr> <td><div class="rtejustify">The Isolde and Neutron Time-of-Flight Experiments Committee (ISTC) was set up in 1999 and the abbreviation was changed to INTC in 2000. It took over the duties of evaluating proposals for experiments on the ISOLDE facility that was formerly in the hands of the <a href="#ISC">Isolde Committee (ISC)</a>. In addition it reviews experiments proposed for the Neutron Time of Flight (nTOF) facility which started operating in 2000. The INTC works on a basis of four meetings per year. The committee's conclusions and recommendations are transmitted to the <a href="#RB">Research Board (RB)</a> by the Chairperson for the final decisions, in particular on approval of experiments.</div> <table border="1" style="line-height:23.1111px;width:100%;"> <tbody> <tr> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center"><strong>1999</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Richter, A / Flocard, H</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2126900/files/Index_ISTC_1999.pdf">Index of ISC & ISTC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISC-99-1 to 18</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISTC-99-1 to 8</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISTC-99-19 to 21</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: K0113 - K0115</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2126900">Fulltexts</a></div></td> <td style="width: 33%;" valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2000</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Flocard, H</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2127557/files/Index_INTC_2000.pdf">Index of INTC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2000-001 to 048</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: K0114</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127557">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2001</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Flocard, H</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2127558/files/Index_INTC_2001.pdf">Index of INTC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2001-001 to 039</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: K0114</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127558">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2002</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Flocard, H</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2127559/files/Index_INTC_2002.pdf">Index of INTC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2002-001 to 039</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127559">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2003</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: 脛yst枚, J</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2127560/files/Index_INTC_2003.pdf">Index of INTC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2003-001 to 040</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127560">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2004</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: 脛yst枚, J</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2127561/files/Index_INTC_2004.pdf">Index of INTC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2004-001 to 031</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127561">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2005</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: 脛yst枚, J</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2127563/files/Index_INTC_2005.pdf">Index of INTC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2005-001 to 035</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: K0114</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127563">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2006</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Huyse, M</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2127564/files/Index_INTC_2006.pdf">Index of INTC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2006-001 to 045</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127564">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2007</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Huyse, M</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2127565/files/Index_INTC_2007.pdf">Index of INTC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2007-001 to 029</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127565">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2008</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Huyse, M</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2127566/files/Index_INTC_2008.pdf">Index of INTC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2008-001 to 046</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127566">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2009</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Huyse, M / Butler, P</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2127567/files/Index_INTC_2009.pdf">Index of INTC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2009-001 to 041</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127567">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2010</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Butler, P</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2127568/files/Index_INTC_2010.pdf">Index of INTC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2010-001 to 081</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127568">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2011</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Butler, P</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2127569/files/Index_INTC_2011.pdf">Index of INTC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2011-001 to 060</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127569">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2012</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Butler, P</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2127570/files/Index_INTC_2012.pdf">Index of INTC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2012-001 to 071</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127570">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2013</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Blaum, K</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2127571/files/Index_INTC_2013.pdf">Index of INTC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2013-001 to 056</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127571">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2014</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Blaum, K</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2127572/files/Index_INTC_2014.pdf">Index of INTC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2014-001 to 070</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127572">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2015</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Blaum, K</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2127573/files/Index_INTC_2015.pdf">Index of INTC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2015-001 to 055</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127573">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2016</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Blaum, K</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2240741/files/Index_INTC_2016.pdf">Index of INTC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2016-001 to 059</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2240741">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2017</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Riisager, K</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2299461/files/Index_INTC_2017.pdf">Index of INTC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2017-001 to 097</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2299461">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2018</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Riisager, K</strong></div><div class="rtecenter text-align-center">Index of INTC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2018-001 to 032</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2653393" style="text-align: center;">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2019</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Riisager, K</strong></div><div class="rtecenter text-align-center">Index of INTC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2019-001 to 037</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2703684" style="text-align: center;">Fulltexts</a></div></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2020</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Riisager, K / Pfutzner, M</strong></div><div class="rtecenter text-align-center">Index of INTC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2020-001 to 073</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2720589">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2021</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Pfutzner, M </strong></div><div class="rtecenter text-align-center">Index of INTC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2021-001 to 062</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2748435">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><b> </b><strong>2022</strong><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Pfutzner, M </strong></div><div class="rtecenter text-align-center">Index of INTC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-INTC-2022-001 to 049</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="https://cds.cern.ch/record/2845543">Fulltexts</a></div></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong> </strong> </div></div></td> </tr> <tr> <td class="text-align-center" valign="top"><strong>2023</strong><br> <strong>Chairperson: Pfutzner, M</strong><br> Index of INTC documents<br> CERN-INTC-2023-001 to 080<br> <a href="http://cds.cern.ch/record/2884217">Fulltexts</a></td> <td valign="top"> </td> <td valign="top"> </td> </tr> </tbody> </table> <div><a href="http://cds.cern.ch/collection/ISTC%20-%20ISOLDE%20and%20Neutron%20Time-of-flight%20Committee?ln=en">ISTC Database</a> - <a href="http://cds.cern.ch/collection/INTC%20Public%20Documents?ln=en">INTC database</a></div></td> </tr> <tr> <td><div class="rteright text-align-right"><a id="ISC" name="ISC"></a><a class="top" href="#top">[Top]</a></div></td> </tr> </tbody> </table> </div> <div class="table-responsive"><a id="ISRC" name="ISRC"> </a> <table border="0" style="width:100%"> <tbody> <tr> <th scope="col"><div><span style="color:rgb(0, 0, 0)"><strong>Intersecting Storage Rings Committee (ISRC), 1968 - 1983</strong></span></div></th> </tr> <tr> <td><div class="rtejustify">In 1968 the ISR Experiments committee was set up with Jentschke as its Chairperson, five members from outside experimental groups, four members from CERN experimental groups and four members from the ISR Construction Departement. The ISRC's main task was to examine experimental proposals for the ISR and recommend a consistent experimental programme to the Nuclear Physics Research Committee (NPRC). The first meeting of the ISRC was held on 13 January 1969.</div><div class="rtejustify">Unlike the Track Chamber Committee (TCC) and Electronic Experiments Committee (EEC), the ISR Committee was based on a machine rather than on a detector system. Following the example of the EEC, the ISRC held both open and restricted meeting. The former were devoted to the presentation and discussion of experiment proposals and progress reports on the programme. In the restricted meetings, the Committee decided on its recommendations to the NPRC.</div><div class="rtejustify">In 1976 the NPRC was replaced by the Research Board (RB).</div><div class="rtejustify">At the end of 1983 the ISR were closed down to liberate financial and manpower resources for the Large Electron Positron Collider (LEP) construction and ISR Committee held its last meeting on 27 January 1984.</div><div> </div> <table border="1" style="line-height:23.1111px;width:100%;"> <tbody> <tr> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center"><strong>1969</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Jentschke, W</strong></div><div class="rtecenter text-align-center">Index of ISRC Documents</div><div class="rtecenter text-align-center">CERN-ISRC-69-1 to 63</div><div class="rtecenter text-align-center">Box: R1441-R1142</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2126501">Fulltexts</a></div></td> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center"><strong>1970</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Jentschke, W</strong></div><div class="rtecenter text-align-center">Index of ISRC Documents</div><div class="rtecenter text-align-center">CERN-ISRC-70-1 to 34</div><div class="rtecenter text-align-center">Box: R1442</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2126503">Fulltexts</a></div></td> <td class="rtecenter" style="width: 33%;"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1971</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Gregory, B P</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of ISRC Documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISRC-71-1 to 50</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: R1443</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2126504">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1972</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Gregory, BP</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of ISRC Documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISRC-72-1 to 33</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: R1443</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2126505">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1973</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Schopper, H</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of ISRC Documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISRC-73-1 to 34</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: R1444</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2126506">Fulltexts</a></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1974</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Schopper, H</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of ISRC Documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISRC-74-1 to 59</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: R1444</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2126507">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1975</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Schopper, H</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of ISRC Documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISRC-75-1 to 49</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: R1445</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2126508">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1976</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Perez-y-Yorba, J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of ISRC Documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISRC-76-1 to 38</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: R1445</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2126509">Fulltexts</a></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1977</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Perez-y-Yorba, J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of ISRC Documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISRC-77-1 to 34</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: R1445</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2126510">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1978</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Perez-y-Yorba, J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of ISRC Documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISRC-78-1 to 37</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: R1446</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2126511">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1979</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Perez-y-Yorba, J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of ISRC Documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISRC-79-1 to 35</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: R1446</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2126512">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1980</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Bellettini, G</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of ISRC Documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISRC-80-1 to 34</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: R1446</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2126513">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1981</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Bellettini, G</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of ISRC Documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISRC-81-1 to 38</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: R1446</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2126514">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1982</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Bellettini, G</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of ISRC Documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISRC-82-1 to 20</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: R1446</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2126515">Fulltexts</a></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1983</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Bellettini, G</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of ISRC Documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISRC-83-1 to 20</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: R1446</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2126516">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1984</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Bellettini, G</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of ISRC Documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-ISRC-84-1 to 4</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: R1446</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2126523">Fulltexts</a></div></td> <td class="text-align-center"> </td> <td class="rtecenter text-align-center"> </td> </tr> </tbody> </table> </td> </tr> </tbody> <tbody> <tr> <td><div class="rteright text-align-right"><a id="LEPC" name="LEPC"></a><a class="top" href="#top">[Top]</a></div></td> </tr> </tbody> </table> <a id="ISRC" name="ISRC"> </a></div> <p><a id="ISRC" name="ISRC"> </a></p> <div class="table-responsive"> <table border="0" style="width:100%"> <tbody> <tr> <th scope="col"><div><a id="ISRC" name="ISRC"><span style="color:rgb(0, 0, 0)"><strong>Large Electron Positron Committee (LEPC), 1982 - 2000</strong></span></a></div></th> </tr> <tr> <td><div class="rtejustify"><a id="ISRC" name="ISRC">The Large Electron Positron Collider Committe (LEPC) was set up with G. Wolf as its Chairperson in 1982.</a></div><div class="rtejustify"><a id="ISRC" name="ISRC">The LEPC was responsible for informing the Research Board (RB) about the experimental programme of the LEP accelerator. It received experimental proposals, organised their public presentation and discussion, and nominated experts, usually chosen from among its members, to evaluate them. After consultation with the machine group of LEP, the committee presented its recommendations to the Research Board. The LEPC also established the long-term programme of LEP, which was submitted to the Scientific Policy Committee (SPC).</a></div><div class="rtejustify"><a id="ISRC" name="ISRC">LEPC met about once a month. Its first meeting was held in March 1982, and the last meeting in November 2000.</a></div><a id="ISRC" name="ISRC"> </a> <table border="1" style="line-height:23.1111px;width:100%;"> <tbody> <tr> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center"><a id="ISRC" name="ISRC"><strong>1982</strong></a></div><div class="rtecenter text-align-center"><a id="ISRC" name="ISRC"><strong>Chairperson: Wolf, G</strong></a></div><div class="rtecenter text-align-center"><a id="ISRC" name="ISRC">Index of LEPC documents</a></div><div class="rtecenter text-align-center"><a id="ISRC" name="ISRC">CERN-LEPC-82-1 to 71</a></div><div class="rtecenter text-align-center"><a id="ISRC" name="ISRC"></a><a href="http://cds.cern.ch/record/2125201">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1983</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Wolf, G</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LEPC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LEPC-83-1 to 17</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125203">Fulltexts</a></div></div></td> <td class="rtecenter" style="width: 33%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1984</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Wolf, G</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LEPC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LEPC-84-1 to 23</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125204">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1985</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Wolf, G</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LEPC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LEPC-85-1 to 41</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125207">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1986</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Turlay, R</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LEPC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LEPC-86-1 to 15</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125208">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1987</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Turlay, R</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LEPC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LEPC-87-1 to 14</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125209">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1988</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Turlay, R</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LEPC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LEPC-88-1 to 16</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125211">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1989</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Turlay, R</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LEPC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LEPC-89-1 to 19</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125212">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1990</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Ha茂ssinski, J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LEPC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LEPC-90-1 to 18</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125213">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1991</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Ha茂ssinski, J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LEPC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LEPC-91-1 to 13</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125214">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1992</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Ha茂ssinski, J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LEPC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LEPC-92-1 to 17</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125215">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1993</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Ha茂ssinski, J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LEPC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LEPC-93-1 to 16</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125216">Fulltexts</a></div></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1994</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Dowel, J D</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LEPC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LEPC-94-1 to 17</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125217">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1995</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Dowell, J D</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LEPC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LEPC-95-1 to 11</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125218">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1996</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Dowell, J D / Zerwas, P</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LEPC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LEPC-96-1 to 9</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125219">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1997</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Zerwas, P</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LEPC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LEPC-97-1 to 12</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125220">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1998</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Spiro, M</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LEPC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LEPC-98-1 to 9</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125221">Fulltexts</a></div></div></td> <td class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1999</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Spiro, M</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LEPC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LEPC-99-1 to 9</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125222">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><b>2000</b></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Spiro, M</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LEPC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LEPC-2000-1 to 12</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125223">Fulltexts</a></div></div></td> <td><div class="rtecenter text-align-center"> </div></td> <td class="rtecenter text-align-center"> </td> </tr> </tbody> </table> <div><a href="https://cds.cern.ch/collection/LEPC%20-%20Large%20Electron-Positron%20Collider%20Experiments%20Committee?ln=fr">LEPC Database</a></div></td> </tr> <tr> <td><div class="rteright text-align-right"><a id="LHCC" name="LHCC"></a><a class="top" href="#top">[Top]</a></div></td> </tr> </tbody> </table> </div> <div class="table-responsive"> <table border="0" style="width:100%"> <tbody> <tr> <th scope="col"><div><strong><span style="color:rgb(0, 0, 0)">Large Hadron Collider Committee (LHCC), 1992 - Today</span></strong></div></th> </tr> <tr> <td><div class="rtejustify">The Large Hadron Collider Committee (LHCC) was set up after the March 1992 General Meeting on LHC Physics and Detectors (<a href="http://cdsweb.cern.ch/record/236265?ln=fr">ECFA Towards the LHC experimental programme</a>) where expressions of interest were presented for experiments on the LHC. The LHCC makes recommendations to the Research Board (RB).</div><div class="rtejustify">The LHCC also reviews the LHC Computing Grid (LCG) Project. The LHCC is responsible for reviewing the remaining detector R&D projects (RD39, RD42 and RD50) having taken over the role of the Detector Research and Development Committee (DRDC) in 1995.</div><div> </div> <table border="1" style="line-height:23.1111px;width:100%;"> <tbody> <tr> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center"><strong>1992</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Aubert, J J</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/302445/files/SC00000301.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center">CERN-LHCC-92-01 to 23</div><div class="rtecenter text-align-center">Box: V0841</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2124714">Fulltexts</a></div></td> <td style="width: 33%;" valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1993</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Aubert, J J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/302587/files/SC00000047.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-93-01 to 62</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: V0841 to V0842</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124717">Fulltexts</a></div></div></td> <td><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1994</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Aubert, J J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/290966/files/SC00000052.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-94-01 to 46</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: V0842 to V0843</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124720">Fulltexts</a></div></div></td> </tr> <tr> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1995</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Aubert, J J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/298975/files/B00005499.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-95-01 to 83</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: V0844 to V0845</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124721">Fulltexts</a></div></td> <td style="width: 33%;"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1996</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Iarocci, E</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/323514/files/SC00000270.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-96-01 to 48</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: V0845 to V0847</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124722">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1997</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Iarocci, E</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/345020/files/cm-p00043048.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-97-01 to 64</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: V0847 to V0852</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124723">Fulltexts</a></div></td> </tr> <tr> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1998</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Engelen, J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/377728/files/cm-p00048741.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-98-01 to 45</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: V0853 to V0855</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124724">Fulltexts</a></div></td> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1999</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Engelen, J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/421206/files/SC00001113.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-99-01 to 39</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: V0856 to V0858</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124725">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2000</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Engelen, J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/488583/files/cm-p00048742.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2000-001 to 052</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: V0858 to V0901</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124727">Fulltexts</a></div></td> </tr> <tr> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2001</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Calvetti, M</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/611253/files/cer-2370643.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2001-001 to 041</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: V0902</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124728">Fulltexts</a></div></td> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2002</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Calvetti, M</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/596191/files/CERN-LHCC-2002-045.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2002-001 to 045</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: V0903</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124730">Fulltexts</a></div></td> <td><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2003</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Calvetti, M</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2624130/files/LHCC_Index_2003.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2003-001 to 069</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: L1046</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124731">Fulltexts</a></div></td> </tr> <tr> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2004</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Calvetti, M</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2624132/files/LHCC_Index_2004.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2004-001 to 038</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: L1047</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124732">Fulltexts</a></div></td> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2005</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Bertolucci, S</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124733/files/LHCC_Index_2005-Rev.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2005-001 to 042</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: L1048 to L1049</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124733">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2006</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Bertolucci, S</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124734/files/Index_LHCC_2006.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2006-001 to 039</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: L1101</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124734">Fulltexts</a></div></td> </tr> <tr> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2007</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Bertolucci, S / Wyatt, T</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124735/files/Index_LHCC_2007.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2007-01 to 031</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: L1102</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124735">Fulltexts</a></div></td> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2008</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Wyatt, T</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124736/files/Index_LHCC_2008.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2008-01 to 021</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: L1102</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124736">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2009</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Wyatt, T</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124737/files/Index_LHCC_2009.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2009-01 to 017</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: Mising</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124737">Fulltexts</a></div></td> </tr> <tr> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2010</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Wyatt, T</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124738/files/Index_LHCC_2010.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2010-001 to 018</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: Missing</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124738">Fulltexts</a></div></td> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2011</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Elsen, E</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124740/files/Index_LHCC_2011.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2011-001 to 015</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: Missing</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124740">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2012</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Elsen, E</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124741/files/Index_LHCC_2012.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2012-001 to 022</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: Missing</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124741">Fulltexts</a></div></td> </tr> <tr> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2013</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Elsen, E</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="https://cds.cern.ch/record/2124742/files/Index_LHCC_2013.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2013-001 to 025</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: Missing</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124742">Fulltexts</a></div></td> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2014</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Elsen, E</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124744/files/Index_LHCC_2014.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2014-001 to 026</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: Missing</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124744">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2015</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Forti, F</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124745/files/Index_LHCC_2015.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2015-001 to 025</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: Missing</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2124745">Fulltexts</a></div></td> </tr> <tr> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2016</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Forti, F</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2240777/files/Index_LHCC_2016.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2016-001 to 013</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: Missing</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2240777">Fulltexts</a></div></td> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2017</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Forti, F</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2299463/files/Index_LHCC_2017.pdf">Index of LHCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2017-001 to 028</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: Missing</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2299463">Fulltexts</a></div></td> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2018</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Forti, F</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LHCC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2018-01 to 036</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: Missing</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2653394">Fulltexts</a></div></td> </tr> <tr> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2019</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Simon, F</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LHCC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2019-001 to 018</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: Missing</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2703687">Fulltexts</a></div></td> <td style="width: 33%;"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2020</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Simon, F</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LHCC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2020-001 to 021</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: Missing</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2720592">Fulltexts</a></div></td> <td style="width: 33%;"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2021</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Simon, F</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LHCC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2021-001 to 025</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: Missing</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2748436">Fulltexts</a></div></td> </tr> <tr> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2022</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Simon, F</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LHCC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2022-001 to 016</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: Missing</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2845540">Fulltexts</a></div></td> <td style="width: 33%;"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2023</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Simon, F</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of LHCC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-LHCC-2023-001 to Ongoing</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: Missing</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2884218">Fulltexts</a></div></td> <td style="width: 33%;"> </td> </tr> </tbody> </table> <div><a href="https://cds.cern.ch/collection/LHCC%20-%20Large%20Hadron%20Collider%20Experiments%20Committee?ln=fr">LHCC Database</a> - Boxes: K0823 to K0845 - LHCC documents from 1992 to 1999</div></td> </tr> <tr> <td><div class="rteright text-align-right"><a id="NPRC" name="NPRC"></a><a class="top" href="#top">[Top]</a></div></td> </tr> </tbody> </table> </div> <div class="table-responsive"> <table border="0" style="width:100%"> <tbody> <tr> <th scope="col"><div><span style="color:rgb(0, 0, 0)"><strong>Nuclear Physics Research Committee (NPRC), 1961 - 1975</strong></span></div></th> </tr> <tr> <td><div class="rtejustify">In 1960 the Director-General John Adams proposed a number of measures to define a global policy for the exploitation of the Synchro-Cyclotron and the new Proton Synchrotron. He decided to create three Committees, one for each experimental technique used:</div> <ul> <li class="rtejustify rteindent1"><span style="font-size: 12.7272720336914px; line-height: 20.8000011444092px; text-align: justify;"></span>Emulsions : Emulsion Committee (EmC)</li> <li class="rtejustify rteindent1"><span style="font-size: 12.7272720336914px; line-height: 20.8000011444092px; text-align: justify;"></span>Electronic : Electronic Experiments Commitee (EEC)</li> <li class="rtejustify rteindent1"><span style="font-size: 12.7272720336914px; line-height: 20.8000011444092px; text-align: justify;"></span>Bubble Chambers : Track Chamber Committee (TCC)</li> </ul> <div class="rtejustify">The recommendations of these three committees were then passed to the Nuclear Physics Research Committee (NPRC) under the Chairpersonship of the Director-General, which took the final decisions concerning the experimental programme and the facilities offered by the PS and SC accelerators. The NPRC took into consideration not only the scientific merit of the experiments proposed, but also their technical and financial implications and whether they were compatible with the other experiments in the programme.</div> <div class="rtejustify">The members of the NPRC were the chairmen of the Emc, TCC, EEC, and the leader, or a representative of the Nuclear Physics (NP), Theory (TH), Proton Synchrotron (PS), Synchro-Cyclotron (SC), Data Handling (DD), Track Chamber (TC) and Nuclear Physics Apparatus (NPA) divisions.</div> <div class="rtejustify">In addition to approving new proposals the Physics Committee and the NPRC regularly reviewed the status and needs of the various experiments in progress.</div> <div class="rtejustify">In 1976 (end of the bubble chambers period) John Adams and Leon Van Hove rationalized the system, abolishing the committee system based on experimental techniques, and basing it instead on the machine. The NPRC was replaced by the Research Board (RB).</div> <div class="rtejustify"> </div> <div class="rtejustify"> <table border="1" style="width:100%;"> <tbody> <tr> <td style="width: 25%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>1961 </strong></div> <div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>Chairperson: Adams, J</strong></div> <div class="rtecenter text-align-center" style="line-height: 20.8px;">1961 : CERN-NPRC-01 to 05</div> <div class="rtecenter text-align-center" style="line-height: 20.8px;"><a href="http://cds.cern.ch/record/2131777">Fulltexts</a></div></td> <td style="width: 25%;" valign="top"><div class="rtecenter text-align-center"><strong>1961 - 1965</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Weisskopf, V F</strong></div><div class="rtecenter text-align-center">1961 : CERN-NPRC-06 to 08</div><div class="rtecenter text-align-center">1962 : CERN-NPRC-09 to 18</div><div class="rtecenter text-align-center">1963 : CERN-NPRC-19 to 28</div><div class="rtecenter text-align-center">1964 : CERN-NPRC-29 to 39</div><div class="rtecenter text-align-center">1965 : CERN-NPRC-40 to 49</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2131777">Fulltexts</a></div></td> <td style="width: 25%;" valign="top"><div class="rtecenter text-align-center"><strong>1966 - 1970</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Gregory, B P</strong></div><div class="rtecenter text-align-center">1966 : CERN-NPRC-50 to 59</div><div class="rtecenter text-align-center">1967 : CERN-NPRC-60 to 70</div><div class="rtecenter text-align-center">1968 : CERN-NPRC-71 to 79</div><div class="rtecenter text-align-center">1969 : CERN-NPRC-80 to 86</div><div class="rtecenter text-align-center">1970 : CERN-NPRC-87 to 94</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2132274">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter text-align-center"><strong>1971 - 1975</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Jentschke, W</strong></div><div class="rtecenter text-align-center">1971 : CERN-NPRC-095 to 103</div><div class="rtecenter text-align-center">1972 : CERN-NPRC-104 to 113</div><div class="rtecenter text-align-center">1973 : CERN-NPRC-114 to 123</div><div class="rtecenter text-align-center">1974 : CERN-NPRC-124 to 134</div><div class="rtecenter text-align-center">1975 : CERN-NPRC-135 to 143</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2132275">Fulltexts</a></div></td> </tr> </tbody> </table> </div> <div><u><em>Source</em></u><em> : CERN-344-Rev.4 ; CERN Courier, Vol.7, N掳3</em></div> <div class="rtejustify"><a href="http://cds.cern.ch/collection/NPRC%20-%20Nuclear%20Physics%20Research%20Committee?ln=en">NPRC database</a></div></td> </tr> <tr> <td><div class="rteright text-align-right"><a id="NSC" name="NSC"></a><a class="top" href="#top">[Top]</a></div></td> </tr> </tbody> </table> </div> <div class="table-responsive"> <table border="0" style="width:100%"> <tbody> <tr> <th scope="col"><div><strong><span style="color:rgb(0, 0, 0)">Nuclear Structure Committee (NSC), 1964 - 1966</span></strong></div></th> </tr> <tr> <td><div class="rtejustify">In 1964 Torleif Ericson, together with the head of CERN's NP division Peter Preiswerk, proposed that the Director-General create a Nuclear Structure Committee (NSC). This was set up soon after with Ericson as Chairperson. The aim of NSC was to discuss and to decide on experimental proposals in the field of nuclear structure research; and to provide some co-ordination between the groups inside and outside of CERN that took part in the nuclear structure programme at the Synchro-Cyclotron (SC).</div><div class="rtejustify">This committee met only seven time before it merged in 1966 with EmC and was renamed the Physics III Committee (PH-III-COM).</div> <table border="1" style="width:100%"> <tbody> <tr> <td style="width: 25%;"><div class="rtecenter text-align-center"><strong>1961</strong></div></td> <td style="width: 25%;"><div class="rtecenter text-align-center"><strong>1964</strong></div></td> <td style="width: 25%;"><div class="rtecenter text-align-center"><strong>1966</strong></div></td> <td><div class="rtecenter text-align-center"><strong>1976</strong></div></td> </tr> <tr> <td colspan="2"><div class="rtecenter text-align-center">EmC</div></td> <td rowspan="2"><div class="rtecenter text-align-center">PH-III-COM</div></td> <td rowspan="2"><div class="rtecenter text-align-center">SCC</div></td> </tr> <tr> <td class="rtecenter"><div> </div></td> <td><div class="rtecenter">NSC</div></td> </tr> </tbody> </table> <div class="rtecenter"> </div> <div class="table-responsive"> <table border="1" style="width:100%;"> <tbody> <tr> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center"><strong>1964</strong></div> <div class="rtecenter text-align-center"><strong>Chairperson: Ericson, T</strong></div> <div class="rtecenter text-align-center">Without reference</div></td> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center"><strong>1965</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Ericson, T</strong></div><div class="rtecenter text-align-center">Without reference</div></td> <td class="rtecenter" valign="top"><div class="text-align-center"><strong>1966</strong></div><div class="text-align-center"><strong>Chairperson: Ericson, T</strong></div><div class="text-align-center">Without reference</div></td> </tr> </tbody> </table> <div><a href="http://cds.cern.ch/collection/NSC%20-%20Nuclear%20Structure%20Committee?ln=en">NSC database</a></div></div></td> </tr> <tr> <td><div class="rteright text-align-right"><a id="PSC" name="PSC"></a><a class="top" href="#top">[Top]</a></div></td> </tr> </tbody> </table> </div> <div class="table-responsive"> <table border="0" style="width:100%"> <tbody> <tr> <th scope="col"><div><strong><span style="color:rgb(0, 0, 0)">Proton Synchrotron Committee (PSC), 1976 - 1978</span></strong></div></th> </tr> <tr> <td><div class="rtejustify">In 1976 (end of the bubble chambers period) John Adams and Leon Van Hove rationalized the system, abolishing the committee system based on experimental techniques, and basing it instead on the machine.</div><div class="rtejustify">The Electronic Experiments Committee (EEC) and Track Chamber Committee (TCC) (after 1966 commonly called the Physics I (PH-I-COM) and Physics II (PH-II-COM) Committees) merged to become the Proton Synchrotron Committee (PSC).</div><div class="rtejustify">The PSC examined all experimental proposals for the 28 GeV Proton Synchrotron and made recommendations to the Research Board (RB).</div><div class="rtejustify">In 1978 the PSC and the Synchro-Cyclotron Experiment Committee (SCC) fused to form the Proton Synchrotron and Synchro-Cyclotron Committee (PSCC).</div> <table border="1" style="width:100%"> <tbody> <tr> <td valign="top"><div class="rtecenter text-align-center"><strong>1976</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Astbury, A</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/678414/files/cm-p00043979.pdf">Index of PSC documents</a></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/678363/files/cm-p00043986.pdf">Index of PSC documents</a></div><div class="rtecenter text-align-center">CERN-PSC-76-1 to 22</div><div class="rtecenter text-align-center">Box: O0945</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2120750">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter"><div class="rtecenter text-align-center"><strong>1977</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Astbury, A</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/678388/files/cm-p00043948.pdf">Index of PSC documents</a></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/678402/files/cm-p00043902.pdf">Index of PSC documents</a></div><div class="rtecenter text-align-center">CERN-PSC-77-1 to 46</div><div class="rtecenter text-align-center">Box: O1011</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2120753">Fulltexts</a></div></div></div></td> <td class="rtecenter" valign="top"><div><div class="rtecenter text-align-center"><strong>1978</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Astbury, A</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/679495/files/cm-p00044792.pdf">Index of PSC documents</a></div><div class="rtecenter text-align-center">CERN-PSC-78-1 to 27</div><div class="rtecenter text-align-center">Box: 1012</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2120754">Fulltexts</a></div></div></td> </tr> </tbody> </table> <div><u><em>Source</em></u><em> : History of CERN, Vol. II & III</em></div> <div><a href="https://cds.cern.ch/collection/PSC%20-%20Proton%20Synchrotron%20Committee?ln=fr">PSC Database</a></div></td> </tr> <tr> <td><div class="rteright text-align-right"><a id="PSCC" name="PSCC"></a><a class="top" href="#top">[Top]</a></div></td> </tr> </tbody> </table> </div> <div class="table-responsive"> <table border="0" style="width:100%"> <tbody> <tr> <th scope="col"><div><strong><span style="color:rgb(0, 0, 0)">Proton Synchrotron and Synchro-Cyclotron Committee (PSCC), 1978 - 1990</span></strong></div></th> </tr> <tr> <td><div class="rtejustify">In 1978 the Synchro-Cyclotron Committee (SCC) and Proton Synchrotron Committee (PSC) fused into the PSCC to advise on research at both machines (PS & SC).</div><div class="rtejustify">When the SC was shut down in 1990, the management of matters concerning ISOLDE (which moved to the Booster at the PS) was transferred to the ISOLDE Committee (ISC), and management of Low Energy Antiproton Ring (LEAR) was transferred to the Super Proton Synchrotron Committee (SPSC).</div><div class="rtejustify"><u><em>Source</em></u><em> : History of CERN, Vol. II & III</em></div> <table border="1" cellpadding="1" cellspacing="1" style="width:100%;"> <tbody> <tr> <td class="rtecenter" style="width: 33%;" valign="top"><div class="text-align-center"><strong>1978</strong><br> <strong>Chairperson : Klapisch, R</strong><br> <a href="https://cds.cern.ch/record/679495/files/cm-p00044792.pdf">Index of PSCC documents</a><br> CERN-PSCC-78-1 to 37</div><div class="text-align-center">Box: O1012</div><div class="text-align-center"><a href="http://cds.cern.ch/record/2121244">Fulltexts</a></div></td> <td class="rtecenter" style="width: 33%;" valign="top"><div class="text-align-center"><strong>1979</strong><br> <strong>Chairperson : Klapisch, R</strong><br> <a href="https://cds.cern.ch/record/679883/files/cm-p00044767.pdf">Index of PSCC documents</a><br> CERN-PSCC-79-1 to 68</div><div class="text-align-center">Box: O1014</div><div class="text-align-center"><a href="http://cds.cern.ch/record/2121248">Fulltexts</a></div></td> <td class="rtecenter" valign="top"><div class="text-align-center"><strong>1980<br> Chairperson : Klapisch, R</strong><br> <a href="https://cds.cern.ch/record/679473/files/cm-p00044601.pdf">Index of PSCC documents</a><br> CERN-PSCC-80-1 to 144</div><div class="text-align-center">Box: O1039</div><div class="text-align-center"><a href="http://cds.cern.ch/record/2121250">Fulltexts</a></div></td> </tr> <tr> <td class="rtecenter" valign="top"><div class="text-align-center"><strong>1981<br> Chairperson: Hansen, P G</strong><br> <a href="https://cds.cern.ch/record/302501/files/cm-p00046149.pdf">Index of PSCC documents</a><br> CERN-PSCC-81-1 to 86</div><div class="text-align-center">Box: O1016</div><div class="text-align-center"><a href="http://cds.cern.ch/record/2121252">Fulltexts</a></div></td> <td class="rtecenter" valign="top"><div class="text-align-center"><strong>1982<br> Chairperson: Hansen, P G</strong><br> <a href="https://cds.cern.ch/record/679658/files/cm-p00044469.pdf">Index of PSCC documents</a><br> CERN-PSCC-82-1 to 98</div><div class="text-align-center">Box: O1017</div><div class="text-align-center"><a href="http://cds.cern.ch/record/2121253">Fulltexts</a></div></td> <td class="rtecenter" valign="top"><div class="text-align-center"><strong>1983<br> Chairperson: Hansen, P G</strong><br> <a href="https://cds.cern.ch/record/679719/files/cm-p00044402.pdf">Index of PSCC documents</a><br> CERN-PSCC-83-1 to 55</div><div class="text-align-center">Box: O1018</div><div class="text-align-center"><a href="http://cds.cern.ch/record/2121254">Fulltexts</a></div></td> </tr> <tr> <td class="rtecenter" valign="top"><div class="text-align-center"><strong>1984<br> Chairperson: Hansen, P G</strong><br> <a href="https://cds.cern.ch/record/679784/files/cm-p00044341.pdf">Index of PSCC documents</a><br> CERN-PSCC-84-1 to 69</div><div class="text-align-center">Box: O1019</div><div class="text-align-center"><a href="http://cds.cern.ch/record/2121261">Fulltexts</a></div></td> <td class="rtecenter" valign="top"><div class="text-align-center"><strong>1985<br> Chairperson: Hansen, P G / Specht, H J</strong><br> <a href="https://cds.cern.ch/record/679865/files/cm-p00044234.pdf">Index of PSCC documents</a><br> CERN-PSCC-85-1 to 92</div><div class="text-align-center">Box: O1021</div><div class="text-align-center"><a href="http://cds.cern.ch/record/2121265">Fulltexts</a></div></td> <td class="rtecenter" valign="top"><div class="text-align-center"><strong>1986<br> Chairperson : Specht, H J</strong><br> <a href="https://cds.cern.ch/record/679913/files/cm-p00044218.pdf">Index of PSCC documents</a><br> CERN-PSCC-86-1 to 50</div><div class="text-align-center">Box: O1022</div><div class="text-align-center"><a href="http://cds.cern.ch/record/2121266">Fulltexts</a></div></td> </tr> <tr> <td class="rtecenter" valign="top"><div class="text-align-center"><strong>1987<br> Chairperson : Specht, H J</strong><br> <a href="https://cds.cern.ch/record/679935/files/cm-p00044147.pdf">Index of PSCC documents</a><br> CERN-PSCC-87-1 to 42</div><div class="text-align-center">Box: O1022</div><div class="text-align-center"><a href="http://cds.cern.ch/record/2121271">Fulltexts</a></div></td> <td class="rtecenter" valign="top"><div class="text-align-center"><strong>1988</strong><br> <strong>Chairperson : Specht, H J</strong><br> <a href="https://cds.cern.ch/record/302502/files/SC00000480.pdf">Index of PSCC documents</a><br> CERN-PSCC-88-1 to 39</div><div class="text-align-center">Box: O1023</div><div class="text-align-center"><a href="http://cds.cern.ch/record/2121272">Fulltexts</a></div></td> <td class="rtecenter" valign="top"><div class="text-align-center"><strong>1989<br> Chairperson : Albrow, M</strong><br> <a href="https://cds.cern.ch/record/302504/files/SC00000485.pdf">Index of PSCC documents</a><br> CERN-PSCC-89-1 to 36</div><div class="text-align-center">Box: O1023</div><div class="text-align-center"><a href="http://cds.cern.ch/record/2121277">Fulltexts</a></div></td> </tr> <tr> <td class="rtecenter" valign="top"><div class="text-align-center"><strong>1990<br> Chairperson : Albrow, M</strong><br> <a href="https://cds.cern.ch/record/680006/files/cm-p00044091.pdf">Index of PSCC documents</a><br> CERN-PSCC-90-1 to 37</div><div class="text-align-center">Box: O1024</div><div class="text-align-center"><a href="http://cds.cern.ch/record/2121278">Fulltexts</a></div></td> <td class="rtecenter"><div class="text-align-center"> </div></td> <td class="rtecenter"><div class="text-align-center"> </div></td> </tr> </tbody> </table> <div><a href="https://cds.cern.ch/collection/PSCC%20-%20Proton%20Synchrotron%20%26%20SynchroCyclotron%20Committee?ln=fr">Access to PSCC Fulltext</a></div></td> </tr> <tr> <td><div class="rteright text-align-right"><a id="RB" name="RB"></a><a class="top" href="#top">[Top]</a></div></td> </tr> </tbody> </table> </div> <div class="table-responsive"> <table border="0" style="width:100%"> <tbody> <tr> <th scope="col"><div><span style="color:rgb(0, 0, 0)"><strong>Research Board (RB), 1976 - Today</strong></span></div></th> </tr> <tr> <td><div class="rtejustify">In 1976 the Research Board (RB) took over from the Nuclear Physics Research Committee (NPRC).</div><div class="rtejustify">The Research Board receives recommendations from all the CERN Experimental Committees, and takes decisions on them. Once approved, the proposals become part of the CERN experimental programme. The Research Board also decides on the accelerator schedules and requests for "Recognized Experiments" at CERN.</div> <div> <table border="1" style="width:100%;"> <tbody> <tr> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center"><strong>1976 - 1980</strong></div><div class="rtecenter text-align-center"><strong>Chairperson : Van Hove, L</strong></div><div class="rtecenter text-align-center">CERN-RB-01 to 48</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2132297">Fulltexts</a></div></td> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>1981 - 1988</strong></div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>Chairperson : Schopper, H F</strong></div><div class="rtecenter text-align-center" style="line-height: 20.8px;">CERN-DG-RB-81-1 to 88-132</div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><a href="http://cds.cern.ch/record/2132302">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>1989 - 1991</strong></div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>Chairperson : Rubbia, C</strong></div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>1992 - 1993</strong></div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>Chairperson : Rubbia, C / Darriulat, P</strong></div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><span style="line-height: 20.8px;">CERN-DG-RB-89-133 to 93-206 </span></div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><a href="http://cds.cern.ch/record/2132753">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>1994 - 1998</strong></div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>Chairperson : Llewellyn Smith, C H</strong></div><div class="rtecenter text-align-center" style="line-height: 20.8px;">CERN-DG-RB-94-207 to 98-276</div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><a href="http://cds.cern.ch/record/2132760">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>1999 - 2003</strong></div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>Chairperson : Maiani, L</strong></div><div class="rtecenter text-align-center" style="line-height: 20.8px;">CERN-DG-RB-99-277 to 2003-355</div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><a href="http://cds.cern.ch/record/2132761">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>2004 - 2008</strong></div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>Chairperson : Aymar, R</strong></div><div class="rtecenter text-align-center" style="line-height: 20.8px;">CERN-DG-RB-2004-357 to 2008-398</div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><a href="http://cds.cern.ch/record/2132762">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>2009 - 2015</strong></div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>Chairperson : Heuer, R</strong></div><div class="rtecenter text-align-center" style="line-height: 20.8px;">CERN-DG-RB-2009-401 to 2015-459</div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><a href="http://cds.cern.ch/record/2132763">Fulltexts</a></div></td> <td><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>2016 - Present</strong></div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><strong>Chairperson : Gianotti, F</strong></div><div class="rtecenter text-align-center" style="line-height: 20.8px;">CERN-DG-RB-2016-460 to </div><div class="rtecenter text-align-center" style="line-height: 20.8px;"><a href="http://cds.cern.ch/record/2132764">Fulltexts</a></div></td> <td class="text-align-center"> </td> </tr> </tbody> </table> </div> <div><a href="https://cds.cern.ch/collection/RB%20-%20Research%20Board?ln=fr">RB Database</a></div></td> </tr> <tr> <td><div class="rteright text-align-right"><a id="SCC" name="SCC"></a><a class="top" href="#top">[Top]</a></div></td> </tr> </tbody> </table> </div> <div class="table-responsive"> <table border="0" style="width:100%"> <tbody> <tr> <th scope="col"><div><span style="color:rgb(0, 0, 0)"><strong>Synchro-Cyclotron Commitee (SCC), 1976 - 1977</strong></span></div></th> </tr> <tr> <td><div class="rtejustify">In 1976 (end of the Bubble Chambers period) John Adams and Leon Van Hove rationalized the system, abolishing the committee system based on experimental techniques, and basing it instead on the machine. The Physics III Committee (PH-III-COM) was renamed the Synchro-Cyclotron Committee. The SCC examined all experimental proposals for the SC and made recommendations to the Research Board, which replaced the NPRC in 1976.</div><div class="rtejustify">In 1978 SCC and Proton Synchrotron Committee (PSC) fused into the PS & SC Committee (PSCC) to advise on research at both machines (PS & SC).</div> <table border="1" style="width:100%"> <tbody> <tr> <td valign="top"><div class="rtecenter text-align-center"><strong>1976</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: V. Soergel</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/1668852/files/CERN-SCC-76-26.pdf">Index of SCC documents</a></div><div class="rtecenter text-align-center">CERN-SCC-76-1 to 26</div><div class="rtecenter text-align-center">Box : O1046</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2120745">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter text-align-center"><strong>1977</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: V. Soergel</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/1668811/files/CERN-SCC-77-17.pdf">Index of SCC documents</a></div><div class="rtecenter text-align-center"><a href="https://cds.cern.ch/record/1668812/files/CERN-SCC-77-32.pdf">Index of SCC documents</a></div><div class="rtecenter text-align-center">CERN-SCC-77-1 to 32</div><div class="rtecenter text-align-center">Box : O1046</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2120747">Fulltexts</a></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center"><strong>1978</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: V. Soergel</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/679495/files/cm-p00044792.pdf">Index of SCC documents</a></div><div class="rtecenter text-align-center">CERN-SCC-78-1 to 22</div><div class="rtecenter text-align-center">Box : O1012</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2121238">Fulltexts</a></div></td> </tr> </tbody> </table> <div><u><em>Source</em></u><em> : History of CERN, Vol. II & III</em></div> <div><a href="https://cds.cern.ch/collection/SCC%20-%20SynchroCyclotron%20Committee?ln=fr">SCC Database</a></div> <div>Fulltexts: <a href="http://cds.cern.ch/record/2120745">1976</a> - <a href="http://cds.cern.ch/record/2120747">1977</a></div></td> </tr> <tr> <td><div class="rteright text-align-right"><a id="SPSC1" name="SPSC1"></a><a class="top" href="#top">[Top]</a></div></td> </tr> </tbody> </table> </div> <div class="table-responsive"> <table border="0" style="width:100%"> <tbody> <tr> <th scope="col"><div><span style="color:rgb(0, 0, 0)"><strong>Super Proton Synchrotron Committee (SPSC) - 1st Period, 1973 - 1990</strong></span></div></th> </tr> <tr> <td><div class="rtejustify">In 1973 the Super Proton Synchrotron Experiments Committee (SPSC) was set up with Pierre Lehmann as its Chairperson.</div><div class="rtejustify">The SPSC examined all experimental proposals and made recommendations to the Nuclear Physics Research Committee (NPRC).</div><div class="rtejustify">In 1990 the management of the Low Energy Antiproton Ring (LEAR) experiments was transferred to the SPSC which became the Super Proton Synchrotron and LEAR Committee (SPSLC).</div><div> </div><div> <table border="1" style="line-height:23.1111px;width:100%;"> <tbody> <tr> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center"><strong>1973</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Lehmann, P</strong></div><div class="rtecenter text-align-center">Index of SPSC documents</div><div class="rtecenter text-align-center">CERN-SPSC-(G/I/M/P/R/T)-73-1 to</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2125699">Fulltexts</a></div></td> <td style="width: 33%;" valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1974</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Lehmann, P</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-74-1 to 127</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125700">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1975</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Lohmann, R</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-75-1 to 86</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125701">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1976</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Butterworth, I</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-76-1 to 114</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125702">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1977</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Butterworth, I</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-77-001 to 124</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125703">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1978</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Butterworth, I</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-78-001 to 162</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125704">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1979</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Wiik, B</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-79-001 to 140</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125705">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1980</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Wiik, B</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-80-001 to 137</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125706">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1981</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Lefran莽ois, J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-81-001 to 111</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125707">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1982</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Lefran莽ois, J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-82-001 to 081</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125708">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1983</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Lefran莽ois, J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-83-001 to 087</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O1337</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125709">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1984</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Foa, L</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-84-001 to 095</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O1341</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125710">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1985</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Foa, L</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-85-001 to 081</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O1342</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125711">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1986</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Foa, L</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-86-001 to 035</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O1343</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125712">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1987</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Foa, L</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-87-001 to 053</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O1343</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125713">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1988</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Donnachie, A</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-88-001 to 050</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O1344</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125714">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1989</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Donnachie, A</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-89-001 to 062</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O1344</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125715">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1990</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Donnachie, A</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-90-001 to 043</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O1345</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125716">Fulltexts</a></div></td> </tr> </tbody> </table> </div> <div><a href="https://cds.cern.ch/collection/SPSC%20-%20Super%20Proton%20Synchrotron%20Committee?ln=fr">SPSC Database</a></div></td> </tr> <tr> <td><div class="rteright text-align-right"><a id="SPSLC" name="SPSLC"></a><a class="top" href="#top">[Top]</a></div></td> </tr> </tbody> </table> </div> <div class="table-responsive"> <table border="0" style="width:100%"> <tbody> <tr> <th scope="col"><div><strong><span style="color:rgb(0, 0, 0)">Super Proton Synchrotron (SPS) and Low Energy Antiproton Ring (LEAR) Committee (SPSLC), 1990 - 1996</span></strong></div></th> </tr> <tr> <td><div class="rtejustify">In 1990 the Super Proton Synchrotron Committee (SPSC) was renamed SPS and LEAR committee (SPSLC) when it took over management of the LEAR experiment.</div><div class="rtejustify">The mandate of the committee was to referee requests from the experimental teams on the basis of their physics interest and of the availability of the accelerators. SPSLC recommendations were sent to the Research Board (RB) for final decision. The SPSLC met about five times a year.</div><div class="rtejustify">In 1997 with the end of LEAR, the SPSLC reverted to its former name SPSC.</div> <div> <table border="1" style="line-height:23.1111px;width:100%;"> <tbody> <tr> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center"><strong>1991</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: Donnachie, A</strong></div><div class="rtecenter text-align-center">Index of SPSLC documents</div><div class="rtecenter text-align-center">CERN-SPSLC-91-001 to 060</div><div class="rtecenter text-align-center">Box: B1421</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2125734">Fulltexts</a></div></td> <td style="width: 33%;" valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1992</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Donnachie, A</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSLC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSLC-92-001 to 067</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: B1421-B1422</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125735">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1993</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Goggi, G</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSLC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSLC-93-001 to 036</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: B1423</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125736">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1994</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Goggi, G</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSLC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSLC-94-001 to 034</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: B1423</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125737">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1995</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: D'Almagne, B</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSLC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSLC-95-001 to 074</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: B1424-B1425</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125738">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1996</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: D'Almagne, B</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSLC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSLC-96-001 to 058</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: B1425-B1426</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125739">Fulltexts</a></div></td> </tr> </tbody> </table> </div> <div><a href="https://cds.cern.ch/collection/SPSLC%20-%20Super%20Proton%20Synchrotron%20and%20LEAR%20Committee?ln=fr">SPSLC Database</a></div></td> </tr> <tr> <td><div class="rteright text-align-right"><a id="SPSC2" name="SPSC2"></a><a class="top" href="#top">[Top]</a></div></td> </tr> </tbody> </table> </div> <div class="table-responsive"> <table border="0" style="width:100%"> <tbody> <tr> <th scope="col"><div class="rtejustify"><strong><span style="color:rgb(0, 0, 0)">Super Proton Synchrotron and Proton Synchrotron Committee (SPSC) - 2nd Period, 1997 - Today</span></strong></div></th> </tr> <tr> <td><div class="rtejustify">In 1997, with the end of the Low Energy Antiproton Ring (LEAR), the <a href="#SPSLC">Super Proton Synchrotron and LEAR Committee (SPSLC)</a> retook his former name SPSC.</div><div class="rtejustify">The mandate of the committee is to referee requests from the experimental teams on the basis of their physics interest and of the availability of the accelerators. SPSC recommendations are sent to the <a href="#RB">Research Board (RB)</a>, which takes the decisions. The SPSC meets about five times a year.</div> <table border="1" style="line-height:23.1111px;width:100%;"> <tbody> <tr> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center"><strong>1997</strong></div><div class="rtecenter text-align-center"><strong>Chairperson: D'Almagne, B</strong></div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2125741/files/Index_SPSC_1997.pdf">Index of SPSC documents</a></div><div class="rtecenter text-align-center">CERN-SPSC-97-001 to 029</div><div class="rtecenter text-align-center">Box: B1427</div><div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2125741">Fulltexts</a></div></td> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1998</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: D'Almagne, B / K枚nigsmann, K</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125742/files/Index_SPSC_1998.pdf">Index of SPSC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-98-001 to 041</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: B1427</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125742">Fulltexts</a></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1999</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: K枚nigsmann, K</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125743/files/Index_SPSC_1999.pdf">Index of SPSC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-99-001 to 041</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: B1428</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125743">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2000</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: K枚nigsmann, K</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125744/files/Index_SPSC_2000.pdf">Index of SPSC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2000-001 to 046</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O1441</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125744">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2001</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: K枚nigsmann, K</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125745/files/Index_SPSC_2001.pdf">Index of SPSC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2001-001 to 033</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: O1441</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125745">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2002</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: K枚nigsmann, K</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125746/files/Index_SPSC_2002.pdf">Index of SPSC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2002-001 to 040</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125746">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2003</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: K枚nigsmann, K</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125747/files/Index_SPSC_2003.pdf">Index of SPSC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2003-001 to 038</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125747">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2004</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Dainton, J B</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125748/files/Index_SPSC_2004.pdf">Index of SPSC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2004-001 to 033</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125748">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2005</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Dainton, J B</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125749/files/Index_SPSC_2005.pdf">Index of SPSC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2005-001 to 044</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125749">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2006</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Dainton, J B</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125751/files/Index_SPSC_2006.pdf">Index of SPSC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2005-001 to 041</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125751">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2007</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Dainton, J B</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125752/files/Index_SPSC_2007.pdf">Index of SPSC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2007-001 to 039</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125752">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2008</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Dainton, J B</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125753/files/Index_SPSC_2008.pdf">Index of SPSC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2008-001 to 033</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125753">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2009</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Dainton, J B / Vall茅e, C</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125754/files/Index_SPSC_2009.pdf">Index of SPSC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2009-001 to 038</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125754">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2010</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Vall茅e, C</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125755/files/Index_SPSC_2010.pdf">Index of SPSC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2010-001 to 037</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125755">Fulltexts</a></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2011</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Vall茅e, C</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125756/files/Index_SPSC_2011.pdf">Index of SPSC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2011-001 to 043</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125756">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2012</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Vall茅e, C</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125757/files/Index_SPSC_2012.pdf">Index of SPSC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2012-001 to 035</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125757">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2013</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Vall茅e, C</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125758/files/Index_SPSC_2013.pdf">Index of SPSC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2013-001 to 036</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125758">Fulltexts</a></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2014</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Vall茅e, C</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125759/files/Index_SPSC_2014.pdf">Index of SPSC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2014-001 to 038</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125759">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2015</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Vall茅e, C</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125761/files/Index_SPSC_2015.pdf">Index of SPSC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2015-001 to 042</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2125761">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2016</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Vall茅e, C</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2240779/files/Index_SPSC_2016.pdf">Index of SPSC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2016-001 to 043</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2240779">Fulltexts</a></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2017</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Nash, J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2299464/files/Index_SPSC_2017.pdf">Index of SPSC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2017-001 to 046</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2299464">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2018</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Nash, J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2018-001 to 037</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2653396">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><b> 2019 </b></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Nash, J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2019-001 to 049</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2703689">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><b> 2020 </b></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Nash, J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2020-001 to 028</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2720597">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2021</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Nash, J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2021-001 to 030</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2748434">Fulltexts</a></div></td> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2022</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Nash, J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2022-001 to 036</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="https://cds.cern.ch/record/2845542">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>2023</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Nash, J</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Index of SPSC documents</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-SPSC-2023-001 to 035</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2884219">Fulltexts</a></div></div></td> </tr> </tbody> </table> <div><a href="https://cds.cern.ch/collection/SPSC%20-%20Super%20Proton%20Synchrotron%20%26%20Proton%20Synchrotron%20Experiments%20Committee?ln=fr">SPSC Database</a></div></td> </tr> <tr> <td><div class="rteright text-align-right"><a id="TCC" name="TCC"></a><a class="top" href="#top">[Top]</a></div></td> </tr> </tbody> </table> </div> <div class="table-responsive"> <table border="0" style="width:100%"> <tbody> <tr> <th scope="col"><div><strong><span style="color:rgb(0, 0, 0)">Track Chamber Committee (TCC) - Physics II Committee (PH-II-COM), 1961 - 1976</span></strong></div></th> </tr> <tr> <td><div class="rtejustify">In 1960 the Director-General John Adams proposed a number of measures to define a global policy for the exploitation of the new Proton Synchrotron. He decided to create three committees, one for each experimental technique used:</div> <ul> <li class="rtejustify rteindent1"><span style="font-size: 12.7272720336914px; line-height: 20.8000011444092px; text-align: justify;"></span>Bubble Chambers : Track Chamber Committee (TCC)</li> <li class="rtejustify rteindent1"><span style="font-size: 12.7272720336914px; line-height: 20.8000011444092px; text-align: justify;"></span>Emulsions : Emulsion Committee (EmC)</li> <li class="rtejustify rteindent1"><span style="font-size: 12.7272720336914px; line-height: 20.8000011444092px; text-align: justify;"></span>Electronic : Electronic Experiments Commitee (EEC)</li> </ul> <div class="rtejustify">These three new committees were proposed to replace the Advisory Committee and Bubble Chamber Committee.</div> <div class="rtejustify">The TCC functions were to propose to the Nuclear Physics Research Committee track chamber experiments to be carried out at CERN, and also to form a link between the European track chamber groups and the CERN Laboratory.</div> <div class="rtejustify">The TCC came into operation in 1961, and met about once a month. It comprised a Chairperson (a senior physicist working on track chamber experiments, not on the staff of CERN) and members (representatives of CERN and other European track chamber groups (including picture evaluation groups)) wanting to use CERN facilities.</div> <div class="rtejustify">After 1966 the TCC was commonly known as the Physics II (PH-II-COM). It considered and selected the proposals for experiments using the bubble chambers at CERN :</div> <ul> <li class="rtejustify rteindent1"><span style="font-size: 12.7272720336914px; line-height: 20.8000011444092px; text-align: justify;"></span>2 m Hydrogen Bubble Chamber (HBC200)</li> <li class="rtejustify rteindent1"><span style="font-size: 12.7272720336914px; line-height: 20.8000011444092px; text-align: justify;"></span>the 81 cm Hydrogen Bubble Chamber (HBC81)</li> <li class="rtejustify rteindent1"><span style="font-size: 12.7272720336914px; line-height: 20.8000011444092px; text-align: justify;"></span>the Heavy Liquid Bubble Chamber (HLBC)</li> </ul> <div class="rtejustify">In 1976 (end of the bubble chambers period) John Adams and Leon Van Hove rationalized the system, abolishing the committee system based on experimental technique, and basing it instead on the machine. EEC and TCC merged to become the Proton Synchrotron Committee (PSC).</div> <table border="1" style="line-height:23.1111px;width:100%;"> <tbody> <tr> <td style="width: 33%;" valign="top"><div class="rtecenter text-align-center"><strong>1961</strong></div> <div class="rtecenter text-align-center"><strong>Chairperson: Gregory, B P</strong></div> <div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2127370/files/TCC-61.pdf">Index of TCC documents</a></div> <div class="rtecenter text-align-center">CERN-TCC-61-1 to 58</div> <div class="rtecenter text-align-center">Box: T0443</div> <div class="rtecenter text-align-center"><a href="http://cds.cern.ch/record/2127370">Fulltexts</a></div></td> <td style="width: 33%;" valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1962</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Gregory, B P</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127371/files/TCC-62.pdf">Index of TCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-TCC-62-1 to 54</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: T0443</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127371">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1963</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Gregory, B P</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127372/files/TCC-63.pdf">Index of TCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-TCC-63-1 to 70</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: T0444</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127372">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1964</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Butler, C C</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127373/files/TCC-64.pdf">Index of TCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-TCC-64-1 to 81</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: T0444</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127373">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1965</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Butler, C C</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127375/files/TCC-65.pdf">Index of TCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-TCC-65-1 to 77</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: T0444</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127375">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1966</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Teucher, M W</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127376/files/TCC-66.pdf">Index of TCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-TCC-66-1 to 60</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: T0445</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127376">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1967</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Teucher, M W</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127377/files/TCC-67.pdf">Index of TCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-TCC-67-1 to 72</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: T0445</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127377">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1968</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Mulvey, J H</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127378/files/TCC-68.pdf">Index of TCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-TCC-68-1 to 40</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: T0445</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127378">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1969</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Mulvey, J H</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127379/files/TCC-69.pdf">Index of TCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-TCC-69-1 to 64</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: T0446</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127379">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1970</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Mulvey, J H</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127380/files/TCC-70.pdf">Index of TCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-TCC-70-1 to 65</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: T0446</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127380">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1971</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Cresti, M</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127381/files/TCC-71.pdf">Index of TCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-TCC-71-1 to 51</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: T0447</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127381">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1972</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Cresti, M</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127382/files/TCC-72.pdf">Index of TCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-TCC-72-1 to 42</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: T0448</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127382">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1973</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Cresti, M</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127383/files/TCC-73.pdf">Index of TCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-TCC-73-1 to 53</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: T0448</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127383">Fulltexts</a></div></div></td> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1974</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Colley, D C</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127384/files/TCC-74.pdf">Index of TCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-TCC-74-1 to 35</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: T0448</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127384">Fulltexts</a></div></div></td> <td class="rtecenter" valign="top"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1975</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Colley, D C</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127385/files/TCC-75.pdf">Index of TCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-TCC-75-1 to 32</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: T0448</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127385">Fulltexts</a></div></td> </tr> <tr> <td valign="top"><div class="rtecenter"><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>1976</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><strong>Chairperson: Colley, D C</strong></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127386/files/TCC-76.pdf">Index of TCC documents</a></div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">CERN-TCC-76-1 to 15</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;">Box: T0448</div><div class="rtecenter text-align-center" style="line-height: 23.1111px;"><a href="http://cds.cern.ch/record/2127386">Fulltexts</a></div></div></td> <td><div class="rtecenter text-align-center"> </div></td> <td class="rtecenter text-align-center"> </td> </tr> </tbody> </table> <div><u><em>Source</em></u><em> : CERN-344-Rev.4 ; CERN Courier, Vol.7, N掳3</em></div> <div><a href="https://cds.cern.ch/collection/TCC%20-%20Track%20Chamber%20Committee?ln=fr">TCC Database</a></div></td> </tr> <tr> <td><div class="rteright text-align-right"><a class="top" href="#top">Top]</a></div></td> </tr> </tbody> </table> </div></div></div> <div class="field field--name-node-changed-date field--type-ds field--label-inline"> <div class="field--label"><b>Last modified</b></div> <div class="field--item">26 February, 2024</div> </div> </div> </div> </div> <div class="sidebar-right col-md-3 col-sm-12 col-xs-12"> <div class="region region-right"> <section id="block-keylinks" class="block block-block-content block-block-content7c2d554d-615c-4b30-9a18-60538f83c581 clearfix"> <div id="simple"> <h2>Key links</h2><div class="tex2jax_process"><hr> <p><strong>CERN Experimental Programme</strong></p> <ul> <li><a href="https://greybook.cern.ch/">Current Experiments</a> (Grey Book database)</li> <li><a href="https://sis.web.cern.ch/archives/history_CERN/Exp-Programme-01">All Experiments, incl. history and archives</a></li> </ul> <p><strong>Scientific Committees</strong></p> <ul> <li><a href="https://committees.web.cern.ch">Current</a> (webpages)</li> <li><a href="https://sis.web.cern.ch/archives/history_CERN/Scientific_committees">All Committees, incl. history and archives</a></li> </ul> <p><strong>Documents in CDS</strong></p> <ul> <li><a href="https://cds.cern.ch/collection/Experiments%20Committees">Curent Committees</a></li> <li><a href="https://cds.cern.ch/collection/Former%20CERN%20Experiments%20Committees">Former Committees</a></li> </ul> <hr> <p><strong><a href="https://sis.web.cern.ch/archives/history_CERN/Scientific_committees-table">Organisational structure</a></strong></p> <p><a href="https://sis.web.cern.ch/archives/history_CERN/Scientific_committees-table"><img alt="Organisational structure" data-entity-type="file" data-entity-uuid="1fd2a3b1-70e9-447f-9771-b5a65246ea0a" src="/sites/default/files/inline-images/Scientific-Committees-Structure-2.jpg" width="195" height="102" loading="lazy"></a></p> </div> </div> </section> </div> </div> </div> <div class="content-footer-wrapper"> <div> <div class="col-md-12 content-footer-container"> <div class="region region-contentfooter"> <ol class="breadcrumb"> <li > <a href="/archives">Archives</a> </li> <li > <a href="/archives/history_CERN">History of CERN</a> </li> <li class="active"> CERN Scientific Committees </li> </ol> </div> </div> </div> </div> </main> <footer role="contentinfo"> <div class="row cern-footer"> <div class="col-xs-12 col-sm-3 col-md-3 col-lg-3 footer-first-col"> <div class="region region-footercolumn1"> <section id="block-licensewebpages" class="block block-block-content block-block-content38912a05-b33b-4fab-b7a3-7ffd1cfc727f clearfix"> <div id="simple--2"> <h2>license webpages</h2><div class="tex2jax_process"><p><a href="http://creativecommons.org/licenses/by/4.0/">CC-BY-4.0</a>, for some of the illustrations a different license might apply.</p><div> </div></div> </div> </section> <section id="block-followus" class="block block-block-content block-block-content802f6eb2-a630-4eb3-b6fc-8583d5b5cda7 clearfix"> <div id="simple--3"> <h2>Follow us</h2><div class="tex2jax_process"><div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"> <p><span style="font-size:36px;"><span style="font-family: CERNIcons, CernIcons, cern-icons;"><a href="https://www.facebook.com/CERNLibrary/">v </a><a href="https://mattermost.web.cern.ch/sis-team"><img alt="RCS-SIS Mattermost channel" data-entity-type="file" data-entity-uuid="22180ca7-10e4-4f41-b73a-178de33b1b5d" height="36" width="36" src="/sites/default/files/inline-images/mattermost-logomark-white_0.png" loading="lazy"></a></span></span></p> </div></div> </div> </section> </div> </div> <div class="col-xs-12 col-sm-8 col-md-8 col-lg-8 footer-second-col"> <div class="row"> <!-- CONTACT US --> <div class="col-sm-5 col-md-4 col-md-offset-0 col-lg-4 col-lg-offset-0"> <div class="region region-footercolumn2"> <section id="block-address" class="block block-block-content block-block-content33f99833-f03d-40b5-a541-6ede91de4f0b clearfix"> <div id="simple--4"> <h2>Address</h2><div class="tex2jax_process"><p>CERN<br> Scientific Information Service<br> Building 52/1-052<br> Esplanade des Particules 1<br> P.O. Box<br> 1211 Geneva 23<br> Switzerland</p> <p>Tel.: +41 22 767 2444</p> </div> </div> </section> </div> </div> <!-- general info --> <div class="col-sm-6 col-sm-offset-1 col-md-4 col-md-offset-0 col-lg-4"> <div class=" mb-4"> <div class="region region-footercolumn3"> <nav role="navigation" aria-labelledby="block-quicklinks-menu" id="block-quicklinks"> <h2 id="block-quicklinks-menu">Quick links</h2> <ul class="menu nav"> <li> <a href="/practical-information/faq" data-drupal-link-system-path="practical-information/faq">FAQ</a> </li> <li> <a href="/events" data-drupal-link-system-path="node/105">Events</a> </li> <li> <a href="/search-and-read/online-resources" data-drupal-link-system-path="search-and-read/online-resources">Online resources</a> </li> <li> <a href="http://cern.ch/n-wnd">Library newsletter</a> </li> <li> <a href="/about-us/structure" data-drupal-link-system-path="node/9">Structure</a> </li> </ul> </ul> </nav> <nav role="navigation" aria-labelledby="block-credits-menu" id="block-credits"> <h2 id="block-credits-menu">Credits</h2> <ul class="menu nav"> <li> <a href="/credits-pictures" data-drupal-link-system-path="node/153">Pictures</a> </li> </ul> </ul> </nav> </div> </div> </div> <!-- cern and you --> <div class="col-sm-6 col-sm-offset-6 col-md-4 col-md-offset-0 col-lg-4 col-lg-offset-0"> <div class=" mb-4"> <div class="region region-footercolumn4"> <nav role="navigation" aria-labelledby="block-generallinks-menu" id="block-generallinks"> <h2 id="block-generallinks-menu">GENERAL LINKS</h2> <ul class="menu nav"> <li> <a href="https://home.cern/data-privacy-protection-policy">Data Privacy Protection Policy</a> </li> <li> <a href="/privacy-notices" data-drupal-link-system-path="node/15485">Privacy notices</a> </li> <li> <a href="https://home.cern/cookies">Cookies</a> </li> <li> <a href="mailto:abuse@cern.ch">Report abuse</a> </li> </ul> </ul> </nav> <nav role="navigation" aria-labelledby="block-reachus-menu" id="block-reachus"> <h2 id="block-reachus-menu">Reach us</h2> <ul class="menu nav"> <li> <a href="/about-us/contact-us" data-drupal-link-system-path="node/10">Contact us</a> </li> <li> <a href="https://maps.web.cern.ch/?xmin=2493041.38&ymin=1120926.86&xmax=2493335.06&ymax=1121072.38&basemap=plan&mode=2D">Building 52 (MapCERN)</a> </li> </ul> </ul> </nav> </div> </div> </div> </div> </div> <div class="col-xs-1 col-sm-1 col-md-1 col-lg-1 footer-last-logo"> <a href="https://home.cern/" title="CERN" target="_blank"><img src="/themes/custom/cern-theme/logo.svg" alt="CERN"/></a> </div> </div> <div class="copy-wrapper light"> <a href="https://copyright.web.cern.ch/"> Copyright </a> © 2024 CERN</div> </footer> </div> <div class="b-accessibility-menu__button js-accessibility-btn am-skip" id="b-accessibility-menu"></div> <div class="b-accessibility-menu__wrapper js-accessibility-menu am-skip"> <div class="b-accessibility-menu am-skip"> <div class="b-accessibility-menu__header am-skip"> <div class="b-accessibility-menu__title am-skip">Accessibility menu</div> <div class="b-accessibility-menu__close js-accessibility-close am-skip"></div> </div> <div class="b-accessibility-menu__content am-skip"> <div class="b-accessibility-menu__items am-skip"> <div class="b-accessibility-menu__item-wrapper am-skip"> <div class="b-accessibility-menu__item am-skip type-contrast" data-type="contrast" data-title="Contrast settings"> <div class="b-accessibility-menu__title am-skip"><span class="am-skip">Contrast settings</span></div> <div class="b-accessibility-menu__links am-skip"> <div class="b-accessibility-menu__link js-accessibility-link am-skip" data-title="High contrast"></div> <div class="b-accessibility-menu__link js-accessibility-link am-skip" data-title="Inversion"></div> <div class="b-accessibility-menu__link js-accessibility-link am-skip" data-title="White"></div> <div class="b-accessibility-menu__link js-accessibility-link am-skip" data-title="Comfort"></div> </div> </div> </div> <div class="b-accessibility-menu__item-wrapper am-skip"> <div class="b-accessibility-menu__item am-skip type-font_size" data-type="font_size" data-title="Font size"> <div class="b-accessibility-menu__title am-skip"><span class="am-skip">Font size</span></div> <div class="b-accessibility-menu__links am-skip"> <div class="b-accessibility-menu__link js-accessibility-link am-skip" data-title="Font size"></div> <div class="b-accessibility-menu__link js-accessibility-link am-skip" data-title="Font size"></div> <div class="b-accessibility-menu__link js-accessibility-link am-skip" data-title="Font size"></div> <div class="b-accessibility-menu__link js-accessibility-link am-skip" data-title="Font size"></div> </div> </div> </div> <div class="b-accessibility-menu__item-wrapper am-skip"> <div class="b-accessibility-menu__item am-skip type-letter_spacing" data-type="letter_spacing" data-title="Letter spacing"> <div class="b-accessibility-menu__title am-skip"><span class="am-skip">Letter spacing</span></div> <div class="b-accessibility-menu__links am-skip"> <div class="b-accessibility-menu__link js-accessibility-link am-skip" data-title="Increased interval"></div> <div class="b-accessibility-menu__link js-accessibility-link am-skip" data-title="Moderate interval"></div> <div class="b-accessibility-menu__link js-accessibility-link am-skip" data-title="Wide interval"></div> </div> </div> </div> <div class="b-accessibility-menu__item-wrapper am-skip"> <div class="b-accessibility-menu__item am-skip type-line_height" data-type="line_height" data-title="Line height"> <div class="b-accessibility-menu__title am-skip"><span class="am-skip">Line height</span></div> <div class="b-accessibility-menu__links am-skip"> <div class="b-accessibility-menu__link js-accessibility-link am-skip" data-title="Line height (1.5x)"></div> <div class="b-accessibility-menu__link js-accessibility-link am-skip" data-title="Line height (1.75x)"></div> <div class="b-accessibility-menu__link js-accessibility-link am-skip" data-title="Line height (2x)"></div> </div> </div> </div> <div class="b-accessibility-menu__item-wrapper am-skip"> <div class="b-accessibility-menu__item am-skip type-images" data-type="images" data-title="Images"> <div class="b-accessibility-menu__title am-skip"><span class="am-skip">Images</span></div> <div class="b-accessibility-menu__links am-skip"> <div class="b-accessibility-menu__link js-accessibility-link am-skip" data-title="Grayscale"></div> <div class="b-accessibility-menu__link js-accessibility-link am-skip" data-title="Disabled"></div> </div> </div> </div> <div class="b-accessibility-menu__item-wrapper am-skip"> <div class="b-accessibility-menu__item am-skip type-font_style" data-type="font_style" data-title="Font"> <div class="b-accessibility-menu__title am-skip"><span class="am-skip">Font</span></div> <div class="b-accessibility-menu__links am-skip"> <div class="b-accessibility-menu__link js-accessibility-link am-skip" data-title="Serif"></div> <div class="b-accessibility-menu__link js-accessibility-link am-skip" data-title="Sans serif"></div> </div> </div> </div> </div> <div class="b-accessibility-menu__reset js-accessibility-reset am-skip">Reset the settings</div> </div> </div> </div> <script type="application/json" data-drupal-selector="drupal-settings-json">{"path":{"baseUrl":"\/","pathPrefix":"","currentPath":"node\/15140","currentPathIsAdmin":false,"isFront":false,"currentLanguage":"en"},"pluralDelimiter":"\u0003","suppressDeprecationErrors":true,"ajaxPageState":{"libraries":"eJxlkWuOwyAMhC9Ey5GQIU7qrMEIm256-yVNX9r-QOabEQM2kBKqUiQmu4WMpfuk6kAVLVBZMZk0v6qfaQssi4Qk3HMJpNrRRRFTa1B9lSpXbB-KibBRdQlbCRNegxpYV7_zafDp4MNngYnKcjcf-8PYUyI0_wl3J4KiX1gi8Ei68fNEYoTyZciEWqhWNP-xP19oufBYto53CEuLsvkJZ-hsL2HMYYSg_8cONxv1x0-tV-DzA10Gu6yw-THBXneSLP4oTuLcNYFhwAzEr6v2UZAaJX2mvRWnNzXMfm_YdQoVzEaf6pVyZTwfxf1inKXl8P6AL-UPtKPDrg","theme":"cernclean","theme_token":null},"ajaxTrustedUrl":[],"colorbox":{"opacity":"0.85","current":"{current} of {total}","previous":"\u00ab Prev","next":"Next \u00bb","close":"Close","maxWidth":"98%","maxHeight":"98%","fixed":true,"mobiledetect":true,"mobiledevicewidth":"480px"},"matomo":{"disableCookies":false,"trackMailto":true,"trackColorbox":true},"data":{"extlink":{"extTarget":true,"extTargetNoOverride":false,"extNofollow":false,"extNoreferrer":false,"extFollowNoOverride":false,"extClass":"0","extLabel":"(link is external)","extImgClass":false,"extSubdomains":false,"extExclude":"","extInclude":"","extCssExclude":"","extCssExplicit":"","extAlert":false,"extAlertText":"This link will take you to an external web site. We are not responsible for their content.","mailtoClass":"0","mailtoLabel":"(link sends email)","extUseFontAwesome":false,"extIconPlacement":"append","extFaLinkClasses":"fa fa-external-link","extFaMailtoClasses":"fa fa-envelope-o","whitelistedDomains":[]}},"bootstrap":{"forms_has_error_value_toggle":1,"modal_animation":1,"modal_backdrop":"true","modal_focus_input":1,"modal_keyboard":1,"modal_select_text":1,"modal_show":1,"modal_size":"","popover_enabled":1,"popover_animation":1,"popover_auto_close":1,"popover_container":"body","popover_content":"","popover_delay":"0","popover_html":0,"popover_placement":"right","popover_selector":"","popover_title":"","popover_trigger":"click","tooltip_enabled":1,"tooltip_animation":1,"tooltip_container":"body","tooltip_delay":"0","tooltip_html":0,"tooltip_placement":"auto left","tooltip_selector":"","tooltip_trigger":"hover"},"mathjax":{"config_type":0,"config":{"tex2jax":{"inlineMath":[["$","$"],["\\(","\\)"]],"processEscapes":"true"},"showProcessingMessages":"false","messageStyle":"none"}},"statistics":{"data":{"nid":"15140"},"url":"\/core\/modules\/statistics\/statistics.php"},"user":{"uid":0,"permissionsHash":"f525f4f72b1f8f00744826c1e915db4416929091db3787c36c475786f77af2fe"}}</script> <script src="/core/assets/vendor/underscore/underscore-min.js?v=1.13.6"></script> <script src="/core/assets/vendor/once/once.min.js?v=1.0.1"></script> <script src="/core/misc/drupalSettingsLoader.js?v=10.2.8"></script> <script src="/core/misc/drupal.js?v=10.2.8"></script> <script src="/core/misc/drupal.init.js?v=10.2.8"></script> <script src="/core/assets/vendor/tabbable/index.umd.min.js?v=6.2.0"></script> <script src="/core/assets/vendor/js-cookie/js.cookie.min.js?v=3.0.5"></script> <script src="/modules/custom/cern-dev-status/js/cern_dev_status.js?v=3.1.2"></script> <script src="/modules/custom/cern-dev-status/js/cern_dev_status_expand.js?v=3.1.2"></script> <script src="/modules/custom/cern-loading/js/cern_loading.js?sl37c0"></script> <script src="/modules/contrib/colorbox/js/colorbox.js?v=10.2.8"></script> <script src="/modules/contrib/colorbox/styles/default/colorbox_style.js?v=10.2.8"></script> <script src="/libraries/colorbox/jquery.colorbox-min.js?v=10.2.8"></script> <script src="/sites/default/modules/colorbox_inline/js/colorbox_inline.js?sl37c0"></script> <script src="/modules/contrib/matomo/js/matomo.js?v=10.2.8"></script> <script src="/core/misc/progress.js?v=10.2.8"></script> <script src="/themes/contrib/bootstrap/js/misc/progress.js?sl37c0"></script> <script src="/core/assets/vendor/loadjs/loadjs.min.js?v=4.2.0"></script> <script src="/core/misc/debounce.js?v=10.2.8"></script> <script src="/core/misc/announce.js?v=10.2.8"></script> <script src="/core/misc/message.js?v=10.2.8"></script> <script src="/themes/contrib/bootstrap/js/misc/message.js?sl37c0"></script> <script src="/core/misc/ajax.js?v=10.2.8"></script> <script src="/themes/contrib/bootstrap/js/misc/ajax.js?sl37c0"></script> <script src="//framework.web.cern.ch/framework/3.0/js/prism/prism.js"></script> <script src="/themes/custom/cern-base-theme/js/cernbase.js?sl37c0"></script> <script src="/themes/custom/cern-base-theme/js/components/social-sharing.js?sl37c0"></script> <script src="/themes/custom/cern-base-theme/js/components/footer.js?sl37c0"></script> <script src="/themes/custom/cern-base-theme/js/views/agenda-views.js?sl37c0"></script> <script src="/themes/custom/cern-base-theme/js/views/faq-views.js?sl37c0"></script> <script src="/themes/custom/cern-base-theme/js/views/news-views.js?sl37c0"></script> <script src="/themes/custom/cern-base-theme/js/views/resources-views.js?sl37c0"></script> <script src="/themes/custom/cern-base-theme/js/views/stories-views.js?sl37c0"></script> <script src="/themes/custom/cern-base-theme/js/views/taxonomies-views.js?sl37c0"></script> <script src="/themes/custom/cern-base-theme/js/views/search-views.js?sl37c0"></script> <script src="/themes/custom/cern-base-theme/js/views/common-views.js?sl37c0"></script> <script src="/themes/custom/cern-base-theme/js/box-effects.js?sl37c0"></script> <script src="//framework.web.cern.ch/framework/3.0/js/colorbox/jquery.colorbox-min.js"></script> <script src="//framework.web.cern.ch/framework/3.0/js/scroll-magic/ScrollMagic.min.js"></script> <script src="//framework.web.cern.ch/framework/3.0/js/scroll-magic/text-effects.js"></script> <script src="/themes/custom/cern-theme/js/anchor-fix.js?sl37c0"></script> <script src="/themes/custom/cern-theme/js/cernclean.js?sl37c0"></script> <script src="/modules/contrib/extlink/extlink.js?v=10.2.8"></script> <script src="/modules/contrib/webform/js/webform.behaviors.js?v=10.2.8"></script> <script src="/core/misc/states.js?v=10.2.8"></script> <script src="/themes/contrib/bootstrap/js/misc/states.js?sl37c0"></script> <script src="/modules/contrib/webform/js/webform.states.js?v=10.2.8"></script> <script src="/modules/contrib/webform/modules/webform_bootstrap/js/webform_bootstrap.states.js?v=10.2.8"></script> <script src="/sites/default/modules/skat__obfuscate_email/js/obfuscate_email.js?v=10.2.8"></script> <script src="/themes/custom/cern-base-theme/sass/bootstrap/javascripts/bootstrap.min.js?sl37c0"></script> <script src="/themes/contrib/bootstrap/js/drupal.bootstrap.js?sl37c0"></script> <script src="/themes/contrib/bootstrap/js/attributes.js?sl37c0"></script> <script src="/themes/contrib/bootstrap/js/theme.js?sl37c0"></script> <script src="/themes/contrib/bootstrap/js/popover.js?sl37c0"></script> <script src="/themes/contrib/bootstrap/js/tooltip.js?sl37c0"></script> <script src="/sites/default/modules/mathjax/js/config.js?v=10.2.8"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script src="/sites/default/modules/mathjax/js/setup.js?v=10.2.8"></script> <script src="/core/modules/statistics/statistics.js?v=10.2.8"></script> <script src="/modules/custom/cern-toolbar/assets/js/cern_toolbar.js?v=1.x"></script> <script src="/libraries/codesnippet/lib/highlight/highlight.pack.js?v=10.2.8"></script> <script src="/modules/contrib/codesnippet/js/codesnippet.js?v=10.2.8"></script> </body> </html>