Non Member State Summer Student Program at ISOLDE

Size: px
Start display at page:

Download "Non Member State Summer Student Program at ISOLDE"

Transcription

1 Program at ISOLDE LabVIEW readout of a gauge pressure meter for the VITO beam line. Atomic local studies in Graphene. Diana Sofía Valverde Mendez<dsmendez@princeton.edu> Supervisors: Torben Esmann Mølholt Abel Eduardo Da Silva Fenta August 2016

2 Program at ISOLDE 1 INTRODUCTION 1 Introduction This document is a brief summary of my contributions to CERN during the NMS summer student program. My stay at CERN took place from the 27 th of June until the 19 th of August. During this time I collaborated in the Solid State Physics section of the nuclear research center ISOLDE. I worked under the primary supervision of Dr. Torben Esmann Mølholt and with Mr. Abel Eduardo Da Silva Fenta as a second supervisor. Because of this I had two independent sets of tasks, so I will divide this report in two sections to address both collaborations individually. 1.1 Pressure Gauge Meter readout for VITO beam line using LabVIEW. The VITO beam line is going to be a low energy isotope implantation system for conducting PAC spectroscopy and other characterization and material deposition techniques at ISOLDE. For this purpose a high vacuum is necessary. In order to measure such vacuum different systems are used to obtain an analogue signal proportional to the pressure in the chamber. Such signal is read by a controlling device and it s then transformed to a pressure value. This type of controlling device is called a gauge meter. Usually in the display of such devices the current pressure is displayed. My project was to program a LabVIEW application to read out such a vacuum gauge meter, live plot the pressure as a function of time and create a log with the measured data for future analysis. Although, I had programming experience in other languages, I had no knowledge of LabVIEW before starting, so this was the first challenge to overcome. I followed the LabVIEW Core 1 Participant Guide to get familiarized with the language, and once I felt confident with the basics I proceeded to understand how the gauge meter s drivers worked and to delve deeper into the language using internet forums and tutorials. This ramping up took close to 2 weeks. Afterwards I proceeded to build a basic prototype of the application. The instrument to read out is a Pfeiffer Vacuum Dual Gauge (model TPG 262). This device has two logging channels which can be read out individually. The first LabVIEW prototype did not take advantage of this feature by measuring both channels with the same control circuit. Therefore after receiving feedback from my supervisor I proceeded to separate both channels and create individual controls for both. This presented a challenge since I had to learn how to keep local state variables in LabVIEW and how to control loops running in parallel. Once this was ready, the following step was to create a log file in Excel that would keep a safe record of the measurements. One of the fundamental steps on building a software application is to guarantee that it is stable and that it will not breakdown during operation, this is of particular interest in scientific instrumentation because the experiments are highly sensitive to correct data storage and manipulation. Regarding this aspect, extensive testing was done to guarantee the applications stability and that warning mechanisms were implemented. As a side project we wished to read a second gauge meter (model TPG 362) also from Pfeiffer Vacuum, the main difference between both devices is that the second one is newer and therefore communicates with the computer through a USB protocol, whereas the TPG 262 communicates with the computer through a serial port. I devoted some time in this task, however I was not able to communicate with the TPG 362 device accordingly. In figure 1 the final version of the application is showed. On the left of the screen the plots presented show how the speed of each channel is modified separately and also the pausing mechanism for both channels. On the right side of the screen the Excel log file generated from the program is shown. Notice that both columns are not the same size because of the different sampling rates and pausing functionality. In figures 2 and 3 the front panel of the application is shown, this consists of 2 tabs, one for setting up the connection with the pressure gauge and the other for live pressure monitoring. The connection setup tab consists of a list with all of the available serial ports and error in and out for both channels. Also it has a reset connection button to change the serial port in use. At the beginning of the 2

3 Non Member State Summer Student Program at ISOLDE 2 ATOMIC LOCAL STUDIES ON GRAPHENE Figure 1: LabVIEW application and Excel log for reading out a vacuum pressure gauge meter measurement, the user selects the correct serial port in this tab and then starts the application. The pressure monitor tab holds the controls and plots. Each channel is controlled independently through the control panel on the right, the pause button for stopping temporarily the measurements, a clear graph for resetting the channel to zero and a samples per minute knob for regulating the amount of data recorded. Each channel shows a time stamp with the last reset. At the top of the front panel the log controls are found, a log file path is selected here and the log button resets both channels updating the time stamp. Once the measuring has been completed the user presses the log button once again to save the data (The message in the log button changes to save when pressed). There are two warning LEDs in the bottom to let the user know that the connection with the device failed and when the Reset connection is pressed in the Connection setup tab. 2 Atomic local studies on graphene With my second supervisor, my tasks were related to the experiment he is conducting for his PhD thesis. The objective of the project is to understand the interaction between two dimensional materials and adatoms using Perturbed Angular Correlation (PAC). This interaction refers to how the dopant binds to the sample, its spatial configuration and how it alters the electronic structure and properties of graphene. To this effect, graphene samples on different substrates are implanted with radioactive isotopes and are characterized through PAC measurements at ISOLDE. In this facility beam time is shared between many experiments, not only from people working at CERN but from visiting scientists from all around the world. Therefore beam time is scarce and is often limited to a few days. I was lucky to be at CERN during the beam time assigned for one of this project s round of experiments. For this particular beam time, we worked with graphene on 3 different types of substrate: Quartz, SiO and Cu. First the implantation was done with mercury isotopes 197 and 199 into ice in order to collect the isotopes. The ice with the isotopes was melted and then pipette to the surface of the samples. For me to be able to participate actively during the experimental beam time, first I needed to ramp up my knowledge both on the material and on the characterization technique. To do so I was assigned to do bibliographical research on graphene, PAC, nuclear condensed matter physics, hyperfine interactions, and ISOLDE in general. Regarding graphene, I first had to understand its main characteristics and properties. Then I learned about how to modify and tune these characteristics. Because the main concern of this project is to understand how adatoms modify graphene s electronic structure and how they bind to the lattice, I also learned about the state of the art in this particular field. Afterwards I entered a second stage of research in which the information I was gathering was useful for the analysis of results that would result from the beam time. I learned about how working under ambient conditions affect graphene s properties, this was of 3

4 Program at ISOLDE 2 ATOMIC LOCAL STUDIES ON GRAPHENE Figure 2: Layout and front panel of the application for the TPG 262 connection setup. Figure 3: Layout and front panel for the live pressure monitoring of the gauge meter. 4

5 Non Member State Summer Student Program at ISOLDE 3 SAFETY AND OTHER CONTRIBUTIONS. Figure 4: Poster on Atomic Local Studies on Graphene presented at summer student session. particular importance because during characterization time, the samples are not in vacuum and it was required to understand whether or not the results of the experiment would be sensible to this. Also I researched about how water interacts with graphene, as will be discussed later in this report the way that the mercury isotopes are implanted in the graphene is through radioactive water placed on top of the surface, therefore when analyzing the results of the experiment, it is important to understand how the water modifies the electronic structure and properties of the sample itself. Before beam time, a lot of preparation has to happen. I got to help in this setup by checking that all of the electrical connections and detectors were working properly for the experiment. Also I helped filling up the recipients with the LN2 necessary for the experiment. During beam time I was only allowed to participate shortly in small tasks because of safety regulations. But by being present during the experimental procedures, such as the implantation and sample manipulation in the glove box, and through my supervisor s explanations I learned a lot. Also I got to observe the manipulation of the beam from the ISOLDE control room and the measurement of PAC spectra. All of the results of my bibliographical research as well as the detailed observations of the experiment gathered during beam time have been recorded in a report which I presented to Mr Fenta. From my involvement in this project I presented a poster in the Summer Student Poster session. See figure 4. 3 Safety and other contributions. Although in this report I only detailed on my contributions to each project, working in a large scientific facility like ISOLDE also involves several hazards that require safety training. For this purpose I attended a radioactive safety training, an electrical safety training and attended two sessions of cryogenic safety training, these enabled me to work in a safe way in the lab and to understand the risks surrounding me. Additionally to my main two projects I also got involved in other tasks inherent to a lab environment. I learned about the other experiments at ISOLDE, got a thorough explanation on how Mössbauer spectroscopy works by overseeing the setup of an offline experiment (We were meant to also participate on beam time for this type of spectroscopy, but it got canceled due to personal circumstances). In addition, I also helped during beam time with a magnetic nanoparticles experiment and learned a lot about experimental work in general. 5

6 Program at ISOLDE 5 ACKNOWLEDGMENTS 4 Conclusions A LabVIEW application for reading out the Pfeiffer Vacuum TPG 262 Dual Gauge meter was developed and tested for its future implementation in the VITO beam line at ISOLDE. The pressure is plotted as a function of time and the data is logged in an Excel file. Both channels are sampled independently guaranteeing flexibility in their use. A bibliographical study on graphene, and nuclear condensed matter physics was conducted to obtain the necessary background to fully appreciate the experimental time in ISOLDE hall. Further research on how graphene interacts with water and how it is affected by ambient conditions was done. This will help with the analysis of the results obtained during ISOLDE beam time. I participated actively during the beam time, this was a great opportunity to work as a real scientist and learn more about the PAC technique and to also help in the development of the experiment. Some of the tasks included being present during ice implantation/isotope collection, handling the vacuum valves, liquid nitrogen manipulation and aiding with the sample manipulation once taken to the glove box. From this experience a poster was presented in the summer student poster session, this helped divulge the work being done in ISOLDE regarding Solid State Physics. After the poster session I was approached by two people working at CERN with graphene. I got their and put them in contact with Mr. Fenta. While presenting several other people told me that they had no idea that solid state physics experiments were being performed at CERN. Thus this type of poster sessions help to inform people about what is being done at CERN and expand my professional network for future possible collaborations. As part of the ISOLDE summer program I presented a talk during the weekly ISOLDE group meeting regarding my contributions to the group during my stay and how these experiences related to what I expected from the program. Both this presentation and the poster session were great opportunities to improve my scientific communication skills. Overall I think that my NMS student program at CERN gave me a broader picture of what it is like to be a full time physicist and helped me grow both in a professional and personal level. Particularly meeting people from all over the world and sharing with them lectures and working side by side with them was an amazing experience that can only be found in large international collaborations like CERN. 5 Acknowledgments I wish to express my gratitude to my supervisors for all the help, support and knowledge given to me during this weeks, to ISOLDE and the people working there for receiving me and for providing such interesting projects, to CERN and all the people involved in making this incredible experience happen and to my home university, Universidad de Costa Rica, for giving me the permission to attend this activity and pause momentarily my studies. 6

VELA. Getting started with the VELA Versatile Laboratory Aid. Paul Vernon

VELA. Getting started with the VELA Versatile Laboratory Aid. Paul Vernon VELA Getting started with the VELA Versatile Laboratory Aid Paul Vernon Contents Preface... 3 Setting up and using VELA... 4 Introduction... 4 Setting VELA up... 5 Programming VELA... 6 Uses of the Programs...

More information

Cleaning Electronegative Contamination from Gaseous Xenon Through Cryogenic Pumping

Cleaning Electronegative Contamination from Gaseous Xenon Through Cryogenic Pumping Cleaning Electronegative Contamination from Gaseous Xenon Through Cryogenic Pumping Ashton Rutkowski, Columbia University, REU Program, August 7, 2015 Dark Matter Percentage of Observable Universe Baryonic

More information

AC : SOFTLAB VIRTUAL LABORATORY ENVIRONMENT. THERMODYNAMICS EXAMPLES

AC : SOFTLAB VIRTUAL LABORATORY ENVIRONMENT. THERMODYNAMICS EXAMPLES AC 2007-1912: SOFTLAB VIRTUAL LABORATORY ENVIRONMENT. THERMODYNAMICS EXAMPLES Gerald Rothberg, Stevens Institute of Technology Gerald Rothberg is a professor of physics and a professor of materials engineering

More information

Bremsstrahlung Luminosity Monitoring for SCRIT Project (Report part II)

Bremsstrahlung Luminosity Monitoring for SCRIT Project (Report part II) Bremsstrahlung Luminosity Monitoring for SCRIT Project (Report part II) (Report part II) 1 Introduction 1.1 The SCRIT project 1.2 This Sub-project 1.3 ELPH in Sendai 1.4 RIKEN in Tokyo 1.5 Divided report

More information

Photoluminescence Spectrometer (FLS980)

Photoluminescence Spectrometer (FLS980) Photoluminescence Spectrometer (FLS980) Instrument Summary: The Edinburgh Instruments FLS980 photoluminescence spectrometer offers both steady state and time resolved (lifetime) fluorescence spectroscopy

More information

Chemistry with Spanish for Science

Chemistry with Spanish for Science Programme Specification (Undergraduate) Chemistry with Spanish for Science This document provides a definitive record of the main features of the programme and the learning outcomes that a typical student

More information

Read Hewitt Chapter 33

Read Hewitt Chapter 33 Cabrillo College Physics 10L LAB 6 Radioactivity Read Hewitt Chapter 33 Name What to BRING TO LAB: Any suspicious object that MIGHT be radioactive. What to explore and learn An amazing discovery was made

More information

Calculating Average Speed and Comparing Kinetic and Potential Energy

Calculating Average Speed and Comparing Kinetic and Potential Energy Calculating Average Speed and Comparing Kinetic and Potential Energy Author: Matthew Kurth Grade Level: pre-ap 6 th grade Science (45 minute class) Sources: CPO Science (Force and Motion) o Curriculum

More information

CHEMISTRY 130 General Chemistry I. Radioisotopes

CHEMISTRY 130 General Chemistry I. Radioisotopes CHEMISTRY 130 General Chemistry I Radioisotopes Positron Emission Tomography or PET scans use the radioisotope 18 F to create an image of the brain. DEPARTMENT OF CHEMISTRY UNIVERSITY OF KANSAS Radioisotopes

More information

Waters GPC User Guide and Tutorial for Using the GPC in the Reynolds Research Group 2 nd Edition: April 2012

Waters GPC User Guide and Tutorial for Using the GPC in the Reynolds Research Group 2 nd Edition: April 2012 Waters GPC User Guide and Tutorial for Using the GPC in the Reynolds Research Group 2 nd Edition: April 2012 Georgia Institute of Technology School of Chemistry & Biochemistry School of Materials Science

More information

Appendix A. LabView programs. The block diagram of the main Rydberg experiment LabVIEW program is shown in figure A.1.

Appendix A. LabView programs. The block diagram of the main Rydberg experiment LabVIEW program is shown in figure A.1. Appendix A LabView programs The block diagram of the main Rydberg experiment LabVIEW program is shown in figure A.1. Figure A.1: The block diagram of the main Rydberg experiment LabVIEW program. In the

More information

Nuclear Science Merit Badge Workbook

Nuclear Science Merit Badge Workbook Merit Badge Workbook This workbook can help you but you still need to read the merit badge pamphlet. This Workbook can help you organize your thoughts as you prepare to meet with your merit badge counselor.

More information

Activity 1: Investigating Temperature

Activity 1: Investigating Temperature Contents Activity Overview... 5 Quick Start Guide... 5 Software Installation... 5 Hardware Setup... 6 mytemp Getting Started Program... 10 General Tips and Tricks... 11 Activity 1: Investigating Temperature...

More information

The purpose of this lab is to investigate phases of matter, temperature, and heat energy.

The purpose of this lab is to investigate phases of matter, temperature, and heat energy. 9460218_CH07_p081-090.qxd 1/20/10 9:46 PM Page 81 7 TEMPERATURE AND HEAT PURPOSE The purpose of this lab is to investigate phases of matter, temperature, and heat energy. SIMULATIONS States of Matter Figure

More information

arxiv: v1 [physics.ins-det] 12 Jul 2015 S. Sahu a, M. R. Bhuyan b, Sharmili Rudra c, S. Biswas b,, B. Mohanty b, P. K.

arxiv: v1 [physics.ins-det] 12 Jul 2015 S. Sahu a, M. R. Bhuyan b, Sharmili Rudra c, S. Biswas b,, B. Mohanty b, P. K. RD51-NOTE-2015-004 Design and fabrication of a data logger for atmospheric pressure, temperature and relative humidity for gas-filled detector development arxiv:1507.03575v1 [physics.ins-det] 12 Jul 2015

More information

BioMechanics and BioMaterials Lab (BME 541) Experiment #5 Mechanical Prosperities of Biomaterials Tensile Test

BioMechanics and BioMaterials Lab (BME 541) Experiment #5 Mechanical Prosperities of Biomaterials Tensile Test BioMechanics and BioMaterials Lab (BME 541) Experiment #5 Mechanical Prosperities of Biomaterials Tensile Test Objectives 1. To be familiar with the material testing machine(810le4) and provide a practical

More information

PHY3901 PHY3905. Hall effect and semiconductors Laboratory protocol

PHY3901 PHY3905. Hall effect and semiconductors Laboratory protocol PHY3901 PHY3905 Hall effect and semiconductors Laboratory protocol PHY3901 PHY3905 Hall effect and semiconductors Laboratory protocol Objectives Observe and qualitatively understand the phenomenon of transverse

More information

Student Projects for

Student Projects for MINERALS RESOURCES Student Projects for 2016-17 The CSIRO On-line Analysis (OLA) Group offers opportunities for students to undertake applied physics research projects at our Lucas Heights laboratories.

More information

Software BioScout-Calibrator June 2013

Software BioScout-Calibrator June 2013 SARAD GmbH BioScout -Calibrator 1 Manual Software BioScout-Calibrator June 2013 SARAD GmbH Tel.: ++49 (0)351 / 6580712 Wiesbadener Straße 10 FAX: ++49 (0)351 / 6580718 D-01159 Dresden email: support@sarad.de

More information

Dear Teacher, Overview Page 1

Dear Teacher, Overview Page 1 Dear Teacher, You are about to involve your students in one of the most exciting frontiers of science the search for other worlds and life in solar systems beyond our own! Using the MicroObservatory telescopes,

More information

Bringing high energy physics to the classroom with HY.P.A.T.I.A.

Bringing high energy physics to the classroom with HY.P.A.T.I.A. EPJ Web of Conferences 71, 00137 (2014) DOI: 10.1051/ epjconf/ 20147100137 C Owned by the authors, published by EDP Sciences, 2014 Bringing high energy physics to the classroom with HY.P.A.T.I.A. Stylianos

More information

Activity 2 MODELING LAB

Activity 2 MODELING LAB Activity 2 MODELING LAB PURPOSE. This activity sets up the rest of the ExoLab investigation, and is intended to help your students predict what the signal of an alien world might look like. They use the

More information

XR Analog Clock - Manual Setting Model Troubleshooting Guide

XR Analog Clock - Manual Setting Model Troubleshooting Guide Primex XR 72MHz Synchronized Time Solution XR Analog Clock - Manual Setting Model Troubleshooting Guide 2018 Primex. All Rights Reserved. The Primex logo is a registered trademark of Primex. All other

More information

CHEMISTRY 170. Radioisotopes

CHEMISTRY 170. Radioisotopes CHEMISTRY 170 Radioisotopes Positron Emission Tomography or PET scans use the radioisotope 18 F to create an image of the brain. DEPARTMENT OF CHEMISTRY UNIVERSITY OF KANSAS Radioisotopes Introduction

More information

RADIATION SAFETY GUIDELINES FOR NON-USERS

RADIATION SAFETY GUIDELINES FOR NON-USERS RADIATION SAFETY GUIDELINES FOR NON-USERS This is a Read and Sign Awareness Training document. You should read and sign this document if you: 1. DO NOT work directly with radioactive materials, but 2.

More information

Introduction to Measurements of Physical Quantities

Introduction to Measurements of Physical Quantities 1 Goal Introduction to Measurements of Physical Quantities Content Discussion and Activities PHYS 104L The goal of this week s activities is to provide a foundational understanding regarding measurements

More information

Empirical Gas Laws (Parts 1 and 2) Pressure-volume and pressure-temperature relationships in gases

Empirical Gas Laws (Parts 1 and 2) Pressure-volume and pressure-temperature relationships in gases Empirical Gas Laws (Parts 1 and 2) Pressure-volume and pressure-temperature relationships in gases Some of the earliest experiments in chemistry and physics involved the study of gases. The invention of

More information

Performance script for sixth graders By Thomas Kuo and Kimberly Kline LEAPS Fellows, University of California, Santa Barbara

Performance script for sixth graders By Thomas Kuo and Kimberly Kline LEAPS Fellows, University of California, Santa Barbara Performance script for sixth graders By Thomas Kuo and Kimberly Kline LEAPS Fellows, 2007-08 University of California, Santa Barbara [Remember to get answers from a wide variety of students in the audience.

More information

Bay Area Scientists in Schools Presentation Plan

Bay Area Scientists in Schools Presentation Plan Bay Area Scientists in Schools Presentation Plan Lesson Name Presenter(s) Grade Level 3rd Melting, Freezing, and More!: Phase Transitions Steven Scroggins, Ailey Crow, Tom Holcombe, and Terence Choy California

More information

Chapter 6. Net or Unbalanced Forces. Copyright 2011 NSTA. All rights reserved. For more information, go to

Chapter 6. Net or Unbalanced Forces. Copyright 2011 NSTA. All rights reserved. For more information, go to Chapter 6 Net or Unbalanced Forces Changes in Motion and What Causes Them Teacher Guide to 6.1/6.2 Objectives: The students will be able to explain that the changes in motion referred to in Newton s first

More information

Effective January 2008 All indicators in Standard / 11

Effective January 2008 All indicators in Standard / 11 Scientific Inquiry 8-1 The student will demonstrate an understanding of technological design and scientific inquiry, including process skills, mathematical thinking, controlled investigative design and

More information

Alpha-Energies of different sources with Multi Channel Analyzer

Alpha-Energies of different sources with Multi Channel Analyzer Physical Structure of Matter Radioactivity Alpha-Energies of different sources with Multi Channel Analyzer What you can learn about Decay series Radioactive equilibrium Isotopic properties Decay energy

More information

Electrical and Magnetic Properties of High Temperature Superconductors Using Varying forms of Data Acquisition

Electrical and Magnetic Properties of High Temperature Superconductors Using Varying forms of Data Acquisition Journal of the Advanced Undergraduate Physics Laboratory Investigation Volume 1 Issue 1 Article 3 2013 Electrical and Magnetic Properties of High Temperature Superconductors Using Varying forms of Data

More information

2) Estimate your annual radiation dose from background radiation.

2) Estimate your annual radiation dose from background radiation. Cabrillo College Physics 2B Radioactivity Name What to explore and learn An amazing discovery was made about 100 years ago: that some kind of rays came out of matter which could penetrate through solid

More information

Alpha-energies of different sources with Multi Channel Analyzer (Item No.: P )

Alpha-energies of different sources with Multi Channel Analyzer (Item No.: P ) Alpha-energies of different sources with Multi Channel Analyzer (Item No.: P2522015) Curricular Relevance Area of Expertise: ILIAS Education Level: Physik Topic: Hochschule Subtopic: Moderne Physik Experiment:

More information

Dielectric Analysis of Insulation Liquids

Dielectric Analysis of Insulation Liquids using Liquid Test Fixture 16451A from Keysight By Britta Pfeiffer 2018 by OMICRON Lab V1.0 Visit www.omicron-lab.com for more information. Contact support@omicron-lab.com for technical support. Page 2

More information

SYLLABUS FINDING NANO Syllabus NanoSCI DISCOVERING NANOTECHNOLOGY AND CULTURE IN GERMANY

SYLLABUS FINDING NANO Syllabus NanoSCI DISCOVERING NANOTECHNOLOGY AND CULTURE IN GERMANY 1. Syllabus NanoSCI Course title: NanoSCI - Electronic Properties of Nanoengineered Materials Catalog description: Physics and technology of nanoengineered materials and devices. Semiconductor nanostructures.

More information

Incorporating measurement standards for sound power in an advanced acoustics laboratory course

Incorporating measurement standards for sound power in an advanced acoustics laboratory course Incorporating measurement standards for sound power in an advanced acoustics laboratory course Kent L. Gee Citation: Proc. Mtgs. Acoust. 30, 040001 (2017); doi: 10.1121/2.0000523 View online: http://dx.doi.org/10.1121/2.0000523

More information

Exercise 2-4. Titration of a Buffer Solution EXERCISE OBJECTIVES

Exercise 2-4. Titration of a Buffer Solution EXERCISE OBJECTIVES Exercise 2-4 Titration of a Buffer Solution EXERCISE OBJECTIVES To define the terms buffer solution and buffer capacity; To titrate a buffer solution with a weak acid solution; To plot a graph using the

More information

Exercise 2-2. Titration of a Strong Acid EXERCISE OBJECTIVES

Exercise 2-2. Titration of a Strong Acid EXERCISE OBJECTIVES Exercise 2-2 Titration of a Strong Acid EXERCISE OBJECTIVES To describe the effect of a ph variation on a chemical indicator; To titrate water containing a strong base solution with a strong acid solution;

More information

Acid/Base Interactions

Acid/Base Interactions Acid/Base Interactions Name Lab Section Log on to the Internet. Type the following address into the location-input line of your browser: http://cheminfo.chem.ou.edu/~mra/ccli2004/acids+bm.htm This will

More information

Calibration Routine. Store in HDD. Switch "Program Control" Ref 1/ Ref 2 Manual Automatic

Calibration Routine. Store in HDD. Switch Program Control Ref 1/ Ref 2 Manual Automatic 4.2 IMPLEMENTATION LABVIEW 4.2.1 LabVIEW features LabVIEW (short for Laboratory Virtual Instrument Engineering Workbench) originally released for the Apple Macintosh in 1986. It is a highly productive

More information

Lab Activity H4 It s Snow Big Deal

Lab Activity H4 It s Snow Big Deal Lab Activity H4 It s Snow Big Deal OUTCOMES After completing this lab activity, the student should be able to use computer-based data acquisition techniques to measure temperatures. draw appropriate conclusions

More information

Classifying Matter. What is matter?

Classifying Matter. What is matter? What do ice cream, root beer, and carbon dioxide gas have in common? Not only do these ingredients combine to make a good treat on a hot, summer day, but they are also made of matter. Matter can be found

More information

ARCGIS TRAINING AT KU GIS LABS: INTRODUCTION TO GIS: EXPLORING ARCCATALOG AND ARCGIS TOOLS

ARCGIS TRAINING AT KU GIS LABS: INTRODUCTION TO GIS: EXPLORING ARCCATALOG AND ARCGIS TOOLS PHASE 1_3 rd SESSION ARCGIS TRAINING AT KU GIS LABS: INTRODUCTION TO GIS: EXPLORING ARCCATALOG AND ARCGIS TOOLS 3 rd SESSION REPORT: 25 TH -27 TH JUNE 2014 SCHOOL OF ENVIRONMENTAL STUDIES COMPUTER LAB

More information

SAMPLE PAGES. Hazard Communication Program. [Company name]

SAMPLE PAGES. Hazard Communication Program. [Company name] The safety and health of our employees are our top priority. Everyone goes home safe and healthy everyday. Hazard Communication Program [Company name] [Date Authorized] [Version} Page 0 Table of Contents

More information

a computer running the CLEA activity The Large Scale Structure of the Universe. a computer running a spreadsheet program

a computer running the CLEA activity The Large Scale Structure of the Universe. a computer running a spreadsheet program TAP 704-5: Red shift The CLEA software enables you to simulate controlling a telescope so that it points at a selected galaxy, and then using a spectrometer to record the light received over a range of

More information

22.S902 IAP 2015 (DIY Geiger Counters), Lab 1

22.S902 IAP 2015 (DIY Geiger Counters), Lab 1 22.S902 IAP 2015 (DIY Geiger Counters), Lab 1 Due January 12th January 7, 2015 In these laboratory exercises, you will fully characterize your Geiger counters, the background in the room, and your shielding.

More information

Dielectric Analysis of Solid Insulations

Dielectric Analysis of Solid Insulations using Dielectric Test Fixture 16451B from Keysight By Britta Pfeiffer 2018 by OMICRON Lab V2.0 Visit www.omicron-lab.com for more information. Contact support@omicron-lab.com for technical support. Page

More information

beta-nmr: from nuclear physics to biology

beta-nmr: from nuclear physics to biology beta-nmr: from nuclear physics to biology University of Copenhagen CERN KU Leuven M. Stachura, L. Hemmingsen D. Yordanov M. Bissell, G. Neyens Free University Berlin University of Saarland University of

More information

UNL71 Physics. About the Course. Aim. Structure

UNL71 Physics. About the Course. Aim. Structure UNL71 Physics About the Course The unit is a preparatory physics unit designed to help you gain the necessary knowledge to enter into a tertiary study. This unit provides a foundation for the study of

More information

Experiment 14 It s Snow Big Deal

Experiment 14 It s Snow Big Deal Experiment 14 It s Snow Big Deal OUTCOMES After completing this experiment, the student should be able to: use computer-based data acquisition techniques to measure temperatures. draw appropriate conclusions

More information

Laboratory instruction SENSOR DEVICES

Laboratory instruction SENSOR DEVICES Laboratory instruction SENSOR DEVICES Examination: It is compulsory to attend the laboratory work. A set of given questions should be answered and should be handed in by each lab group at the end of the

More information

Programme Specification (Undergraduate) Chemistry

Programme Specification (Undergraduate) Chemistry Programme Specification (Undergraduate) BSc Chemistry This document provides a definitive record of the main features of the programme and the learning outcomes that a typical student may reasonably be

More information

THE VERNIER SYSTEM AT THE FACULTY OF AERONAUTICS

THE VERNIER SYSTEM AT THE FACULTY OF AERONAUTICS Volume 10, Number 1, 2017 THE VERNIER SYSTEM AT THE FACULTY OF AERONAUTICS Kristína Budajová, Eva Komová, Štefan Berežný, Henrich Glaser-Opitz Abstract: This article describes an educational challenge

More information

Why Chemistry? Why are you sitting in this class? In other words, why chemistry?

Why Chemistry? Why are you sitting in this class? In other words, why chemistry? What s my motivation? Why Chemistry? Why are you sitting in this class? In other words, why chemistry? Task: Write down as many reasons as you can that explain why you are taking this class: (We will also

More information

Lab 5: Calculating an equilibrium constant

Lab 5: Calculating an equilibrium constant Chemistry 162 The following write-up is inaccurate for the particular chemicals we are using. Please have all sections up through and including the data tables ready before class on Wednesday, February

More information

N) manual. Biomaster Operating manual

N) manual. Biomaster Operating manual 830 ual N) manual Operating manual Copyright 2013 Eppendorf AG, Hamburg. No part of this publication may be reproduced without the prior permission of the copyright owner. Trademarks Eppendorf and the

More information

Spacal alignment and calibration

Spacal alignment and calibration Spacal alignment and calibration Sebastian Piec AGH University of Science and Technology Al. Mickiewicza 3, Cracow, Poland Email: sepiec@poczta.onet.pl The main purpose of my work was alignment and calibration

More information

Motion on a linear air track

Motion on a linear air track Motion on a linear air track Introduction During the early part of the 17 th century, Galileo experimentally examined the concept of acceleration. One of his goals was to learn more about freely falling

More information

CHEM 1C General Chemistry and Qualitative Analysis 5 Unit(s)

CHEM 1C General Chemistry and Qualitative Analysis 5 Unit(s) I. Catalog Information Credit- Degree applicable Effective Quarter: Fall 2014 CHEM 1C General Chemistry and Qualitative Analysis 5 Unit(s) (See general education pages for the requirement this course meets.)

More information

Parts II-V Sabbatical Leave Report

Parts II-V Sabbatical Leave Report Parts II-V Sabbatical Leave Report II. III. Re-statement of Sabbatical Leave Application I propose to spend my sabbatical updating all of the lab manuals for the five physics courses. The lab manuals are

More information

HMS-5000 Manual. Product Name: HMS-5000 Hall Effect Measurement System with variable temperature from 80K to 350K. - Manual version: ver 5.

HMS-5000 Manual. Product Name: HMS-5000 Hall Effect Measurement System with variable temperature from 80K to 350K. - Manual version: ver 5. HMS-5000 Manual Product Name: HMS-5000 Hall Effect Measurement System with variable temperature from 80K to 350K - Manual version: ver 5.01- www.ecopia21.co.kr - Table of contents - 1. Hardware Installation

More information

Atomic and nuclear physics

Atomic and nuclear physics Atomic and nuclear physics X-ray physics Physics of the atomic shell LEYBOLD Physics Leaflets Moseley s law and determination of the Rydberg constant P6.3.3.6 Objects of the experiment Measuring the K-absorption

More information

1. Prepare the MALDI sample plate by spotting an angiotensin standard and the test sample(s).

1. Prepare the MALDI sample plate by spotting an angiotensin standard and the test sample(s). Analysis of a Peptide Sequence from a Proteolytic Digest by MALDI-TOF Post-Source Decay (PSD) and Collision-Induced Dissociation (CID) Standard Operating Procedure Purpose: The following procedure may

More information

Chapter X: Radiation Safety Audit Program

Chapter X: Radiation Safety Audit Program Chapter X: Radiation Safety Audit Program Policy All laboratories using radioactive material shall be reviewed as required by the Illinois Emergency Management Agency (IEMA), Division of Nuclear Safety

More information

Motion II. Goals and Introduction

Motion II. Goals and Introduction Motion II Goals and Introduction As you have probably already seen in lecture or homework, and if you ve performed the experiment Motion I, it is important to develop a strong understanding of how to model

More information

Lab 1f Boiling Heat Transfer Paradox

Lab 1f Boiling Heat Transfer Paradox Lab 1f Boiling Heat Transfer Paradox OBJECTIVES Warning: though the experiment has educational objectives (to learn about boiling heat transfer, etc.), these should not be included in your report. - Obtain

More information

SOTM LAB: P16 OHM S LAW I. TEACHER NOTES & GUIDELINES TITLE OF LAB: Ohm s Law DEVELOPERS OF LAB:

SOTM LAB: P16 OHM S LAW I. TEACHER NOTES & GUIDELINES TITLE OF LAB: Ohm s Law DEVELOPERS OF LAB: SOTM LAB: P16 OHM S LAW I. TEACHER NOTES & GUIDELINES TITLE OF LAB: Ohm s Law DEVELOPERS OF LAB: John Lane, JD853@maristb.marist.edu Taylor Pancoast, JD573@maristb.marist.edu OVERVIEW OF LAB DESCRIPTION

More information

Tele9757 Quantum Communications Course Outline 2015

Tele9757 Quantum Communications Course Outline 2015 Tele9757 Quantum Communications Course Outline 2015 Staff Contact: A/Prof Robert Malaney, Email: r.malaney@unsw.edu.au Course Aim The main aim of this course is to develop amongst students from different

More information

FIELD SPECTROMETER QUICK-START GUIDE FOR FIELD DATA COLLECTION (LAST UPDATED 23MAR2011)

FIELD SPECTROMETER QUICK-START GUIDE FOR FIELD DATA COLLECTION (LAST UPDATED 23MAR2011) FIELD SPECTROMETER QUICK-START GUIDE FOR FIELD DATA COLLECTION (LAST UPDATED 23MAR2011) The ASD Inc FieldSpec Max spectrometer is a precision instrument designed for obtaining high spectral resolution

More information

Chem 1 Kinetics. Objectives. Concepts

Chem 1 Kinetics. Objectives. Concepts Chem 1 Kinetics Objectives 1. Learn some basic ideas in chemical kinetics. 2. Understand how the computer visualizations can be used to benefit the learning process. 3. Understand how the computer models

More information

Determination of the Rydberg constant, Moseley s law, and screening constant (Item No.: P )

Determination of the Rydberg constant, Moseley s law, and screening constant (Item No.: P ) Determination of the Rydberg constant, Moseley s law, and screening constant (Item No.: P2541001) Curricular Relevance Area of Expertise: ILIAS Education Level: Physik Topic: Hochschule Subtopic: Moderne

More information

Store User Guide - Forecasting. Jimmy John s

Store User Guide - Forecasting. Jimmy John s Store User Guide - Forecasting Jimmy John s All rights reserved. This publication contains proprietary information of HotSchedules. No part of this publication may be reproduced, stored in a retrieval

More information

Thank you for your purchase!

Thank you for your purchase! Thank you for your purchase! Please be sure to save a copy this document to your local computer. This activity is copyrighted by the AIMS Education Foundation. All rights reserved. No part of this work

More information

Research Physicist Field of Nuclear physics and Detector physics. Developing detector for radiation fields around particle accelerators using:

Research Physicist Field of Nuclear physics and Detector physics. Developing detector for radiation fields around particle accelerators using: Christopher Cassell Research Physicist Field of Nuclear physics and Detector physics Developing detector for radiation fields around particle accelerators using: Experimental data Geant4 Monte Carlo Simulations

More information

Coulomb s Law Mini-Lab

Coulomb s Law Mini-Lab Setup Name Per Date Coulomb s Law Mini-Lab On a fresh piece of notebook paper, write the above title, name, date, and period. Be sure to put all headings, Roman numerals and regular numbers on your paper.

More information

NGN PhD Studentship Proposal

NGN PhD Studentship Proposal NGN PhD Studentship Proposal Note that proposals will be assessed against both the quality of the scientific content and of the proposed training experience. Proposed supervisors (lead first) Dr Laura

More information

SYRACUSE UNIVERSITY RADIATION PROTECTION PROGRAM APPLICATION FOR USE OF RADIOACTIVE MATERIALS

SYRACUSE UNIVERSITY RADIATION PROTECTION PROGRAM APPLICATION FOR USE OF RADIOACTIVE MATERIALS SYRACUSE UNIVERSITY RADIATION PROTECTION PROGRAM APPLICATION FOR USE OF RADIOACTIVE MATERIALS Please submit the completed application form and any attachments to the Environmental Health & Safety Services

More information

Physics Fall Semester. Sections 1 5. Please find a seat. Keep all walkways free for safety reasons and to comply with the fire code.

Physics Fall Semester. Sections 1 5. Please find a seat. Keep all walkways free for safety reasons and to comply with the fire code. Physics 222 2018 Fall Semester Sections 1 5 Please find a seat. Keep all walkways free for safety reasons and to comply with the fire code. Electronic Devices Please separate your professional from your

More information

Z -LYTE Assay Setup Guide on the BMG LABTECH CLARIOstar Reader

Z -LYTE Assay Setup Guide on the BMG LABTECH CLARIOstar Reader 08 Jan 15 Page 1 of 18 Z -LYTE Assay Setup Guide on the BMG LABTECH CLARIOstar Reader The BMG LABTECH CLARIOstar Microplate Readers were tested for compatibility with the Life Technologies Z -LYTE Assay

More information

In Association With. Introduces. TPT Contractor

In Association With. Introduces. TPT Contractor In Association With Introduces TPT Contractor Software for Contractors with TENSIONMETERS Table of Contents Capabilities 4 Setup and Use 7 The Dashboard 12 Tower Setup Form 18 Field Calibration Verification

More information

BASIC TECHNOLOGY Pre K starts and shuts down computer, monitor, and printer E E D D P P P P P P P P P P

BASIC TECHNOLOGY Pre K starts and shuts down computer, monitor, and printer E E D D P P P P P P P P P P BASIC TECHNOLOGY Pre K 1 2 3 4 5 6 7 8 9 10 11 12 starts and shuts down computer, monitor, and printer P P P P P P practices responsible use and care of technology devices P P P P P P opens and quits an

More information

Featured Alumna Sarah Caudill ( 06)

Featured Alumna Sarah Caudill ( 06) Featured Alumna Sarah Caudill ( 06) As a high school student applying to colleges, I had a choice between Stetson and the University of Florida. I reasoned that I would receive a more personalized education

More information

Motivating Questions: How many hurricanes happen in a year? Have the number of hurricanes per year changed over time?

Motivating Questions: How many hurricanes happen in a year? Have the number of hurricanes per year changed over time? Hurricanes Over Time Materials For the leader: Projector Whiteboard to project data graph onto For the activity: Graphing paper Markers Globe Copy of data cards Overview Hurricanes occur in the North Atlantic

More information

LAB 01 Electrostatic Charge

LAB 01 Electrostatic Charge LAB 01 Electrostatic Charge Group: (Lab section plus Group letter; for instance 01A for lab section 01, group A) Names: (Principle Coordinator) (Lab Partner) (Lab Partner) Directions: Everyone in your

More information

QuantumMCA QuantumNaI QuantumGe QuantumGold

QuantumMCA QuantumNaI QuantumGe QuantumGold QuantumMCA QuantumNaI QuantumGe QuantumGold Berkeley Nucleonics Corporation (San Rafael, CA) and Princeton Gamma Tech (Princeton, NJ) have partnered to offer gamma spectroscopy with either germanium or

More information

WeatherHawk Weather Station Protocol

WeatherHawk Weather Station Protocol WeatherHawk Weather Station Protocol Purpose To log atmosphere data using a WeatherHawk TM weather station Overview A weather station is setup to measure and record atmospheric measurements at 15 minute

More information

HMS-5000 Manual. Product Name: HMS-5000 Hall Effect Measurement System with variable temperature from 80K to 350K. - Manual version: ver 5.

HMS-5000 Manual. Product Name: HMS-5000 Hall Effect Measurement System with variable temperature from 80K to 350K. - Manual version: ver 5. HMS-5000 Manual Product Name: HMS-5000 Hall Effect Measurement System with variable temperature from 80K to 350K - Manual version: ver 5.01- www.ecopia21.co.kr - Table of contents - 1. Hardware Installation

More information

3. Chemical Hygiene Plan: Laboratory Standard Operating Procedures. A. Laboratory Specific Information and Signatures

3. Chemical Hygiene Plan: Laboratory Standard Operating Procedures. A. Laboratory Specific Information and Signatures 3. Chemical Hygiene Plan: Laboratory Standard Operating Procedures A. Laboratory Specific Information and Signatures The Chemical Hygiene Plan: Laboratory Standard Operating Procedures (section 3 only),

More information

QUALIFICATION SPECIFICATION

QUALIFICATION SPECIFICATION QUALIFICATION SPECIFICATION Nuclear & Integrated Nuclear Engineering & Science (RQF) ECITB Level 3 Certificate in Nuclear Engineering & Science (RQF) ECITB Level 3 Diploma in Nuclear Engineering & Science

More information

Date: Summer Stem Section:

Date: Summer Stem Section: Page 1 of 7 Name: Date: Summer Stem Section: Summer assignment: Build a Molecule Computer Simulation Learning Goals: 1. Students can describe the difference between a molecule name and chemical formula.

More information

Atomic and nuclear physics

Atomic and nuclear physics Atomic and nuclear physics X-ray physics Attenuation of x-rays LEYBOLD Physics Leaflets P6.3.2.2 Investigating the wavelength dependency of the coefficient of attenuation Objects of the experiment To measure

More information

TECHNICAL MANUAL 820 LX / 910 LX / 1300 LX

TECHNICAL MANUAL 820 LX / 910 LX / 1300 LX TECHNICAL MANUAL 820 LX / 910 LX / 1300 LX LANCER reserves the right to modify, constantly its documentation for its improvement. The values of adjustments indicated in the displays of this manual are

More information

Circuit Analysis and Ohm s Law

Circuit Analysis and Ohm s Law Study Unit Circuit Analysis and Ohm s Law By Robert Cecci Circuit analysis is one of the fundamental jobs of an electrician or electronics technician With the knowledge of how voltage, current, and resistance

More information

BTEC Level 3 Extended Diploma in. Applied Science

BTEC Level 3 Extended Diploma in. Applied Science BTEC Level 3 Extended Diploma in Applied Science Pre-Enrolment Induction Task Summer 2016 In order to get you fully prepared for your BTEC Applied Science Course, we have set you the following tasks. We

More information

University Studies Natural Science Course Renewal

University Studies Natural Science Course Renewal Chemistry 213: Principles of Chemistry II (Lecture and Lab - 4 s.h.) The purpose of this general chemistry course is to provide students with the knowledge to understand and appreciate our world/universe

More information

Cosmic Ray Detector Software

Cosmic Ray Detector Software Cosmic Ray Detector Software Studying cosmic rays has never been easier Matthew Jones Purdue University 2012 QuarkNet Summer Workshop 1 Brief History First cosmic ray detector built at Purdue in about

More information

Connecticut Common Core Algebra 1 Curriculum. Professional Development Materials. Unit 8 Quadratic Functions

Connecticut Common Core Algebra 1 Curriculum. Professional Development Materials. Unit 8 Quadratic Functions Connecticut Common Core Algebra 1 Curriculum Professional Development Materials Unit 8 Quadratic Functions Contents Activity 8.1.3 Rolling Ball CBR Activity 8.1.7 Galileo in Dubai Activity 8.2.3 Exploring

More information

(Refer Slide Time: 00:10)

(Refer Slide Time: 00:10) Chemical Reaction Engineering 1 (Homogeneous Reactors) Professor R. Krishnaiah Department of Chemical Engineering Indian Institute of Technology Madras Lecture No 10 Design of Batch Reactors Part 1 (Refer

More information