Skip to content

Instantly share code, notes, and snippets.

@atleastimtrying
Last active August 29, 2015 13:56
Show Gist options
  • Save atleastimtrying/9152618 to your computer and use it in GitHub Desktop.
Save atleastimtrying/9152618 to your computer and use it in GitHub Desktop.
//measure the quality of life of workforce and supply chain
//measure level of employment/unemployment in area of development.
//measure creation of new work/supporting societites
//values available about companies
//the mission of the company
//description of the outputs of the company gives evidence of direction towards the mission
//outcomes +ve
// how the intended changes have been enacted and the results of these.
// impact -ve (usually)
// additional information on how the mission has changed the world.
// ways to move forward and create new missions in response to +ve and -ve information
//based on stakeholders
//can you create comparable measurements?
//enter name of product - get mission statement of company, get 5 latest news reports on company from
//enter a product/brand get
//build an api
// /summary.json?company_name="Coke"
{
company_name: 'Coca-Cola',
mission_statement: 'Coca-Cola is awesome x approx 150 words',
mission_statement_proof: 'Coca cola IS awesome for realz'
mission_statement_investigator: 'John Smith - WHO'
news_sources: [
{
name: "Al Jazeera",
headline: 'Coke killed 15 people today',
polarity: 0.1
},
{
name: 'New York Times',
headline: 'Coke have found a cure for cancer',
polarity: 0.9
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment