Difference between revisions of "Community-Based Operations Research"

From IFORS Developing Countries Online Resources
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
  
Link to material: http://hl.mccormick.northwestern.edu/publications/CBOR_informs_tutorials.pdf
+
'''Link to material:''' http://hl.mccormick.northwestern.edu/publications/CBOR_informs_tutorials.pdf
 +
 
 +
 
 +
<html>
 +
<head>
 +
</head>
 +
<body>
 +
<!-- Add this element exactly where you want the Rating-Widget to appear -->
 +
<div class="rw-ui-container rw-urid-1"></div>
 +
 
 +
<!--
 +
    You can add more Rating-Widgets in your site,
 +
    just pick some new rating-widget-unique-id (must be positive integer).
 +
    For example (rating-widget-unique-id = 38):
 +
    <div class="rw-ui-container rw-urid-38"></div>
 +
-->
 +
 
 +
<!-- Add this javascript code immediately before the </body> tag -->
 +
<div class="rw-js-container">
 +
    <script type="text/javascript">
 +
        // Async Rating-Widget initialization.
 +
        function RW_Async_Init(){
 +
            RW.init({
 +
                uid: "71DE7437E43A4855A3796C2364BA19FE",
 +
                huid: "127135",
 +
                options: {
 +
                    style: "oxygen"
 +
                }
 +
            });
 +
            RW.render();
 +
        }
 +
 
 +
        // Append Rating-Widget JavaScript library.
 +
        if (typeof(RW) == "undefined"){
 +
            (function(){
 +
                var rw = document.createElement("script"),
 +
                    d = new Date(), ck = "Y" + d.getFullYear() + "M" + d.getMonth() + "D" + d.getDate();
 +
                rw.type = "text/javascript"; rw.async = true;
 +
                rw.src = "http://js.rating-widget.com/external.min.js?ck=" + ck;
 +
                var s = document.getElementsByTagName("script")[0];
 +
                s.parentNode.insertBefore(rw, s);
 +
            })();
 +
        }
 +
 
 +
    </script>
 +
</div>
 +
</body>
 +
</html>
  
  
 
[[Category:Community OR]]
 
[[Category:Community OR]]

Latest revision as of 07:23, 30 July 2019

Community-based operations research is defined as the collection of analytical methods applied to problem domains in which interests of underrepresented, underserved, or vulnerable populations in localized jurisdictions, formal or informal, receive special emphasis, and for which solutions to problems of core concern for daily living must be identified and implemented so as to jointly optimize economic efficiency, social equity, and administrative burdens.


Link to material: http://hl.mccormick.northwestern.edu/publications/CBOR_informs_tutorials.pdf