BIOL398-05/S17:Week 4: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(pasted in from week 2)
 
(deleted week 2 content/adjusted deadline adn references to week 4)
Line 7: Line 7:
<div style="float: right;">__TOC__</div>
<div style="float: right;">__TOC__</div>


'''''This journal entry is due on Thursday, January 26, at midnight PST. (Wednesday night/Thursday morning).'''''  Note that the OpenWetWare server registers time in the Eastern time zone, so it will say 03:00 AM at midnight PST.
'''''This journal entry is due on Thursday, February 9, at midnight PST. (Wednesday night/Thursday morning).'''''  Note that the OpenWetWare server registers time in the Eastern time zone, so it will say 03:00 AM at midnight PST.


== Overview ==
== Overview ==


The learning objective for this assignment is to develop basic MATLAB skills.
The learning objective for this assignment is...


== Individual Journal Assignment ==
== Individual Journal Assignment ==


* Store this journal entry as "''username'' Week 2" (i.e., this is the text to place between the square brackets when you link to this page).
* Store this journal entry as "''username'' Week 4" (i.e., this is the text to place between the square brackets when you link to this page).
* Create the following set of links. '''''(HINT: These links should all be in your personal template that you created for the [[BIOL398-05/S17:Week 1 | Week 1 Assignment]]; you should then simply invoke your template on each new journal entry.)'''''
* Create the following set of links. '''''(HINT: These links should all be in your personal template that you created for the [[BIOL398-05/S17:Week 1 | Week 1 Assignment]]; you should then simply invoke your template on each new journal entry.)'''''
** Link to your journal entry from your user page.
** Link to your journal entry from your user page.
Line 26: Line 26:
In this course you will be completing the research projects in groups of two, three, or as an entire class.  To initiate this process, you will be assigned a homework partner for this week's assignment.  You will be expected to consult with your partner, in order to complete the assignment.  However, unless otherwise stated, each partner must submit his or her own work as the individual journal entry (direct copies of each other's work is not allowed).  Homework partners for this week are:
In this course you will be completing the research projects in groups of two, three, or as an entire class.  To initiate this process, you will be assigned a homework partner for this week's assignment.  You will be expected to consult with your partner, in order to complete the assignment.  However, unless otherwise stated, each partner must submit his or her own work as the individual journal entry (direct copies of each other's work is not allowed).  Homework partners for this week are:


* Conor, Cameron, Lauren
* Maggie, Nika


=== Electronic Lab Notebook ===
=== Electronic Lab Notebook ===
Line 78: Line 76:
=== This Week's Exercise ===
=== This Week's Exercise ===


* Part I: Create a script that includes the following elements
** Define a vector u containing the elements 1,2,3,4,5,6,7,8,9,10 using the colon operation
** Define another vector v containing elements that are the square of the vector x
** Plot v versus u (make sure you know what that sentence means!!) using circles on the points that are connected with dashed lines
** Save your plot as a TIFF file
** Save your data into an excel spreadsheet using the MATLAB command xlswrite
* Part II: Create a script to compare logistic growth curves
** Define a vector t starting at 0, ending at 1, in steps of 0.01.
** Define K = 10 and x0 = 2 for carrying capacity and initial population size.
** Plot logistic growth curves for growth rates 0.5,1.0,1.5, and 2.0.
** Plot these four curves together in one figure, and add appropriate labels, title, and legend.
** Save your plot as a TIFF file


== Shared Journal Assignment ==
== Shared Journal Assignment ==


* Store your journal entry in the shared [[BIOL398-05/S17:Class Journal Week 2 | Class Journal Week 2]] page.  If this page does not exist yet, go ahead and create it (congratulations on getting in first&nbsp;''':)'''&nbsp;)
* Store your journal entry in the shared [[BIOL398-05/S17:Class Journal Week 4 | Class Journal Week 4]] page.  If this page does not exist yet, go ahead and create it (congratulations on getting in first&nbsp;''':)'''&nbsp;)
* Link to your journal entry from your user page.
* Link to your journal entry from your user page.
* Link back from the journal entry to your user page.
* Link back from the journal entry to your user page.
* Sign your portion of the journal with the standard wiki signature shortcut (<code><nowiki>~~~~</nowiki></code>).
* Sign your portion of the journal with the standard wiki signature shortcut (<code><nowiki>~~~~</nowiki></code>).
* Add the "BIOL398-05/S17" category to the end of the wiki page (if someone has not already done so).
* Add the "BIOL398-05/S17" category to the end of the wiki page (if someone has not already done so).
<!--=== ''Before'' Reflection ===
We will begin our process of shared reflection in class on January 12 and 17 by answering the following questions.  On your honor, please give your answers without referring to any external sources.  For the moment, answer them on paper or in a Word document without committing them to the [[BIOL398-05/S17:Class Journal Week 2]] page, so that everyone comes up with their own answer independently.
# What is the definition of a ''model''?
# What is the definition of ''modeling''?
# How does the process of ''modeling'' relate to the process of ''science'', i.e., the ''scientific method''?
After the class discussion, please add your answers to the [[BIOL398-05/S17:Class Journal Week 2]] page so everyone can see each others answers.-->


=== Reading and Reflection ===
=== Reading and Reflection ===
Read the following:
* [https://arxiv.org/abs/1607.02165 Eaton, C.D., Callendar, H.L., Dahlquist, K.D., LaMar, M.D., Ledder, G., Schugart, R.C. (2016) A “Rule of Five” Framework for Models and Modeling to Unify Mathematicians and Biologists and Improve Student Learning, submitted on 20 June 2016 to the journal ''PRIMUS: Problems, Resources, and Issues in Mathematics Undergraduate Studies'' for an upcoming special issue on interdisciplinary conversations].
After you have read the paper and after you have completed this week's individual exercise, answer these questions on the [[BIOL398-05/S17:Class Journal Week 2]] page:
# What is the main take-home message of this paper?
# Has your understanding of what a model is changed since we did the in-class "cell" exercise?  Either due to this week's individual exercise or due to the reading? Why or why not?
# Were you engaged in ''modeling'' for this week's assignment?  If so, how?  If not, why not?
# What is something that you found particularly interesting or confusing about this paper and explain why you were interested or confused.


</div>
</div>

Revision as of 10:59, 26 January 2017

This page is currently under construction.

BIOL398-05: Biomathematical Modeling

MATH 388-01: Survey of Biomathematics

Loyola Marymount University

Home       People        Brightspace        Box       Help      


This journal entry is due on Thursday, February 9, at midnight PST. (Wednesday night/Thursday morning). Note that the OpenWetWare server registers time in the Eastern time zone, so it will say 03:00 AM at midnight PST.

Overview

The learning objective for this assignment is...

Individual Journal Assignment

  • Store this journal entry as "username Week 4" (i.e., this is the text to place between the square brackets when you link to this page).
  • Create the following set of links. (HINT: These links should all be in your personal template that you created for the Week 1 Assignment; you should then simply invoke your template on each new journal entry.)
    • Link to your journal entry from your user page.
    • Link back from your journal entry to your user page.
    • Link to this assignment from your journal entry.
    • Don't forget to add the "BIOL398-05/S17" category to the end of your wiki page.

Homework Partners

In this course you will be completing the research projects in groups of two, three, or as an entire class. To initiate this process, you will be assigned a homework partner for this week's assignment. You will be expected to consult with your partner, in order to complete the assignment. However, unless otherwise stated, each partner must submit his or her own work as the individual journal entry (direct copies of each other's work is not allowed). Homework partners for this week are:


Electronic Lab Notebook

Complete your electronic notebook that gives the details of what you did for the assignment this week. Your notebook entry should contain:

  1. The purpose: what was the scientific purpose of your investigations?
    • Note that this is different than the learning purpose.
  2. Your workflow or methods: what did you actually do? Give a step by step account.
    • There should be enough detail provided so that you or another person could re-do it based solely on your notebook.
    • You may copy protocol instructions to your page and modify them as to what you actually did, as long as you provide appropriate attribution in the acknowledgments and references section.
    • Take advantage of the electronic nature of the notebook by providing screenshots, links to web pages, etc.
  3. Your results: the answers to the questions in the protocol, plus any other results you gathered. Your results will include some or all of the following: images, plots, data, and files.
    • Note that files left on the Desktop or My Documents or Downloads folders on the Seaver 120 computers will be deleted upon restart of the computers. Files stored on the T: drive will be saved. However, it is not a good idea to trust that they will be there when you next use the computer.
    • Thus, it is a critical skill for data and computer literacy to back-up your data and files in at least two ways:
    • References to data and files should be made within the methods and results section of your notebook, listed above.
    • In addition to these inline links, create a Data and Files section of your notebook to make a list of the files generated in this exercise.
  4. A scientific conclusion: what was your main finding for today's project? Did you fulfill the purpose? Why or why not?
  5. The Acknowledgments section, see below.
  6. The References section, see below.

Acknowledgments

In this section, you need to acknowledge anyone who assisted you with your assignment, either in person, electronically, or even anonymously without their knowledge.

  1. You must acknowledge your homework partner or team members with whom you worked, giving details of the nature of the collaboration. You should include when and how you met and what content you worked on together. An appropriate statement could be (but is not limited to) the following:
    • I worked with my homework partner (give name and link name to their user page) in class. We met face-to-face one time outside of class. We texted/e-mailed/chatted online three times. We worked on the <details> portion of the assignment together.
  2. Acknowledge anyone else you worked with who was not your assigned partner. This could be Dr. Dahlquist or Dr. Fitzpatrick (for example, via office hours), the TA, other students in the class, or even other students or faculty outside of the class.
  3. If you copied wiki syntax or a particular style from another wiki page, acknowledge that here. Provide the user name of the original page, if possible, and provide a link to the page from which you copied the syntax or style.
  4. If you need to reference content (such as the methods of a protocol) also acknowledge it here and include a formal citation in your References section (see below).
  5. You must also include this statement unless otherwise noted:
    • "Except for what is noted above, this individual journal entry was completed by me and not copied from another source."
  6. Sign your Acknowledgments section with your wiki signature.

References

  1. In this section, you need to provide properly formatted citations to any content that was not entirely of your own devising. This includes, but is not limited to:
    • methods
    • data
    • facts
    • images
    • documents, including the scientific literature
  2. The references in this section should be accompanied by in text citations on your page that refer to these references.
  3. Do not include citations/references to sources that you did not use.
  4. Generally, you should include a reference to that week's assignment page.
  5. The references should be formatted according to the APA guidelines.
  6. For more detailed instructions on how to cite journal articles, books, or web pages, please see the document Guidelines for Literature Citations in a Scientific Paper that you were given on the first day of class.

This Week's Exercise

Shared Journal Assignment

  • Store your journal entry in the shared Class Journal Week 4 page. If this page does not exist yet, go ahead and create it (congratulations on getting in first :) )
  • Link to your journal entry from your user page.
  • Link back from the journal entry to your user page.
  • Sign your portion of the journal with the standard wiki signature shortcut (~~~~).
  • Add the "BIOL398-05/S17" category to the end of the wiki page (if someone has not already done so).

Reading and Reflection