Language: English Lecturer: Gianni de Fabritiis. Teaching staff: Language: English Lecturer: Jordi Villà i Freixa

Size: px
Start display at page:

Download "Language: English Lecturer: Gianni de Fabritiis. Teaching staff: Language: English Lecturer: Jordi Villà i Freixa"

Transcription

1 MSI: Molecular Simulations Descriptive details concerning the subject: Name of the subject: Molecular Simulations Code : MSI Type of subject: Optional ECTS: 5 Total hours: Scheduling: 11:00-13:00 Course: 1 st course Time: 2nd trimester Coordination: Jordi Villà i Freixa Department: Ciències Experimentals i de la Salut Room: Mar Teaching staff: Language: English Lecturer: Jordi Villà i Freixa Department: Ciències Experimentals i de la Salut Language: English Lecturer: Gianni de Fabritiis Department: Ciències Experimentals i de la Salut Subject presentation: Molecular Simulations is a subject that represents the bridge between the isolated static representation of biomolecular structures (which is dealt with by the subject Structural Bioinformatics) and the use of this information for drug discovery and design (dealt with by the subject Computer Assisted Drug Discovery). The subject shows the student the way to use structural information, along with basic physical laws and more complex statistical thermodynamics tools, to obtain the relevant free energy values that will be comparable with several types of experimental information. The subject, however, does not restrict to concepts on simulations of biomolecular 3D structures, but tries to introduce the student to the general concepts of stochastic process, Monte Carlo approaches, sampling, and in general of simulation theory. This is an specialized subject, not critial but desirable to reach an appropriate level of understanding of the tools for drug discovery and design and to reach the appropriate knowledge on simulation techniques that may be expanded to the Computational Systems Biology subject. The subject is centered in the understanding of key physical and statistical physics concepts and tools, the application of common software found in the computational biochemistry and biophysics labs around the world as well as the ability to produce small demonstration codes with simple programming. As this is a completely incremental subject, the student is advised of the need of strong interaction with the lecturers and the need of keeping the class material up to date. Prerequisites in order to follow the itinerary:

2 This subject does not have any pre-requisite, although previous programming knowledge and notions of maths and physics are expected Competences to be attained in the subject General competences: Instrumentals: 1. Concept of stochastic process and sampling 2. Concept of free energy Interpersonal: 1. Group work 2. Ability to solve by yourself a given problem Systemic: 1. Analysis and synthesis abilities 2. Ability to search for information Specific: 1. To understand the concept of force field and potential energy surface (PES) 2. To understand and implement the concept of function optimization 3. To understand and implement the concept of numerical integration 4. To understand and implement the concept of thermostat 5. To master the basics of thermodynamics (1st, 2nd and 3rd laws) 6. To understand and apply the concept of partition function 7. To understand the relationship between partition functions and macroscopic thermodynamics state functions (S, H and G) 8. To know the different methods for adding solvation to molecular simulations (continuum, discrete and semidiscrete) 9. To understand the mathematical concept of random distribution and the computational concept of random generator function 10. To understand and apply a Metropolis algorithm 11. Ability to implement a Newtonian algorithm for molecular dynamics 12. To understand the different methods existing for docking calculations 13. To understand and implement simple algorithms for free energy calculations (FEP and umbrella samplig, potential of mean force...) Learning aims: To get the ability to understand, implement and apply molecular simulations to extract macroscopic observables from microscopic details of the dynamics of biomolecules. General assessment criteria: The evaluation will consists in four parts, with percentages of the total grade indicated in the following list: An incrementally built code in Python (or any other language mastered by the student) that will be evaluated regularly (40% of the total grade). The class will be divided in groups of 1-2 people to carry out the programs and the same grade will be given to the members of the group An exercise on small molecule docking (10%) A written term paper on the application of simulation codes to a given problem. The work will be presented in groups of 2 and each student will have a differet assessment depending on their

3 contribution to the article (that should be stated at the end). (30%) A short questions examination on different aspects of the course. The test will be individual. (20%) Competencies evaluation Instrumentals: Proficient reading/writing/listening scientific English related to the subject Expertise in UNIX syntax Expertise in at least one programming language (C, Perl or Python) Knowledge of office software to do quality scientific presentations and reports Elements of mathematics: concept of derivative and concept of integral Elements of Physics: Newton's law and Coulomb's law Elements of chemistry: pka, nucleophile/electrophile, aminoacids, nucelic acids, sugars Attainment indicator Correct understanding of proposed exercises and correct final presentation Ability to follow the class and exercises without any basic OS related handicap Ability to follow the proposed exercises High quality final presentation Ability to understand new proposed algorithms Ability to understand potential energy functions Ability to understand chemical concepts in the simulations performed Assessment procedure A presentation at the end of the course on a particular subject of interest in the field of molecular simulations. The class will be divided in groups of 3-4 people and the same grade will be given to all the members of the group. (25% of total grade) Implicit in the development of software Implicit in the development of software Implicit in final presentation Implicit in software development Implicit in the exercises A set of pencil and paper and practical exercises (5%) A short questions examination (25%) Scheduling End of term progressive End of term exercises taken during the course and final exam at the end of term. Interpersonal: Group work Ability to do team work both in programming and in preparing final presentation Implicit in developed software (45%) and final presentation

4 5. Ability to solve by yourself a given problem Correct answer of set of pen and pencil exercises and final examination Implicit in exercises and final examination Systemic: Analysis and synthesis abilities Ability to search for information Development of algorithms for proposed problems in molecular simulations Implicit in the software development Written term paper term paper End of term Specific: 1. To understand the concept of force field and potential energy surface (PES) 2. To understand and implement the concept of function optimization 3. To understand and implement the concept of numerical integration 4. To understand and implement the concept of thermostat 5. To master the basics of thermodynamics (1st, 2nd and 3rd laws) 6. To understand and apply the concept of partition function 7. To understand the relationship between partition functions and macroscopic thermodynamics state functions (S, H and G) 8. To know the different methods for adding solvation to molecular simulations (continuum, discrete and semidiscrete) 9. To understand the mathematical concept of random distribution and the computational concept of random generator function 10. To understand and apply a Metropolis algorithm 11. Ability to implement a Newtonian algorithm for molecular dynamics 12. Ability to implement a Brownian algorithm for molecular dynamics 13. To understand the different methods existing for docking calculations 14. To understand and implement simple algorithms for free energy calculations (FEP and umbrella samplig, potential of mean force...) 15. To understand the methods existing for multiscale molecular modelling 17. To understand the methods existing for experimental validation of molecular simulations Contents Contents 1: Block 1: Presentation of toy models for simple algorithms Concepts Procedures Attitudes

5 To abstract from a complex problem a simple entity To create a function determining an energy value for the saved configuration of Calpha s To create a simple algorithm of minimization and implement it in a code The coordinates of a protein will be simplified into the position of the Calpha Using Newton s law we will create a extremely simple initial force field C, Python or Perl will be used to implement a steepest descent algorithm on the saved coordinates To be able to edit a PDB file and extract a simple file with the coordinates of a given atom type To be able to translate structural information into the physical concept of energy To be able to use the basic concepts of algorithmics to create a short code of minimization Contents 2: Block 2: Molecular Dynamics and Monte Carlo simulations Conceptes Procedures Attitudes A simple numerical integrator Using random generators Langevin and Brownian dynamics for implicit inclusion of solvent friction Monte Carlo move The Verlet algorithm will be described and implemented on the beads-spring model To use the intrinsic functions in the selected programming language to generate random numbers Inclusion of the fluctuationdissipation term in the previous MD algorithm Using the same routines substitute the dynamical loop by a Metropolis algorithm to generate new conformations To be able to generate a loop containing the integration algorithm to generate time series of coordinates To be able to implement simple random generators and to understand their concept Being able to control the temperature term by simply adding its effect in the random term To be able to incorporate the Boltzmann term to proper select the probability of new conformations in the simulation Contents 3: Block 3: Basic concepts of statistical mechanics Conceptes Procedures Attitudes The three laws of thermodynamics Partition function Different models for solvation the inclusion of solvation in the simulated system Overview of typical probles in classical thermodynamics; thermic machines; entropy Building the vibrational partition function for a simple system like the beads/spring model A work will be done on the different aspects of solvation methods and their relationship with simulation and thermodynamic quantities To grasp the concepts that are essential to understand molecular simulations. To differentiate energy from free energy To understand how to relate microand macroscopic quantities Being able to get a synthesis of the different methodologies in a critical way

6 Contents 4: Block 4: Running simulations on real systems Concepts Procedures Attitudes Protein structure PDB file format Force fields NAMD and VMD Proteinsmall molecule docking Protein-protein docking Short overview of SBI To play with simple parsers for PDB file Recognizing standard force fields and implementing simple cases Practical training with NAMD and VMD Using AutoDock for practical runs A work will be done to review the recent achievements in the field, paying special attention to the CAPRI expermient To master the different folds one may encounter and to relate the to basic chemical and biochemical principles To be able to understand and implement a simple PDB parser To understand the concept of force field and how it has been implemented in standard programs To run simple simulations of proteins by using a combination of molecular visualization and simulation programs To understand the docking problem and to be able to critically assess the calculation of a given docking problem Being able to get a synthesis of the different methodologies in a critical way Contents 5: Block 5: Complex concepts in molecular simulations Conceptes Procedures Attitudes Free energy simulations and multiscale modelling To implement simple free energy methods (FEP/US, WHAM, PMF) to the outcome of the molecular simulators developed above. To learn ways to coarse grain a given simulation. To understand the sampling problem and ways to overcome its drawbacks To understand the time and space scaling problem in molecular simulations, being able to choose the appropriate technique for each question asked being able to get a synthesis of the different methodologies in a critical way Methodological focus of the subject: The subject focusses on practical implementation of different types of tools for simple molecular simulation protocols. Thus, the methods used are strongly based on the good understanding of basic principles of computer programming. Python will be the main language used in the class, but the students are allowed to do their assignments using any other programming language they master. The programs developed will be complemented by: exercises, individual and for particular chapters/blocks of the course an exam, individual and based on short questions/answers and

7 a term paper on the work done for a particular system The MS code The aim of the subject is not just to get a series of complex concepts but to be able to develop computer code for every proposed simple problem. The subject will be based on an incrementally built Python program (or in any other language the student feels comfortable) that the students will develop through the sessions. Regular checkpoints of the program will be set (see table above) and at those points evaluations of the performance of the student will be carried out. When a particular student has not reached the minimum level of knowledge the program generated by the teacher will be provided to the next checkpoint to be reached independently from the first one.

Topic 2: Energy in Biological Systems

Topic 2: Energy in Biological Systems Topic 2: Energy in Biological Systems Outline: Types of energy inside cells Heat & Free Energy Energy and Equilibrium An Introduction to Entropy Types of energy in cells and the cost to build the parts

More information

Memo: August 27, 2015. To: new or prospective students entering our PhD or MS program who are interested in computer networking.

Memo: August 27, 2015. To: new or prospective students entering our PhD or MS program who are interested in computer networking. Memo: August 27, 2015 To: new or prospective students entering our PhD or MS program who are interested in computer networking. So you want to study networking.congratulations!! In this memo, I identify

More information

CHEMISTRY. Real. Amazing. Program Goals and Learning Outcomes. Preparation for Graduate School. Requirements for the Chemistry Major (71-72 credits)

CHEMISTRY. Real. Amazing. Program Goals and Learning Outcomes. Preparation for Graduate School. Requirements for the Chemistry Major (71-72 credits) CHEMISTRY UW-PARKSIDE 2015-17 CATALOG Greenquist 344 262-595-2326 College: Natural and Health Sciences Degree and Programs Offered: Bachelor of Science Major - Chemistry Minor - Chemistry Certificate -

More information

Data Visualization for Atomistic/Molecular Simulations. Douglas E. Spearot University of Arkansas

Data Visualization for Atomistic/Molecular Simulations. Douglas E. Spearot University of Arkansas Data Visualization for Atomistic/Molecular Simulations Douglas E. Spearot University of Arkansas What is Atomistic Simulation? Molecular dynamics (MD) involves the explicit simulation of atomic scale particles

More information

COURSE PLAN BDA: Biomedical Data Analysis Master in Bioinformatics for Health Sciences. 2015-2016 Academic Year Qualification.

COURSE PLAN BDA: Biomedical Data Analysis Master in Bioinformatics for Health Sciences. 2015-2016 Academic Year Qualification. COURSE PLAN BDA: Biomedical Data Analysis Master in Bioinformatics for Health Sciences 2015-2016 Academic Year Qualification. Master's Degree 1. Description of the subject Subject name: Biomedical Data

More information

BIOINF 525 Winter 2016 Foundations of Bioinformatics and Systems Biology http://tinyurl.com/bioinf525-w16

BIOINF 525 Winter 2016 Foundations of Bioinformatics and Systems Biology http://tinyurl.com/bioinf525-w16 Course Director: Dr. Barry Grant (DCM&B, bjgrant@med.umich.edu) Description: This is a three module course covering (1) Foundations of Bioinformatics, (2) Statistics in Bioinformatics, and (3) Systems

More information

DISTANCE DEGREE PROGRAM CURRICULUM NOTE:

DISTANCE DEGREE PROGRAM CURRICULUM NOTE: Bachelor of Science in Electrical Engineering DISTANCE DEGREE PROGRAM CURRICULUM NOTE: Some Courses May Not Be Offered At A Distance Every Semester. Chem 121C General Chemistry I 3 Credits Online Fall

More information

Chemistry Course Descriptions

Chemistry Course Descriptions Chemistry Course Descriptions Please note: Course numbers and descriptions are given based on the UCF course offerings, if available. Courses Offered UCF BCC CFCC DBCC LSCC SCC VCC CHM 1015 (Pre-College

More information

Russ College of Engineering and Technology. Revised 9/06. 2. Undergraduate GPA of 3.0/4.0 or equivalent.

Russ College of Engineering and Technology. Revised 9/06. 2. Undergraduate GPA of 3.0/4.0 or equivalent. Requirements and Guidelines for the Master of Science Degree in Biomedical Engineering Revised 9/06 I. Minimum Entrance Requirements Admission is subject to final approval by the BME Graduate Committee.

More information

Assessment Method 1: Oral seminar presentation

Assessment Method 1: Oral seminar presentation 2013-2014 Assessment Report College of Sciences & Mathematics Chemistry & Biochemistry Chemistry, Master's Expected Outcome 1: Effective Oral Communication Skills Students in M.S. degree Program will demonstrate

More information

BERKELEY CITY COLLEGE COLLEGE OF ALAMEDA LANEY COLLEGE MERRITT COLLEGE

BERKELEY CITY COLLEGE COLLEGE OF ALAMEDA LANEY COLLEGE MERRITT COLLEGE Biology and Programs Biology Program The Associate of Science Degree for Transfer (AST) in Biology is designed for students who plan to transfer to CSU as biology majors. In this program, they gain exposure

More information

Statistics in Applications III. Distribution Theory and Inference

Statistics in Applications III. Distribution Theory and Inference 2.2 Master of Science Degrees The Department of Statistics at FSU offers three different options for an MS degree. 1. The applied statistics degree is for a student preparing for a career as an applied

More information

Chemistry INDIVIDUAL PROGRAM INFORMATION 2015 2016. 866.Macomb1 (866.622.6621) www.macomb.edu

Chemistry INDIVIDUAL PROGRAM INFORMATION 2015 2016. 866.Macomb1 (866.622.6621) www.macomb.edu Chemistry INDIVIDUAL PROGRAM INFORMATION 2015 2016 866.Macomb1 (866.622.6621) www.macomb.edu Chemistry PROGRAM OPTIONS CREDENTIAL TITLE CREDIT HOURS REQUIRED NOTES Associate of Science Chemistry 64 CONTACT

More information

Study Program Handbook Biochemistry and Cell Biology

Study Program Handbook Biochemistry and Cell Biology Study Program Handbook Biochemistry and Cell Biology Bachelor of Science Jacobs University Undergraduate Handbook BCCB - Matriculation Fall 2015 Page: ii Contents 1 The Biochemistry and Cell Biology (BCCB)

More information

Introduction to Chemistry. Course Description

Introduction to Chemistry. Course Description CHM 1025 & CHM 1025L Introduction to Chemistry Course Description CHM 1025 Introduction to Chemistry (3) P CHM 1025L Introduction to Chemistry Laboratory (1) P This introductory course is intended to introduce

More information

Ph.D. in Bioinformatics and Computational Biology Degree Requirements

Ph.D. in Bioinformatics and Computational Biology Degree Requirements Ph.D. in Bioinformatics and Computational Biology Degree Requirements Credits Students pursuing the doctoral degree in BCB must complete a minimum of 90 credits of relevant work beyond the bachelor s degree;

More information

The content is based on the National Science Teachers Association (NSTA) standards and is aligned with state standards.

The content is based on the National Science Teachers Association (NSTA) standards and is aligned with state standards. Literacy Advantage Physical Science Physical Science Literacy Advantage offers a tightly focused curriculum designed to address fundamental concepts such as the nature and structure of matter, the characteristics

More information

For additional information on the program, see the current university catalog.

For additional information on the program, see the current university catalog. For information call: Tel: (818) 77-81 Fax: (818) 77-08 E-mail: chemistry.office@csun.edu Website: http://www.csun.edu/chemistry Or write: Department of Chemistry and Biochemistry California State University,

More information

COURSE TITLE COURSE DESCRIPTION

COURSE TITLE COURSE DESCRIPTION COURSE TITLE COURSE DESCRIPTION CH-00X CHEMISTRY EXIT INTERVIEW All graduating students are required to meet with their department chairperson/program director to finalize requirements for degree completion.

More information

Admission to the program is guaranteed if a student successfully completes the following requirements: The candidate must achieve the

Admission to the program is guaranteed if a student successfully completes the following requirements: The candidate must achieve the The Combined Plan 212 Hamilton Hall, MC 2807 combinedplan@columbia.edu 1130 Amsterdam Avenue, New York, NY 10027 http://www.studentaffairs.columbia.edu/admissions/combinedplan 2012-13 COMBINED PLAN CURRICULUM

More information

Department of Chemistry and Biochemistry

Department of Chemistry and Biochemistry A required course for Elementary EC- Generalist certification, grades -8 Science certification, and grades -8 Mathematics/Science certification. Prerequisites: PHYS 0, 0, and 0 or PHYS 5/5 or 0, PHYS 5/5

More information

Topic 3b: Kinetic Theory

Topic 3b: Kinetic Theory Topic 3b: Kinetic Theory What is temperature? We have developed some statistical language to simplify describing measurements on physical systems. When we measure the temperature of a system, what underlying

More information

Master in Condensed Matter Physics. Master académique

Master in Condensed Matter Physics. Master académique Master in Condensed Matter Physics Master académique 2 " A research centered university with a personal atmosphere and multicultural flair " Students at the University of Luxembourg 3 Do it like Einstein,

More information

Molecular Docking. - Computational prediction of the structure of receptor-ligand complexes. Receptor: Protein Ligand: Protein or Small Molecule

Molecular Docking. - Computational prediction of the structure of receptor-ligand complexes. Receptor: Protein Ligand: Protein or Small Molecule Scoring and Docking Molecular Docking - Computational prediction of the structure of receptor-ligand complexes Receptor: Protein Ligand: Protein or Small Molecule Protein-Protein Docking Protein-Small

More information

Introduction to Netlogo: A Newton s Law of Gravity Simulation

Introduction to Netlogo: A Newton s Law of Gravity Simulation Introduction to Netlogo: A Newton s Law of Gravity Simulation Purpose Netlogo is an agent-based programming language that provides an all-inclusive platform for writing code, having graphics, and leaving

More information

Comprehensive Course Syllabus

Comprehensive Course Syllabus Comprehensive Course Syllabus Computational Thinking Course Description: The course introduces students to the principles of computational thinking. Computational thinking is a way of solving problems,

More information

Bachelor of Science in Biochemistry and Molecular Biology

Bachelor of Science in Biochemistry and Molecular Biology Bachelor of Science in Biochemistry and Molecular Biology Biochemistry is a subject in life sciences whose objective entails understanding the Molecular Basis of life in plants and animals. It is a multi-disciplinary

More information

BBSRC TECHNOLOGY STRATEGY: TECHNOLOGIES NEEDED BY RESEARCH KNOWLEDGE PROVIDERS

BBSRC TECHNOLOGY STRATEGY: TECHNOLOGIES NEEDED BY RESEARCH KNOWLEDGE PROVIDERS BBSRC TECHNOLOGY STRATEGY: TECHNOLOGIES NEEDED BY RESEARCH KNOWLEDGE PROVIDERS 1. The Technology Strategy sets out six areas where technological developments are required to push the frontiers of knowledge

More information

BIO 361 Biochemistry. Oficina: CABD Building 20 Room 133 First Floor Fall 2015 Email: csanoca@upo.es Thursday 16.00-17-00 Office Hours:

BIO 361 Biochemistry. Oficina: CABD Building 20 Room 133 First Floor Fall 2015 Email: csanoca@upo.es Thursday 16.00-17-00 Office Hours: Centro Universitario Internacional BIO 361 Biochemistry Carlos Santos Ocaña Course Information: Oficina: CABD Building 20 Room 133 First Floor Fall 2015 Email: csanoca@upo.es Thursday 16.00-17-00 Office

More information

Faculty of Applied Sciences. Bachelor s degree programme. Nanobiology. Integrating Physics with Biomedicine

Faculty of Applied Sciences. Bachelor s degree programme. Nanobiology. Integrating Physics with Biomedicine Faculty of Applied Sciences Bachelor s degree programme Nanobiology Integrating Physics with Biomedicine We have just begun to explore life on this level Nanobiology uses the language of maths in the context

More information

M.Sc. in Nano Technology with specialisation in Nano Biotechnology

M.Sc. in Nano Technology with specialisation in Nano Biotechnology M.Sc. in Nano Technology with specialisation in Nano Biotechnology Nanotechnology is all about designing, fabricating and controlling materials, components and machinery with dimensions on the nanoscale,

More information

Bachelor Curriculum in cooperation with

Bachelor Curriculum in cooperation with K 0/675 Bachelor Curriculum in cooperation with Přírodovědecká fakulta, PRF, Faculty of Science Jihočeská univerzita, University of South Bohemia in Budweis (České Budějovice) Česká republika, Czech Republic

More information

Biotechnology Programs. Biotechnology Associate in Science Degree

Biotechnology Programs. Biotechnology Associate in Science Degree somar Programs draws from many disciplines, including genetics, biochemistry, and molecular biology. Recent advances in biotechnology have resulted in the development of products that are having a positive

More information

COURSE SYLLABUS CHEM 103: General Chemistry- Fall 2010 University of Wisconsin-Eau Claire

COURSE SYLLABUS CHEM 103: General Chemistry- Fall 2010 University of Wisconsin-Eau Claire COURSE SYLLABUS CHEM 103: General Chemistry- Fall 2010 University of Wisconsin-Eau Claire Instructor Dr. Sudeep Bhattacharyay Office P-452 Office Phone 715 836 2278 Office Hours By appointment E-mail bhattas@uwec.edu

More information

LUCKY AHMED Department of Chemistry and Biochemistry Yale University, New Haven, CT 06511 Email: lucky.ahmed@yale.edu

LUCKY AHMED Department of Chemistry and Biochemistry Yale University, New Haven, CT 06511 Email: lucky.ahmed@yale.edu LUCKY AHMED Department of Chemistry and Biochemistry Yale University, New Haven, CT 06511 Email: lucky.ahmed@yale.edu EDUCATION PhD in Computational Chemistry Spring- Dissertation Title: Computational

More information

Bachelor of Science in Applied Bioengineering

Bachelor of Science in Applied Bioengineering Bachelor of Science in Applied Bioengineering Applied bioengineering employs scientific and engineering principles to process biological materials from biological agents for provision of goods and related

More information

COMPLEXITY RISING: FROM HUMAN BEINGS TO HUMAN CIVILIZATION, A COMPLEXITY PROFILE. Y. Bar-Yam New England Complex Systems Institute, Cambridge, MA, USA

COMPLEXITY RISING: FROM HUMAN BEINGS TO HUMAN CIVILIZATION, A COMPLEXITY PROFILE. Y. Bar-Yam New England Complex Systems Institute, Cambridge, MA, USA COMPLEXITY RISING: FROM HUMAN BEINGS TO HUMAN CIVILIZATION, A COMPLEXITY PROFILE Y. BarYam New England Complex Systems Institute, Cambridge, MA, USA Keywords: complexity, scale, social systems, hierarchical

More information

Integrating Bioinformatics, Medical Sciences and Drug Discovery

Integrating Bioinformatics, Medical Sciences and Drug Discovery Integrating Bioinformatics, Medical Sciences and Drug Discovery M. Madan Babu Centre for Biotechnology, Anna University, Chennai - 600025 phone: 44-4332179 :: email: madanm1@rediffmail.com Bioinformatics

More information

Structure Check. Authors: Eduard Schreiner Leonardo G. Trabuco. February 7, 2012

Structure Check. Authors: Eduard Schreiner Leonardo G. Trabuco. February 7, 2012 University of Illinois at Urbana-Champaign NIH Resource for Macromolecular Modeling and Bioinformatics Beckman Institute Computational Biophysics Workshop Structure Check Authors: Eduard Schreiner Leonardo

More information

Hands-on exercises on solvent models & electrostatics EMBnet - Molecular Modeling Course 2005

Hands-on exercises on solvent models & electrostatics EMBnet - Molecular Modeling Course 2005 Hands-on exercises on solvent models & electrostatics EMBnet - Molecular Modeling Course 2005 Exercise 1. The purpose of this exercise is to color the solvent accessible surface of a protein according

More information

CHEM 451 BIOCHEMISTRY I. SUNY Cortland Fall 2010

CHEM 451 BIOCHEMISTRY I. SUNY Cortland Fall 2010 CHEM 451 BIOCHEMISTRY I SUNY Cortland Fall 2010 Instructor: Dr. Frank Rossi Office: Bowers 135 Office Hours: Mon. 2:30-4:00, Wed. 4:00-5:30, Friday 2:30-3:00, or by appointment. Extra evening office hours

More information

2014-15 CURRICULUM GUIDE

2014-15 CURRICULUM GUIDE DUAL DEGREE PROGRAM COLUMBIA UNIVERSITY 2014-15 CURRICULUM GUIDE FOR WESLEYAN UNIVERSITY STUDENTS (September 4, 2014) The following tables list the courses that University requires for acceptance into

More information

Science Standard Articulated by Grade Level Strand 5: Physical Science

Science Standard Articulated by Grade Level Strand 5: Physical Science Concept 1: Properties of Objects and Materials Classify objects and materials by their observable properties. Kindergarten Grade 1 Grade 2 Grade 3 Grade 4 PO 1. Identify the following observable properties

More information

Programme Specification (2015-16)

Programme Specification (2015-16) Date of Revision Date of Previous Revision 30/06/15 Programme Specification (2015-16) A programme specification is required for any programme on which a student may be registered. All programmes of the

More information

CHEMISTRY. Faculty. Programs Offered. Bachelor of Science in Chemistry (certified by the American Chemical Society) Careers in Chemistry

CHEMISTRY. Faculty. Programs Offered. Bachelor of Science in Chemistry (certified by the American Chemical Society) Careers in Chemistry CHEMISTRY Department Office Darwin Hall 300 (707) 664-2119 www.sonoma.edu/chemistry Department Chair Lynn R. Cominsky Administrative Coordinator Cathi Cari-Shudde Faculty Steven Farmer Meng-Chih Su *Dale

More information

Draft Graduation Requirements:

Draft Graduation Requirements: Draft Graduation Requirements: English/Language Arts Prepared graduates in English/Language Arts: Collaborate effectively as group members or leaders who listen actively and respectfully pose thoughtful

More information

DEPARTMENT of CHEMISTRY AND BIOCHEMISTRY

DEPARTMENT of CHEMISTRY AND BIOCHEMISTRY DEPARTMENT of CHEMISTRY AND BIOCHEMISTRY ACADEMIC GUIDANCE 2013-2014 PROGRAMS B.S. in Chemistry B.A. in Chemistry B.S. in Biochemistry B.S. in Physical Sciences with specialization in Chemistry or Physics

More information

Bachelor Curriculum in cooperation with

Bachelor Curriculum in cooperation with K 0/675 Bachelor Curriculum in cooperation with Přírodovědecká fakulta, PRF, Faculty of Science Jihočeská univerzita, University of South Bohemia in Budweis (České Budějovice) Česká republika, Czech Republic

More information

MSCA 31000 Introduction to Statistical Concepts

MSCA 31000 Introduction to Statistical Concepts MSCA 31000 Introduction to Statistical Concepts This course provides general exposure to basic statistical concepts that are necessary for students to understand the content presented in more advanced

More information

Core Bioinformatics. Degree Type Year Semester. 4313473 Bioinformàtica/Bioinformatics OB 0 1

Core Bioinformatics. Degree Type Year Semester. 4313473 Bioinformàtica/Bioinformatics OB 0 1 Core Bioinformatics 2014/2015 Code: 42397 ECTS Credits: 12 Degree Type Year Semester 4313473 Bioinformàtica/Bioinformatics OB 0 1 Contact Name: Sònia Casillas Viladerrams Email: Sonia.Casillas@uab.cat

More information

Electronic Laboratory Notebook in the Graduate Level Laboratory Informatics Program

Electronic Laboratory Notebook in the Graduate Level Laboratory Informatics Program Electronic Laboratory Notebook in the Graduate Level Laboratory Informatics Program Mahesh Merchant, Paresh Sanghani*, Sonal Sanghani* * Department of Biochemistry and Molecular Biology Mahesh Merchant

More information

Last Name First Name: Term of graduation Departmental Approval

Last Name First Name: Term of graduation Departmental Approval Biochemistry - Pre-Health Science Track BS Degree Completion Checklist Last Name First Name: _ GT ID #_ Catalog Year Date Term of graduation Departmental Approval _ Total Semester Credit Hours Required

More information

Translation of Subject Curriculum (Study Plan) for Third-cycle (PhD) Education. Chemistry with specialization in Chemical Physics.

Translation of Subject Curriculum (Study Plan) for Third-cycle (PhD) Education. Chemistry with specialization in Chemical Physics. Translation of Subject Curriculum (Study Plan) for Third-cycle (PhD) Education Chemistry with specialization in Chemical Physics Swedish title: Kemi med inriktning mot Kemisk fysik TNKEMI10 Swedish curriculum

More information

VCE CHEMISTRY 2008 2011: UNIT 3 SAMPLE COURSE OUTLINE

VCE CHEMISTRY 2008 2011: UNIT 3 SAMPLE COURSE OUTLINE VCE CHEMISTRY 2008 2011: UNIT 3 SAMPLE COURSE OUTLINE This sample course outline represents one possible teaching and learning sequence for Unit 3. 1 2 calculations including amount of solids, liquids

More information

2. SUMMER ADVISEMENT AND ORIENTATION PERIODS FOR NEWLY ADMITTED FRESHMEN AND TRANSFER STUDENTS

2. SUMMER ADVISEMENT AND ORIENTATION PERIODS FOR NEWLY ADMITTED FRESHMEN AND TRANSFER STUDENTS Chemistry Department Policy Assessment: Undergraduate Programs 1. MISSION STATEMENT The Chemistry Department offers academic programs which provide students with a liberal arts background and the theoretical

More information

CHEMISTRY, BACHELOR OF SCIENCE (B.S.) WITH A CONCENTRATION IN CHEMICAL SCIENCE

CHEMISTRY, BACHELOR OF SCIENCE (B.S.) WITH A CONCENTRATION IN CHEMICAL SCIENCE VCU CHEMISTRY, BACHELOR OF SCIENCE (B.S.) WITH A CONCENTRATION IN CHEMICAL SCIENCE The curriculum in chemistry prepares students for graduate study in chemistry and related fields and for admission to

More information

Overview of NAMD and Molecular Dynamics

Overview of NAMD and Molecular Dynamics Overview of NAMD and Molecular Dynamics Jim Phillips Low-cost Linux Clusters for Biomolecular Simulations Using NAMD Outline Overview of molecular dynamics Overview of NAMD NAMD parallel design NAMD config

More information

K 066/875. Master Curriculum. Bioinformatics. (in English)

K 066/875. Master Curriculum. Bioinformatics. (in English) K 066/875 Master Curriculum Bioinformatics (in English) 29. Sitzung der CPK, 17.6.2013 Mitteilungsblatt vom 26.06.2013 25. Stk. Pkt. 168 Version IV.5 5_MS_Bioinformatics_Curriculum Seite 1 von 10 Inkrafttreten:

More information

RAF Application. The Origin of Life. E. Bingham 1 L. Hutton-Smith 2 E. Rolls 2. Oxford Summer School in Computational Biology, 2013

RAF Application. The Origin of Life. E. Bingham 1 L. Hutton-Smith 2 E. Rolls 2. Oxford Summer School in Computational Biology, 2013 The Origin of Life E. Bingham 1 L. Hutton-Smith 2 E. Rolls 2 1 Department of Mathematics University of North Carolina 2 Mathematical Institute University of Oxford Oxford Summer School in Computational

More information

Open PHACTS Workshop, February 2015. The Lilly Perspective: Challenges We Face & Tools We Need

Open PHACTS Workshop, February 2015. The Lilly Perspective: Challenges We Face & Tools We Need Open PHACTS Workshop, February 2015 The Lilly Perspective: Challenges We Face & Tools We Need María Jesús Blanco, Ph.D. Director, Advanced Portfolio Strategies Marta Piñeiro-Núñez, Ph.D. Director, Open

More information

University of Nicosia, Cyprus

University of Nicosia, Cyprus University of Nicosia, Cyprus Course Code Course Title ECTS Credits MENG-492 Capstone Design Project II 6 Department Semester Prerequisites Engineering Fall, Spring Senior Standing and Approval by the

More information

JOMO KENYATTA UNIVERSITY OF AGRICULTURE AND TECHNOLOGY.

JOMO KENYATTA UNIVERSITY OF AGRICULTURE AND TECHNOLOGY. DAY 1 HRD 2101 - COMMUNICATION SKILLS ASS. HALL SZL 2111 - HIV/AIDS ASS. HALL 7/3/2011 SMA 2220 - VECTOR ANALYSIS ASS. HALL SCH 2103 - ORGANIC CHEMISTRY ASS. HALL SCH 2201 - PHYSICAL CHEMISTRY II ASS.

More information

Course plan. MSc on Bioinformatics for Health Sciences. 2015-2016 Academic Year Qualification Master's Degree

Course plan. MSc on Bioinformatics for Health Sciences. 2015-2016 Academic Year Qualification Master's Degree Course plan MSc on Bioinformatics for Health Sciences 2015-2016 Academic Year Qualification Master's Degree 1. Description of the subject Subject name: Introduction to Programming with Perl Code: 31033

More information

CHEM 112-03 PRINCIPLES OF CHEMISTRY Lecture

CHEM 112-03 PRINCIPLES OF CHEMISTRY Lecture CHEM 112-03 PRINCIPLES OF CHEMISTRY Lecture Spring 2016 COURSE DESCRIPTION An introductory course in chemistry emphasizing theoretical aspects and designed primarily for students who intend to take one

More information

Paradigm Changes Affecting the Practice of Scientific Communication in the Life Sciences

Paradigm Changes Affecting the Practice of Scientific Communication in the Life Sciences Paradigm Changes Affecting the Practice of Scientific Communication in the Life Sciences Prof. Dr. Martin Hofmann-Apitius Head of the Department of Bioinformatics Fraunhofer Institute for Algorithms and

More information

Basic Scientific Principles that All Students Should Know Upon Entering Medical and Dental School at McGill

Basic Scientific Principles that All Students Should Know Upon Entering Medical and Dental School at McGill Fundamentals of Medicine and Dentistry Basic Scientific Principles that All Students Should Know Upon Entering Medical and Dental School at McGill Students entering medical and dental training come from

More information

Prerequisites: CHEM 1311 and CHEM 1111, or CHEM 1411 General Chemistry I (Lecture and Laboratory)

Prerequisites: CHEM 1311 and CHEM 1111, or CHEM 1411 General Chemistry I (Lecture and Laboratory) Course Syllabus CHEM 1412 General Chemistry II Revision Date: 8/21/2014 Catalog Description: Chemical equilibrium; phase diagrams and spectrometry; acid-base concepts; thermodynamics; kinetics; electrochemistry;

More information

General Education Requirement Elective (GER-Elective) GER-Elective in Science, Technology & Society (3 AU) GER-Elective in Liberal Studies (3 AU)

General Education Requirement Elective (GER-Elective) GER-Elective in Science, Technology & Society (3 AU) GER-Elective in Liberal Studies (3 AU) 2 nd Major Business (PI Option) General Education Core (GER-Core) Academic Units (AU) 12 English Communication I (2 AU) University English Communication II (2 AU) Absolute Basics for Career (1 AU) Career

More information

CHEMICAL SCIENCES REQUIREMENTS [61-71 UNITS]

CHEMICAL SCIENCES REQUIREMENTS [61-71 UNITS] Chemical Sciences Major Chemistry is often known as the central science because of the key position it occupies in modern science and engineering. Most phenomena in the biological and Earth sciences can

More information

MASTER OF SCIENCE IN PHYSICS MASTER OF SCIENCES IN PHYSICS (MS PHYS) (LIST OF COURSES BY SEMESTER, THESIS OPTION)

MASTER OF SCIENCE IN PHYSICS MASTER OF SCIENCES IN PHYSICS (MS PHYS) (LIST OF COURSES BY SEMESTER, THESIS OPTION) MASTER OF SCIENCE IN PHYSICS Admission Requirements 1. Possession of a BS degree from a reputable institution or, for non-physics majors, a GPA of 2.5 or better in at least 15 units in the following advanced

More information

Pre-Engineering INDIVIDUAL PROGRAM INFORMATION 2014 2015. 866.Macomb1 (866.622.6621) www.macomb.edu

Pre-Engineering INDIVIDUAL PROGRAM INFORMATION 2014 2015. 866.Macomb1 (866.622.6621) www.macomb.edu Pre-Engineering INDIVIDUAL PROGRAM INFORMATION 2014 2015 866.Macomb1 (866.622.6621) www.macomb.edu Pre Engineering PROGRAM OPTIONS CREDENTIAL TITLE CREDIT HOURS REQUIRED NOTES Associate of Science Pre

More information

DEPARTMENT OF CHEMISTRY

DEPARTMENT OF CHEMISTRY DEPARTMENT OF CHEMISTRY Through the Department of Chemistry, courses (CHEM) are offered at the undergraduate level for students pursuing the Bachelor of Science Degree (B.S.) in Chemistry, for students

More information

CHEM 1305: SURVEY OF GENERAL CHEMISTRY COURSE INFORMATION

CHEM 1305: SURVEY OF GENERAL CHEMISTRY COURSE INFORMATION CHEM 1305: SURVEY OF GENERAL CHEMISTRY FALL 2014 T/R 3:30 PM 4:45 PM; Keith D McFarland Science Building; STC 122 Instructor: Dr. Tasneem Hossain-Kumar Office Location: STC # 302 Office Hours: T/W 12:00

More information

IST639 Enterprise Technologies Course Syllabus Spring 2014

IST639 Enterprise Technologies Course Syllabus Spring 2014 Location: Hinds Hall 117 Wednesday Nights 5:15 PM to 8:05 PM Doug Taber 315-558-2359 pdtaber@syr.edu Office Hours: By Appointment Course Overview IST639 builds the basic understanding of the technical

More information

Chemistry Biochemistry, Environmental Chemistry & Nuclear Chemistry, Pre-Pharmacy & Chemical Education

Chemistry Biochemistry, Environmental Chemistry & Nuclear Chemistry, Pre-Pharmacy & Chemical Education Chemistry Biochemistry, Environmental Chemistry & Nuclear Chemistry, Pre-Pharmacy & Chemical Education Kyle A. Beran, Ph.D., Professor of Chemistry BS Angelo State University (1989); Ph.D. University of

More information

Master in Biology Faculty of Natural Sciences February 2010

Master in Biology Faculty of Natural Sciences February 2010 Master in Biology Faculty of Natural Sciences February 2010 University of Ulm There are many good reasons to pursue a master degree at the University of Ulm. One of the most important ones, alongside the

More information

Guidelines for Establishment of Contract Areas Computer Science Department

Guidelines for Establishment of Contract Areas Computer Science Department Guidelines for Establishment of Contract Areas Computer Science Department Current 07/01/07 Statement: The Contract Area is designed to allow a student, in cooperation with a member of the Computer Science

More information

The College of Science Graduate Programs integrate the highest level of scholarship across disciplinary boundaries with significant state-of-the-art

The College of Science Graduate Programs integrate the highest level of scholarship across disciplinary boundaries with significant state-of-the-art GRADUATE PROGRAMS The College of Science Graduate Programs integrate the highest level of scholarship across disciplinary boundaries with significant state-of-the-art research centers and experiential

More information

University of Glasgow - Programme Structure Summary C1G5-5100 MSc Bioinformatics, Polyomics and Systems Biology

University of Glasgow - Programme Structure Summary C1G5-5100 MSc Bioinformatics, Polyomics and Systems Biology University of Glasgow - Programme Structure Summary C1G5-5100 MSc Bioinformatics, Polyomics and Systems Biology Programme Structure - the MSc outcome will require 180 credits total (full-time only) - 60

More information

DC mesh current analysis

DC mesh current analysis DC mesh current analysis This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

BIOMEDICAL ENGINEERING UNDERGRADUATE CURRICULUM

BIOMEDICAL ENGINEERING UNDERGRADUATE CURRICULUM BIOMEDICAL ENGINEERING UNDERGRADUATE CURRICULUM 2014-2015 (as of 4/26/2013) This program is accredited by the Engineering Accreditation Commission of ABET, http://www.abet.org. Undergraduate Program Mission

More information

BIOL 3030 Biochemistry Spring 2015

BIOL 3030 Biochemistry Spring 2015 BIOL 3030 Biochemistry Spring 2015 What is biochemistry? Biochemistry underlies nearly every biological process, from environmental science to medicine. When living systems are in chemical and energetic

More information

Modeling in Geometry

Modeling in Geometry Modeling in Geometry Overview Number of instruction days: 8-10 (1 day = 53 minutes) Content to Be Learned Mathematical Practices to Be Integrated Use geometric shapes and their components to represent

More information

Implementation Regulation for the MSc Programme Nanobiology

Implementation Regulation for the MSc Programme Nanobiology Implementation Regulation for the MSc Programme Nanobiology Part of the Course and Exam Regulation of the Master Programme As referred to in Section 2 of the Course and Exam Regulation. Faculty of Medicine

More information

Doctor of Philosophy in Computer Science

Doctor of Philosophy in Computer Science Doctor of Philosophy in Computer Science Background/Rationale The program aims to develop computer scientists who are armed with methods, tools and techniques from both theoretical and systems aspects

More information

BIO 3350: ELEMENTS OF BIOINFORMATICS PARTIALLY ONLINE SYLLABUS

BIO 3350: ELEMENTS OF BIOINFORMATICS PARTIALLY ONLINE SYLLABUS BIO 3350: ELEMENTS OF BIOINFORMATICS PARTIALLY ONLINE SYLLABUS NEW YORK CITY COLLEGE OF TECHNOLOGY The City University Of New York School of Arts and Sciences Biological Sciences Department Course title:

More information

Introductory Chemistry (Allied Health Emphasis)- Chem 1406 Course Syllabus: Summer 2015

Introductory Chemistry (Allied Health Emphasis)- Chem 1406 Course Syllabus: Summer 2015 Introductory Chemistry (Allied Health Emphasis)- Chem 1406 Course Syllabus: Summer 2015 Northeast Texas Community College exists to provide responsible, exemplary learning opportunities. Bryan Trickey

More information

Proposal for New Program: Minor in Data Science: Computational Analytics

Proposal for New Program: Minor in Data Science: Computational Analytics Proposal for New Program: Minor in Data Science: Computational Analytics 1. Rationale... The proposed Data Science: Computational Analytics minor is designed for students interested in signaling capability

More information

Applied mathematics and mathematical statistics

Applied mathematics and mathematical statistics Applied mathematics and mathematical statistics The graduate school is organised within the Department of Mathematical Sciences.. Deputy head of department: Aila Särkkä Director of Graduate Studies: Marija

More information

PHY1020 BASIC CONCEPTS IN PHYSICS I

PHY1020 BASIC CONCEPTS IN PHYSICS I PHY1020 BASIC CONCEPTS IN PHYSICS I Jackson Levi Said 14 lectures/tutorials/past paper session Project on one of the interesting fields in physics (30%) Exam in January/February (70%) 1 The Course RECOMMENDED

More information

The Mechanical Engineering Undergraduate Program Term 1. 1 2013 Stevens Institute of Technology

The Mechanical Engineering Undergraduate Program Term 1. 1 2013 Stevens Institute of Technology The Mechanical Undergraduate Program Term 1 1 2013 Stevens Institute of Technology ME Major Term 1 This presentation covers the courses in the standard Mechanical major Term 1 Study Plan Individual students

More information

TEAM PLANNING AND REPORTING

TEAM PLANNING AND REPORTING Chapter 10 TEAM PLANNING AND REPORTING TOOLS: Tool 10.1 Tool 10.2 Tool 10.3 Tool 10.4 Tool 10.5 Sample team plan. 3 pages Team planning template. 3 pages Alternative team planning template. 1 page Team

More information

Energy comes in many flavors!

Energy comes in many flavors! Forms of Energy Energy is Fun! Energy comes in many flavors! Kinetic Energy Potential Energy Thermal/heat Energy Chemical Energy Electrical Energy Electrochemical Energy Electromagnetic Radiation Energy

More information

Force and Motion: Ramp It Up

Force and Motion: Ramp It Up Force and Motion: Grade Level: 4-5 Time: 3 class periods By: Carrie D. Perry (Bedford County Public Schools) Overview After watching an engaging video on Olympic alpine skiers, students then participate

More information

ARIZONA Science Standards High School Chemistry: Matter and Change 2005

ARIZONA Science Standards High School Chemistry: Matter and Change 2005 ARIZONA Science Standards High School Chemistry: Matter and Change 2005 OBJECTIVES Strand 1: Inquiry Process Concept 1: Observations, Questions, and Hypotheses Formulate predictions, questions, or hypotheses

More information

The attached applicant essay and two teacher recommendations forms are required for transfer students applying to the Diagnostic Ultrasound program.

The attached applicant essay and two teacher recommendations forms are required for transfer students applying to the Diagnostic Ultrasound program. TO: FROM: SUBJECT: Transfer Students Applying to Diagnostic Ultrasound Program Seattle University Admissions Office Supplementary Application Forms The Diagnostic Ultrasound program at Seattle University

More information

CHEMISTRY STANDARDS BASED RUBRIC ATOMIC STRUCTURE AND BONDING

CHEMISTRY STANDARDS BASED RUBRIC ATOMIC STRUCTURE AND BONDING CHEMISTRY STANDARDS BASED RUBRIC ATOMIC STRUCTURE AND BONDING Essential Standard: STUDENTS WILL UNDERSTAND THAT THE PROPERTIES OF MATTER AND THEIR INTERACTIONS ARE A CONSEQUENCE OF THE STRUCTURE OF MATTER,

More information

(Big Data) Approaches to Designing Functional Molecules. Christof Schütte. Research Center Matheon Mathematics for key technologies

(Big Data) Approaches to Designing Functional Molecules. Christof Schütte. Research Center Matheon Mathematics for key technologies (Big Data) Approaches to Designing Functional Molecules Christof Schütte Research Center Matheon Mathematics for key technologies Different visual representations of a protein Christof Schütte, ZIB + FU

More information

PyRy3D: a software tool for modeling of large macromolecular complexes MODELING OF STRUCTURES FOR LARGE MACROMOLECULAR COMPLEXES

PyRy3D: a software tool for modeling of large macromolecular complexes MODELING OF STRUCTURES FOR LARGE MACROMOLECULAR COMPLEXES MODELING OF STRUCTURES FOR LARGE MACROMOLECULAR COMPLEXES PyRy3D is a method for building low-resolution models of large macromolecular complexes. The components (proteins, nucleic acids and any other

More information

Contents. Page 1 of 21

Contents. Page 1 of 21 Programme-specific Section of the Curriculum for the MSc Programme in Biochemistry at the Faculty of Science, University of Copenhagen 2009 (Rev. 2015) Contents... 1 1 Title, affiliation and language...

More information