Difference between revisions of "Team:Uppsala/Model"

Line 41: Line 41:
 
                 <!-- AN EXAMPLE OF A SECTION WITH A PLAIN HEADER AND JUST 2 PARAGRAPHS -->
 
                 <!-- AN EXAMPLE OF A SECTION WITH A PLAIN HEADER AND JUST 2 PARAGRAPHS -->
 
                 <div class="section">
 
                 <div class="section">
                     <h1>Model</h1>
+
 
 +
<div class="card-holder">
 +
                    <div class="content-card-heading"><h1>Modeling</h1></div>
 +
                    <div class="content-card content-card-2">
 +
                        <div class="inner-card left-card">
 +
                            <h2>Economical modeling</h2>
 +
                            <br>
 +
                            <div class="inner-card-text">
 +
                                <!-- start of paragraph-->
 +
                                <p>PUT A SHORT DESCRIPTION ABOUT ECONOMIVAL MODELING, CKLICK ON PICTURE BELOW TO COME TO ECONOMICAL MODELINGWell, the way they make shows is, they make one show. That show's called a pilot. Then they show that show to the people who make shows, and on the strength of that one show they decide if they're going to make more shows. Some pilots get picked and become television programs. Some don't, become nothing. She starred in one of the ones that became nothing. </p>
 +
                            </div>
 +
                            <!--change src to that of the image you want-->
 +
                            <img class="content-card-img" src="lebuff-300x150.jpg">
 +
                            <!-- end of paragraph -->
 +
                        </div>
 +
                        <div class="inner-card right-card">
 +
                            <h2>Anthelmentic use model(???)</h2>
 +
                            <br>
 +
                            <div class="inner-card-text">
 +
                                <!-- start of paragraph -->
 +
                                <p>PUT A SHORT DESCRIPTION ABOUT ECONOMIVAL MODELING, CKLICK ON PICTURE BELOW TO COME TO ANTHELMENTICS MODELING  Well, the way they make shows is, they make one show. That show's called a pilot. Then they show that show to the people who make shows, and on the strength of that one show they decide if they're going to make more shows. Some pilots get picked and become television programs. Some don't, become nothing. She starred in one of the ones that became nothing. </p>
 +
                                <!-- End of paragraphs -->
 +
                            </div>
 +
 
 +
                            <img class="content-card-img" src="lebuff-300x150.jpg">
 +
 
 +
                           
 +
                        </div>
 +
                    </div>
 +
                </div>
 +
 
 +
 
 +
 
 +
                     <h1>Anthelmentics use model (maybe another name)</h1>
 
                     <p>Design</p>
 
                     <p>Design</p>
 
                     <br> <!-- Here is a line break -->
 
                     <br> <!-- Here is a line break -->
Line 56: Line 89:
 
Two extreme situations were analyzed, one where a horse has a parasite count that hits the threshold of maximum amount (100 000) of parasites and the second where the horse doesn’t have any parasites (although this is a very unlikely scenario).[5]
 
Two extreme situations were analyzed, one where a horse has a parasite count that hits the threshold of maximum amount (100 000) of parasites and the second where the horse doesn’t have any parasites (although this is a very unlikely scenario).[5]
 
<br></br>
 
<br></br>
 +
<table style="width:100%">
 +
  <tr>
 +
    <th>Variables</th>
 +
    <th>Value</th>
 +
    <th>Description</th<
 +
  </tr>
 +
  <tr>
 +
    <td>L</td>
 +
    <td></td>
 +
    <td>Density of infective larvae</td>
 +
  </tr>
 +
  <tr>
 +
    <td>A</td>
 +
    <td></td>
 +
    <td>Mean number of adult parasites per horse</td>
 +
  </tr>
 +
  <tr>
 +
    <td>rå</td>
 +
    <td>0.025[4]</td>
 +
    <td>Rate at which larva is lost from pasture, with other reasons than being eaten by the horses</td>
 +
  </tr>
 +
  <tr>
 +
    <td>Beta(A)</td>
 +
    <td>6 or 20</td>
 +
    <td>Rate at which larvae are eaten by a single horse. Regular rate is 20, if adult worms exceeds 100 000 the food intake reduces by 70% to 6.</td>
 +
  </tr>
 +
<tr>
 +
    <td>H</td>
 +
    <td>1</td>
 +
    <td>Horse population density per ha</td>
 +
  </tr>
 +
 +
  <tr>
 +
    <td>q(T)</td>
 +
    <td>Equation 2</td>
 +
    <td>Probability that an egg develops into an larvae, which is temperature, T (C), dependent</td>
 +
  </tr>
 +
  <tr>
 +
    <td>lambda</td>
 +
    <td>54 [4]</td>
 +
    <td>
 +
Mean rate at which an adult worm produces eggs
 +
</td>
 +
  </tr>
 +
  <tr>
 +
    <td>d</td>
 +
    <td>XXXXX [4]</td>
 +
    <td>The probability that an ingested larva develops into an adult worm</td>
 +
  </tr>
 +
  <tr>
 +
    <td>my</td>
 +
    <td>XXXXXXXX [4]</td>
 +
    <td>
 +
Mortality rate of adult parasites
 +
</td>
 +
  </tr>
 +
  <tr>
 +
    <td>u</td>
 +
    <td>0 or 1</td>
 +
    <td>Binary value that indicates if anthelmintic are used, 0 if not, 1 if used.</td>
 +
  </tr>
 +
 +
</table>
 +
 +
 
Because the development of eggs to larvae are temperature dependent, an linear equation for calculating the probability of an egg to develop into a larva was created. The equation is based on information about how long it takes for an egg to develop into an larva.[6] This equation was created by first dividing all the given temperatures by the highest temperature. A linear regression was made with these values and the temperature. The probability of an egg to develop into a larva in the earlier mentioned study was at 0.0275. If this value is assumed to be the mean probability, then it’s 20 times smaller than the mean probability in this trend line that was received. Therefore the constants in the equation was divided with 20 to match it. The temperature data was used was from the Uppsala weather stations measurement during 2017. (referens SMHI)  
 
Because the development of eggs to larvae are temperature dependent, an linear equation for calculating the probability of an egg to develop into a larva was created. The equation is based on information about how long it takes for an egg to develop into an larva.[6] This equation was created by first dividing all the given temperatures by the highest temperature. A linear regression was made with these values and the temperature. The probability of an egg to develop into a larva in the earlier mentioned study was at 0.0275. If this value is assumed to be the mean probability, then it’s 20 times smaller than the mean probability in this trend line that was received. Therefore the constants in the equation was divided with 20 to match it. The temperature data was used was from the Uppsala weather stations measurement during 2017. (referens SMHI)  
 
<br></br>
 
<br></br>

Revision as of 18:08, 13 October 2018