Skip to content

Instantly share code, notes, and snippets.

@morishjs
Created July 7, 2016 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morishjs/d21b965be8d77473b81a3d16469892c2 to your computer and use it in GitHub Desktop.
Save morishjs/d21b965be8d77473b81a3d16469892c2 to your computer and use it in GitHub Desktop.
Dr.Norman Borlang
<div class="container">
<div class="well" id="well-background">
<head>
<h1 id="head-size" class="text-center">Dr.Norman Borlaug</h1>
<h3 class="text-center text-size"><em>The man who saved a billion lives</em></h2>
</head>
<body>
<div class="well">
<img class="img-responsive" src="https://c2.staticflickr.com/4/3689/10613180113_fdf7bcd316_b.jpg">
<p id="margin-top" class="text-center">Dr. Norman Borlaug, second from left, trains biologists in Mexico on how to increase wheat yields - part of his life-long war on hunger. </p>
</div>
<h3 class="text-center">Here's a time line of Dr. Borlaug's life:</h3>
<ul>
<li><span id="number-weight">1914</span> - Born in Cresco, Iowa</li>
<li><span id="number-weight">1933</span> - Leaves his family's farm to attend the University of Minnesota, thanks to a Depression era program known as the "National Youth Administration"</li>
<li><span id="number-weight">1935</span> - Has to stop school and save up more money. Works in the Civilian Conservation Corps, helping starving Americans. "I saw how food changed them", he said. "All of this left scars on me."</li>
<li><span id="number-weight">1937</span> - Finishes university and takes a job in the US Forestry Service</li>
<li><span id="number-weight">1938</span> - Marries wife of 69 years Margret Gibson. Gets laid off due to budget cuts. Inspired by Elvin Charles Stakman, he returns to school study under Stakman, who teaches him about breeding pest-resistent plants.</li>
<li><span id="number-weight">1941</span> - Tries to enroll in the military after the Pearl Harbor attack, but is rejected. Instead, the military asked his lab to work on waterproof glue, DDT to control malaria, disenfectants, and other applied science.</li>
<li><span id="number-weight">1942</span> - Receives a Ph.D. in Genetics and Plant Pathology</li>
<li><span id="number-weight">1944</span> - Rejects a 100% salary increase from Dupont, leaves behind his pregnant wife, and flies to Mexico to head a new plant pathology program. Over the next 16 years, his team breeds 6,000 different strains of disease resistent wheat - including different varieties for each major climate on Earth.</li>
<li><span id="number-weight">1945</span> - Discovers a way to grown wheat twice each season, doubling wheat yields</li>
<li><span id="number-weight">1953</span> - crosses a short, sturdy dwarf breed of wheat with a high-yeidling American breed, creating a strain that responds well to fertalizer. It goes on to provide 95% of Mexico's wheat.</li>
<li><span id="number-weight">1962</span> - Visits Delhi and brings his high-yielding strains of wheat to the Indian subcontinent in time to help mitigate mass starvation due to a rapidly expanding population</li>
<li><span id="number-weight">1970</span> - receives the Nobel Peace Prize</li>
<li><span id="number-weight">1983</span> - helps seven African countries dramatically increase their maize and sorghum yields</li>
<li><span id="number-weight">1984</span> - becomes a distinguished professor at Texas A&M University</li>
<li><span id="number-weight">2005</span> - states "we will have to double the world food supply by 2050." Argues that genetically modified crops are the only way we can meet the demand, as we run out of arable land. Says that GM crops are not inherently dangerous because "we've been genetically modifying plants and animals for a long time. Long before we called it science, people were selecting the best breeds."</li>
<li><span id="number-weight">2009</span> - dies at the age of 95.</li>
</ul>
<p class="p-style" id="number-weight">"Borlaug's life and achievement are testimony to the far-reaching contribution that one man's towering intellect, persistence and scientific vision can make to human peace and progress."</p>
<footer>
<i id="icon-content"></i>
<p class="p-style"><cite><font size="2" color="#999999">&#95Indian Prime Minister Manmohan Singh</font></cite></p>
</footer>
<p class="p-style last-p" id="number-weight">If you have time, you should read more about this incredible human being on his <a href="https://en.wikipedia.org/wiki/Norman_Borlaug">Wikipedia</a> entry.</p>
</body>
</div>
</div>
<style>
.text-center{
test-align : center;
}
.p-style{
margin-top: 20px;
margin-left: 180px;
margin-right: 50px;
margin-bottom: 20px;
font-size : 20px;
}
.last-p{
margin-right: 40px;
margin-left: 160px;
}
#icon-content{
content: "\2014"
}
#margin-top{
margin-top: 5px;
}
li {
margin-left: 150px;
margin-right: 60px;
}
#number-weight{
font-weight:bold;
}
#head-size{
font-size: 50px;
}
#well-background{
background-color: #EEEEEE;
}
</style>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment