Honorary Member
Nobel Prize in Chemistry 2009
Date of admittance: 10/06/2017
Prof. Ada Yonath
- (1939, Jerusalem, Israel).
- B.Sc. in Chemistry (1962), M.Sc. in Biochemistry (1964) and Ph.D. (1968) at the Weizmann Institute of Science, where she developed her thesis on X-ray crystallography applied to collagen.
Academic Training
- Postdoctoral studies at the Mellon Institute, Pittsburgh.
- Research stay at the Massachusetts Institute of Technology (MIT), focused on globular proteins.
- Returned to the Weizmann Institute of Science, where she established the first protein crystallography laboratory in Israel.
Research Career
- Pioneer in deciphering the three-dimensional structure of the ribosome and understanding the mechanics of protein biosynthesis.
- Collaboration with H. G. Wittmann of the Max Planck Institute for Molecular Genetics, Berlin.
- Visiting Professor at the University of Chicago (1977–1978).
- Head of a research unit at DESY, Hamburg, under the auspices of the Max Planck Institute (1986–2004).
- Developed the technique of cryo-biocristallography, today essential in structural biology.
- Her discoveries on the ribosome enabled advances in the design of more effective antibiotics against resistant bacteria.
Awards and Honors
- Member of the U.S. National Academy of Sciences, the American Academy of Arts and Sciences, the Israel Academy of Sciences and Humanities, the European Academy of Sciences and Arts, and the European Molecular Biology Organization (EMBO).
- Wolf Prize in Chemistry (2006), with George Feher.
- L’Oréal-UNESCO For Women in Science Award (2008).
- Albert Einstein World Award of Science (2008).
- Nobel Prize in Chemistry (2009), shared with Thomas Steitz and Venkatraman Ramakrishnan.
(function ($) {
$(document).ready(function () {
// Option #1: Move Divi Module(s) into a Module
// Limit: One Instance per Column
// Use following code if you want to move
// a module inside another module. Each column with the
// class 'parent-column' will append any module(s)
// with the class 'divi-portable-module' to the div
// with the class 'divi-module-destination'.
// Only one instance of 'divi-module-destination' should
// be added per column.
$('.divi-portable-module').each(function () {
$(this).closest('.parent-column').find('.divi-module-destination').append($(this));
});
// Buttons: Insert Button Module(s) into a Module
// Adding a custom CSS class to a button module
// is applied to the 'a' tag which is a child element
// of the module wrapper. This code makes sure to append
// the entire button module wrapper (the parent element)
// as well. This functionality is the same as option #3 above.
// Siimply use the class 'divi-portable-button' on a button module
// instead of 'divi-portable-module'.
$('.divi-portable-button').parent().each(function () {
$(this).closest('.parent-column').find('.divi-module-destination').append($(this));
});
// Option #2: Move Divi Row(s) into a Module
// Limit: One Instance per Section
// Use the following code if you want to move
// a row inside a module on more than one section
// of a page. Each section with the
// class 'parent-section' will append any row(s)
// with the class 'divi-portable-row' to the div
// with the class 'divi-row-destination'.
// Only one instance of 'divi-row-destination' should
// be added per section.
$('.divi-portable-row').each(function () {
$(this).closest('.parent-section').find('.divi-row-destination').append($(this));
});
});
})(jQuery);
