Changes between Version 34 and Version 35 of GeniTmixCalibTutorial


Ignore:
Timestamp:
06/19/14 19:13:45 (10 years ago)
Author:
Ben Newton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniTmixCalibTutorial

    v34 v35  
    101101[[Image(calibration.png, 550, nolink, right)]] '''Repeat steps 1 through 9 of section C''' for various input files (i.e. 1of02.cinit.tcvec), and plot the resulting bytes transferred.  You should reach a point where the linear growth stops.  You can use the following table to record your results.     
    102102{{{
    103 #!styledtable
     103@table default:
    104104
    105 #!-- Define the table style
     105table.default {
     106    font-family: verdana,arial,sans-serif;
     107    font-size:11px;
     108    color:#333333;
     109    border-width: 1px;
     110    border-color: #666666;
     111    border-collapse: collapse;
     112}
    106113
    107 @table (@default):
     114table.default thead th {
     115    border-width: 1px;
     116    padding: 2px;
     117    border-style: solid;
     118    border-color: #666666;
     119    background-color: #dedede;
     120}
    108121
    109 #!-- Define the three columns to use
     122table.default tbody td {
     123    border-width: 1px;
     124    padding: 2px;
     125    border-style: solid;
     126    border-color: #666666;
     127}
    110128
    111 @column task
    112 @column details
    113 @column status
     129@css header:
     130    font-weight: bold;
     131    text-align: center;
    114132
    115 #!-- Tell the TablePlugin that this row should be styled with @header
     133@css complete:
     134    font-weight: bold;
     135    background: palegreen;
    116136
    117 @row (@header)
     137@css not_complete:
     138    font-weight: bold;
     139    background: #F80000;
     140}}}
    118141
    119 #!-- Define the first row, the table headers
    120 
    121 @task: Task
    122 @details: Details
    123 @status: Status
    124 
    125 #!-- The next row, noticed the @complete style applied to @status cell.
    126 
    127 @task: Task 1
    128 @details: Details of Task 1.
    129 @status (@complete): Complete
    130 
    131 #!-- Remaining rows below...
    132 
    133 @task: Task 2
    134 @details: Details of Task 2.
    135 @status (@complete): Complete
    136 
    137 @task: Task 3
    138 @details: Details of Task 3.
    139 @status (@not_complete): Not Complete
    140 
    141 @task: Task 4
    142 @details: Details of Task 4.
    143 @status: Waiting...
    144 
    145 @task: Task 5
    146 @details: Details of Task 5.
    147 @status: Waiting...
    148 }}}
    149142
    150143{{{