> For the complete documentation index, see [llms.txt](https://civic-switchboard.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://civic-switchboard.gitbook.io/guide/understanding-your-ecosystem/resources.md).

# Selected Resources

On this page, we've selected and described some resources that we think are relevant to the "Understanding Your Ecosystem" section.&#x20;

**Donker, Frederika Well and Bastiaan van Loenen. "How to Assess the Success of the Open Data Ecosystem?"&#x20;*****International Journal of Digital Earth*****&#x20;10, no. 3 (2017): 284-306.** [**https://doi.org/10.1080/17538947.2016.1224938**](https://doi.org/10.1080/17538947.2016.1224938)

Donker and van Loenen review existing frameworks for assessing the health and efficacy of open data initiatives and identify a need to capture greater data user feedback through assessment. They offer a "holistic open data assessment framework" that examines data supply ("the way in which data are provided as open data"), data governance ("the way in which government aspects are organised") and user characteristics ("the way in which the user characteristics enable the user to innovate with open data") (p. 288).

**Malinsky, Eli and Chad Lubelsky. "Network Evaluation: Cultivating Healthy Networks for Social Change." Toronto: Centre for Social Innovation.** [**http://socialinnovation.ca/sites/socialinnovation.ca/files/NetworkEvaluation\_Pocket\_english.pdf**](https://socialinnovation.org/wp-content/uploads/2016/08/NetworkEvaluation_Pocket_english.pdf)

Malinsky and Lubelsky define networks as "systems of relatively autonomous actors that are working in concern to achieve shared goals or pursuing individual goals within a shared system" (p. 8). Their text offers strategies for evaluating the performance and success of networks.

**The Open Data Barometer.** [**https://opendatabarometer.org**](https://opendatabarometer.org)

A project of the World Wide Web Foundation, the Open Data Barometer assesses the "prevalence and impact of open data initiatives around the world," ranking national governments on the implementation and effects of their programs.

**Open Data Institute (UK). "Mapping Data Ecosystems." March 23, 2018.** [**https://theodi.org/article/mapping-data-ecosystems/**](https://theodi.org/article/mapping-data-ecosystems/)

This resource offers guidance on mapping an ecosystem in a workshop setting or by oneself or with a small number of colleagues. It identifies common players in a data ecosystems, provides prompts for creating a map, and highlights examples of data ecosystem maps.

Arena, Olivia and Crystal Li. **Guide to Civic Tech & Data Ecosystem Mapping.** June 2018. <https://www.urban.org/sites/default/files/publication/98649/guide_to_civic_tech_and_data_ecosystem_mapping.pdf>

This guide is the product of an initiative by the Civic Tech and Data Collaborative (CTDC) in which seven local communities used ecosystem mapping to identify their local existing data networks and roles. The resource "provides guidance and examples from these cities on the value of mapping, key questions when getting started, different methods to collect the data, and how to use and analyze ecosystem maps to strengthen community relationships."


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://civic-switchboard.gitbook.io/guide/understanding-your-ecosystem/resources.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
