Difference between revisions of "Team:Thessaloniki/Model/NAR"

Line 13: Line 13:
 
             </div>
 
             </div>
 
         </div>
 
         </div>
 +
        <q-list>
 +
            <div class="flex flex-center">
 +
                <div style="overflow-x:auto;">
 +
                    <p id="NAR-ode-eq"></p>
 +
                </div>
 +
            </div>
 +
        </q-list>
 
         <div class="row justify-center q-mb-md" :class="rM('text-dark', 'text-light')">
 
         <div class="row justify-center q-mb-md" :class="rM('text-dark', 'text-light')">
 
             <div class="col-xs-12 col-sm-10 col-md-9 col-lg-8">
 
             <div class="col-xs-12 col-sm-10 col-md-9 col-lg-8">
Line 634: Line 641:
  
 
         let equatations = [
 
         let equatations = [
 +
            {
 +
                id: 'NAR-ode-eq',
 +
                eq: `
 +
                    \\begin{aligned}
 +
                        \\frac{dR^*}{dt}  = b_R \\cdot c  - r_m \\cdot R^*      - d_{r} \\cdot R^*
 +
                    \\end{aligned}
 +
                `
 +
            },
 
         ]
 
         ]
  

Revision as of 23:38, 17 October 2018

NAR