knitr::opts_chunk$set(echo = FALSE)
library(publicLibs)
library(shiny)

Overview

Background

“The Air Force Community Partnership Program is a framework through which installation and public/private sector community leaders can develop innovative ways to leverage their capabilities and resources to obtain shared value and benefit by avoiding or reducing costs.”

Background

Public-Private Partnerships

Background

Public-Public Partnerships

Reseach Statement

This research effort investigated the off-base community of an installation to predict where partnerships are more likely to succeed. For each CONUS installation, the library service provided by the community was analyzed to produce an index using inverse distance weighting. The index takes into account the quality of each instance of the service and the distance from the installation. These indices were then compared and used as a predictor for where a library partnership could be used.

Reseach Questions:

Methodology

Data Summary

- Sources of data: www.publiclibraries.org and www.public-libraries.com - Data converted from HTML tables to data-frame in R - Libraries geocoded using Google-maps Application Programming Interface
\hfill

Methodology


shinyApp(options = list(width = '100%', height = '800px'),

ui = fluidPage(mainPanel(DT::dataTableOutput("states", height = "800px"),
                         width = 12)),

server = function(input, output, session){

  library(DT)
  output$states <- DT::renderDataTable({
                   DT::datatable(publicLibs::US_Libs[1:2000,],                                                     options = list(pageLength = 14))
})
})

Methodology

Analysis

Interactive Plot

teachingApps::includeApp('offbase_libraries', height = '800px')

Summary

References

  1. GAO. (2013). GAO Defense Infrastructure. Washington DC: United States Government Accountability Office.
  2. Johnson, B., & Clark, L. (2015, September). A Plan for Strategic Basing. The Military Engineer, 52 – 54.
  3. Team, A. F. C. P. (2015). AF Community Partnership Program signs 100th partnering agreement. Retrieved February 21, 2016, from http://www.af.mil/News/ArticleDisplay/tabid/223/Article/608603/af-community-partnership-program-signs-100th-partnering-agreement.aspx
  4. Hodge, G. a., & Greve, C. (2007). Public Private Partnerships: An International Performance Review. Public Administration Review, 67(3), 545–558. http://doi.org/10.1111/j.1540-6210.2007.00736.x
  5. Li, B., & Akintoye, A. (2003). An Overview of Public-Private Parnership. In A. Akintoye, M. Beck, & C. Hardcastle (Eds.), Public-Private Partnerships: Managing Risks and Oppurtunities. John Wiley & Sons. Retrieved from https://books.google.com/books?hl=en&lr=&id=Y_hAmDKmJM0C&pgis=1
  6. Lobina, E., & Hall, D. (2006). Public-Public Partnerships as a catalyst for capacity building and institutional development: Lessons from Stockholm Vatten’s experience in the Baltic region. Retrieved from http://www.psiru.org/reports/2006-09-W-PUPs.doc
  7. De Smith, M., Goodchild, M. F., & Longley, P. a. (2015). Geospatial Analysis 5th Edition, 2015. Retrieved from http://www.spatialanalysisonline.com/HTML/index.html
  8. Longley, P., & Goodchild, M. (2011). Geographic Information Systems and Science (Third). John Wiley & Sons. Retrieved from https://books.google.com/books?hl=en&lr=&id=toobg6OwFPEC&pgis=1

Tips for AFIt



Auburngrads/publicLibs documentation built on July 24, 2020, 5:41 a.m.