Let's Be Friends on Facebook! (Click on my picture)
Graduate School in Agriculture: Personal Statement of Purpose Examples, Essays, Letters
Agriculture is of fundamental importance to the mission of www.statementsofpurpose.com, to alleviate suffering and to foster sustainable progress in agriculture in the Developing World. Food is, of course, the most basic of all platforms of human progress, epecially as it related to extreme poverty. This is why we are especially pleased to help clients from places and concerned with places where famine raises its ugly head regularly. I hope to continue to have the privilege of helping the best and brightest minds to be accepted to advanced programs of study in Agriculture and Food Science, with an eye towards battling chronic famine wherever it exists, and building a tomorrow for the Developing World that is characterized by food security rather than insecurity. I also hope to contribute to the building of a world without hunger.
Helping applicants to graduate programs in the area of agriculture allows us to have the privilege of helping to improve institutions and investments in agricultural research and development, especially as concerns less-developed countries, my central focus. We are especially interested in the way in which less-developed countries need to become more self-reliant through the ongoing, sustainable development of crucial, new agricultural technologies. It is an honor for us to help those who will have an influence in the future over critically important policy decisions in the allocation of resources for agricultural research. We have now helped generations of development specialists in agriculture, applicants who have completed their programs and are now strategic decision makers and advisers in international agencies, working for national governments or staying engaged with cutting-edge agricultural research in both public and private sectors. It will be an honor for us to assit you as well in the fulfillment of your professional dreams in agriculture.
').find('#galleria');
}
///////////////////////////////////////////////////////////////////////////////////////////////////////
// Launch the Galleria instance.
///////////////////////////////////////////////////////////////////////////////////////////////////////
var launch_galleria = function(source) {
//begin fix for chrome, the modal dialog loads at the top and yet the page remains in the middle
$(document).scrollTop(0);
//end
Galleria.loadTheme('/javascripts/galleria/themes/fullscreen/galleria.fullscreen.min.js');
Galleria.run('#galleria', {
debug: false,
idleTime: 5000,
show: index,
autoplay: false,
showCounter: true,
transition: 'fade',
imageCrop: false,
transitionSpeed: 800,
dataSource: source,
extend: function(options) {
// Exit the fullscreen slideshow and return to the webpage
var destroy = function() {
this.exitFullscreen();
this.destroy();
$('#galleria').remove();
$('html').attr('style', restore.html);
$('body').attr('style', restore.body);
}
// Pressing the esc key exits from Galleria
// If this isn't done then there is no way to exit from Galleria once it's launched/
this.attachKeyboard({escape: destroy});
// Add a close (X) button
this.addElement("close");
this.appendChild("image-nav", "close");
this.addIdleState(this.get('close'), {opacity: 0});
this.$('close')
.css({opacity: 0.6})
.mouseover(function(){
$(this).animate({opacity: 1}, 100);
})
.mouseout(function(){
$(this).animate({opacity: 0.6}, 100);
})
.click(this, function(e){
destroy.apply(e.data);
});
// Show the thumbnail carousel ONLY ONCE when the first image has finished loading
// Galleria doesn't have an onload event, so this has to be done here.
var show_carousel = function(e) {
this.$('thumbnails-tab').click();
this.unbind(e);
}
this.bind('loadfinish', show_carousel);
// Hide the image title and description
if (!show_titles) {
var info = $(this.get('info'));
this.bind('loadfinish', function(){
info.hide();
});
}
// Add a download link
if (show_download) {
this.addElement('download');
this.appendChild('thumbnails-container', 'download');
this.$('download').html('
Download');
this.bind('loadfinish', function(e){
var src = $(e.imageTarget).attr('src').replace('/files/', '');
this.$('download').find('a').attr('href', '/download/'+ src);
});
}
} // extend: function(options)
}); // Galleria.run('#galleria',
} // var launch_galleria = function(source)
///////////////////////////////////////////////////////////////////////////////////////////////////////
// Load the image data using ajax
///////////////////////////////////////////////////////////////////////////////////////////////////////
$.ajax({
url: '/resource/components/image_gallery/list_all/441574',
type: 'GET',
dataType: 'json',
success: launch_galleria
});
e.preventDefault();
return false;
});
}($j));
//]]>