Difference between revisions of "User:Kbjarkefur"
Kbjarkefur (talk | contribs) |
Kbjarkefur (talk | contribs) |
||
Line 1: | Line 1: | ||
< | <body> | ||
<script type="text/javascript"> | <script src="mainpageJScript.js" type="text/javascript"></script> | ||
<script type="text/javascript"> | |||
lifeCycleTopics = [ | lifeCycleTopics = [ | ||
['Image file', '[[Impact Evaluation Design]]', | ['Image file', '[[Impact Evaluation Design]]', | ||
Line 84: | Line 85: | ||
</div> | </div> | ||
</div> | </div> | ||
</ | </body> |
Revision as of 13:47, 9 February 2017
<body>
<script src="mainpageJScript.js" type="text/javascript"></script> <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>
</body>