Difference between revisions of "User:Kbjarkefur"

Jump to: navigation, search
Line 1: Line 1:
Kbjarkefur is a Data Coordinator at DIME.
<script type="text/javascript">
    lifeCycleTopics = [
      ['Image file', '[[Impact Evaluation Design]]',
        'A brief introduction to the regression models commonly used in Impact Evaluation. Links to in details resources.'
      ],['Image file','[[Sampling & Power Calculations]]',
        'A brief introduction to the regression models commonly used in Impact Evaluation. Links to in details resources.'
      ],['Image file','[[Human Subjects Approval]]',
        'This topic discuss all ethical concerns important for the '
      ],['Image file','[[Preparing for Data Collection]]',
        'This topic discuss all ethical concerns important for the '
      ],['Image file','[[Survey Firm Procurement]]',
        'This topic discuss all ethical concerns important for the '
      ],['Image file','[[Questionnaire Design]]',
        'This topic discuss all ethical concerns important for the '
      ],['Image file','[[Questionnaire Translation]]',
        'This topic discuss all ethical concerns important for the '
      ],['Image file','[[Questionnaire Programming]]',
        'This topic discuss all ethical concerns important for the '
      ],['Image file','[[Survey Pilot]',
        'This topic discuss all ethical concerns important for the '
      ],['Image file','[[Enumerator Training]]',
        'This topic discuss all ethical concerns important for the '
      ],['Image file','[[Monitoring Data Quality]]',
        'This topic discuss all ethical concerns important for the '
      ],['Image file','[[Data Management]]',
        'This topic discuss all ethical concerns important for the '
      ],['Image file','[[Data Cleaning]]',
        'This topic discuss all ethical concerns important for the '
      ],['Image file','[[Data Analysis]]',
        'This topic discuss all ethical concerns important for the '
      ],['Image file','[[Reproducible Research]]',
        'This topic discuss all ethical concerns important for the '
      ]
    ]
    standAloneTopics = [
      '[[Stata Coding Practices]]','[[Stata Coding Practices]]','[[SCTO Coding Practices|SurveyCTO Coding Practices]]','[[Geo Spatial Data]]','[[Check Lists for Field Coordinators]]','[[i2i Trust Fund for Impact Evaluation]]','[[Impact Evaluation Team]]','[[Cost-effectiveness Analysis]]'
    ]
  </script>
  <div class="cont">


His full name is Kristoffer Bjärkefur.  
    <table class="header_table">
      <tr>
        <td><img src="DIMEi2i.jpg" ></td>
        <td id="welcome">Welcome to the DIME Wiki!<br>To '''Create a New Account''', click [[New_Users | here]].</td>
        <td id="contribute">Everyone is encouraged to contribute to this Wiki. We reserve the right to review edits. For instructions on how to contribute to the Wiki click [[DIME Wiki Contributions|here]].
        </td>
      </tr>
    </table>


Check out his GitHub page: https://github.com/kbjarkefur
  </div>


{| class="wikitable"  style="margin-left: auto; margin-right: auto; background-color:white; border: none;"
<div class="border"></div>
|+ The parts of a survey form name
|-
| colspan="8" | Impact Evaluation Life Cycle Topics
| style="background-color:#B82E24" |
| colspan="4" | Stand Alone Topics
|-
| colspan="2" | Topic
| colspan="6" | Description
| style="background-color:#B82E24" |
| colspan="6" |
|-
| colspan="2" | [[Impact Evaluation Design]]
| colspan="6" | A brief introduction to the regression models commonly used in Impact Evaluation. Links to in details resources.
| style="background-color:#B82E24" |
| colspan="6" | [[Stata Coding Practices]]
|-
| colspan="2" | [[Sampling & Power Calculations]]
| colspan="6" | Description
| style="background-color:#B82E24" |
| colspan="6" | [[SCTO Coding Practices]]
|-
| colspan="2" | [[Human Subjects Approval]]
| colspan="6" | Description
| style="background-color:#B82E24" |
| colspan="6" | [[Geo Spatial Data]]
|-
| colspan="2" | [[Preparing for Data Collection]]
| colspan="6" | Description
| style="background-color:#B82E24" |
| colspan="6" | Check Lists for Field Coordinators
|-
| colspan="2" | [[Survey Firm Procurement]]
| colspan="6" | Description
| style="background-color:#B82E24" |
| colspan="6" | i2i Trust Fund for Impact Evaluation
|-
| colspan="2" | [[Questionnaire Design]]
| colspan="6" | Description
| style="background-color:#B82E24" |
| colspan="6" | Impact Evaluation Team
|-
| colspan="2" | [[Questionnaire Translation]]
| colspan="6" | Description
| style="background-color:#B82E24" |
| colspan="6" | Cost-effectiveness Analysis
|-
|}


<table style="width:100%">
  <div class="cont">
  <tr>
    <div class="lifecycle_cont">
    <th>Firstname</th>
      <div class="title">
    <th>Lastname</th>  
        <table style="width:100%">
    <th>Age</th>
          <tr><td>Impact Evaluation Life Cycle Topics</tr></td>
  </tr>
        </table>
  <tr>
      </div>
    <td>Jill</td>
      <script type="text/javascript">
     <td>[[Questionnaire Translation]]</td>  
        for ( j = 0 ; j < lifeCycleTopics.length ; ++j )
     <td>50</td>
        {
  </tr>
          document.write(dispTopics_lc(lifeCycleTopics[j]));
  <tr>
        }
    <td>Eve</td>
      </script>
    <td>Jackson</td>  
     </div>
    <td>94</td>
     <div class="standalone_cont">
  </tr>
      <div class="title">
</table>
        <table style="width:100%">
          <tr><td>Stand Alone Topics</tr></td>
        </table>
      </div>
      <script type="text/javascript">
 
        standAloneTopics.sort(function(a, b){return 0.5 - Math.random()});
 
        for ( j = 0 ; j < standAloneTopics.length ; ++j )
        {
          document.write(dispTopics_sa(standAloneTopics[j]));
        }
      </script>
    </div>
  </div>

Revision as of 14:34, 8 February 2017

<script type="text/javascript">

   lifeCycleTopics = [
     ['Image file', 'Impact Evaluation Design',
       'A brief introduction to the regression models commonly used in Impact Evaluation. Links to in details resources.'
     ],['Image file','Sampling & Power Calculations',
       'A brief introduction to the regression models commonly used in Impact Evaluation. Links to in details resources.'
     ],['Image file','Human Subjects Approval',
       'This topic discuss all ethical concerns important for the '
     ],['Image file','Preparing for Data Collection',
       'This topic discuss all ethical concerns important for the '
     ],['Image file','Survey Firm Procurement',
       'This topic discuss all ethical concerns important for the '
     ],['Image file','Questionnaire Design',
       'This topic discuss all ethical concerns important for the '
     ],['Image file','Questionnaire Translation',
       'This topic discuss all ethical concerns important for the '
     ],['Image file','Questionnaire Programming',
       'This topic discuss all ethical concerns important for the '
     ],['Image file','[[Survey Pilot]',
       'This topic discuss all ethical concerns important for the '
     ],['Image file','Enumerator Training',
       'This topic discuss all ethical concerns important for the '
     ],['Image file','Monitoring Data Quality',
       'This topic discuss all ethical concerns important for the '
     ],['Image file','Data Management',
       'This topic discuss all ethical concerns important for the '
     ],['Image file','Data Cleaning',
       'This topic discuss all ethical concerns important for the '
     ],['Image file','Data Analysis',
       'This topic discuss all ethical concerns important for the '
     ],['Image file','Reproducible Research',
       'This topic discuss all ethical concerns important for the '
     ]
   ]
   standAloneTopics = [
     'Stata Coding Practices','Stata Coding Practices','SurveyCTO Coding Practices','Geo Spatial Data','Check Lists for Field Coordinators','i2i Trust Fund for Impact Evaluation','Impact Evaluation Team','Cost-effectiveness Analysis'
   ]
 </script>
<img src="DIMEi2i.jpg" > Welcome to the DIME Wiki!
To Create a New Account, click here.
Everyone is encouraged to contribute to this Wiki. We reserve the right to review edits. For instructions on how to contribute to the Wiki click here.
Impact Evaluation Life Cycle Topics
     <script type="text/javascript">
       for ( j = 0 ; j < lifeCycleTopics.length ; ++j )
       {
         document.write(dispTopics_lc(lifeCycleTopics[j]));
       }
     </script>
Stand Alone Topics
     <script type="text/javascript">
       standAloneTopics.sort(function(a, b){return 0.5 - Math.random()});
       for ( j = 0 ; j < standAloneTopics.length ; ++j )
       {
         document.write(dispTopics_sa(standAloneTopics[j]));
       }
     </script>