Learning Outcomes:
1. Describe the structure of a range of biologically important molecules and how structure enables function.
Assignment Title: Illustrated Essay
Rationale:
Proteins perform a wide range of essential functions in living things. This is due to their ability to fold into a specific shape, and, often, to their ability to alter their shape in a controlled and predetermined way. Protein structure is the key to their function.
Brief:
You will write an illustrated essay chosen from the 3 titles listed below. Which ever title you choose you should show how protein structure is related to the functions you describe.
1. Describe the roles of proteins found in cell membranes.
2. Describe how enzymes are able to act as biological catalysts.
3. Using named examples explain how the structures of fibrous and globular proteins allow them to perform their required functions.
Assessment Criteria:
1. Clear description of the relationship between protein structure and function in the context of the chosen essay. (50%)
2. Choice of appropriate illustrations and their effective use to support the descriptions and/or explanations. (35%)
3. Identification of relevant texts referred to in the report using the Harvard referencing system outlined in the assignment handbook. (10%)
4. Submission of an essay plan. (5%)
Type of assignment: Illustrated essay
Weighting: 25%
Word count: 1250 words
Format:
All text should be fully justified, size 12 Arial font, with 1.5 line spacing, and normal margins. The report should contain page numbers and a header indicating your name, the module code and the assignment title. You must include a completed assignment submission cover sheet. Reference relevant sources using the appropriate Harvard Referencing system.
Indicative reading:
Bruce, A., Bray, D., Hopkin, K., Johnson, A., Raff, M., Roberts, K., Walter, P. (2009) Essential Cell Biology. London: Garland Publishing Inc
Campbell, N. and Reece, J.B. (2010) Biology. 8th edn. London: Pearson Education
Kranz, R.F. (2009) Molecular and Cell Biology for Dummies. London: John Wiley & Sons
Purves, W.K., Sadava, D., Orians G.H. & Heller H.C. (2009) Life: The science of Biology. 8th edn. London: W.H. Freeman
Smith ,A., Coupland, G., Dolan, L., Harberd, N., Jones, J., Martin, C. Sablowski, R., Amey, A. (2009) Plant Biology. London: Garland Science ISBN-13: 978-0815340256
Journals
Cell
Nature Reviews Molecular Cell Biology
Trends in Cell Biology
Last Completed Projects
topic title | academic level | Writer | delivered |
---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });