###Capítulo 1 Sempre considere o contexto das coisas. Você não apenas pensa sentada, você pensa falando, escrevendo, se comunicando com os outros etc. Os problemas também estão inseridos em um contexto, é importante saber qual é.
Quando a gente tá desenvolvendo um programa pra ensinar alguém, estamos tentando levar a pessoa de um lado a outro do penhasco (noviço à expert). Esse gap pode ser de conhecimento, de skill (se a pessoa precisar praticar é uma skill), de motivação (a pessoa sabe o que fazer mas não quer fazer) ou de comunicação. É importante definir esse gap antes de iniciar o processo de desenvolvimento do plano.
###Capítulo 1 As ideias que ficam seguem um padrão. São simples, fazem a pessoa sentirem algo, e quem diz tem credibilidade. A maioria das ideias não são marcantes e não grudam por causa da maldição do conhecimento: quando a gente sabe algo é difícil lembrar como quem não sabe se sente.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function evaluateQueryResults(){ | |
var documentsSheetID = ...; | |
var queryDefaultConfigSheetID = ...; | |
var queryStopWordConfigSheetID = ...; | |
var queryStemmingConfigSheetID = ...; | |
var queryCompleteConfigSheetID = ...; | |
Logger.log("default"); | |
Logger.log(createEvaluationMatrix(documentsSheetID, queryDefaultConfigSheetID)); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function bubbleChart() { | |
var width = 960, | |
height = 960, | |
maxRadius = 6, | |
columnForColors = "category", | |
columnForRadius = "views"; | |
function chart(selection) { | |
var data = selection.datum(); | |
var div = selection, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AirLineAbbr | Airline | Reason | Number | |||
---|---|---|---|---|---|---|
9E | Pinnacle Airlines | Carrier | 1270 | |||
AA | American Airlines | Carrier | 814 | |||
AQ | Aloha Airlines Inc. | Carrier | 25 | |||
AS | Alaska Airlines | Carrier | 239 | |||
B6 | JetBlue Airways | Carrier | 211 | |||
CO | Continental Air Lines | Carrier | 31 | |||
DL | Delta Air Lines | Carrier | 401 | |||
EV | Estafeta Carga Aereas | Carrier | 333 | |||
F9 | Frontier Airlines | Carrier | 6 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"projects": [ | |
{ | |
"meeting": "1st Meeting", | |
"type": "project", | |
"date": "09/03/2017", | |
"label": "Project 002/2017", | |
"status": "approved" | |
}, | |
{ |
OlderNewer