202 lines
		
	
	
		
			20 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			202 lines
		
	
	
		
			20 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "Data Visualization Projects",
 | |
|   "order": 17,
 | |
|   "time": "200 hours",
 | |
|   "helpRoom": "HelpDataViz",
 | |
|   "challenges": [
 | |
|     {
 | |
|       "id": "bd7168d8c242eddfaeb5bd13",
 | |
|       "title": "Visualize Data with a Bar Chart",
 | |
|       "description": [
 | |
|         "<strong>Objective:</strong> Build a <a href='https://codepen.io' target='_blank'>CodePen.io</a> app that is functionally similar to this: <a href='https://codepen.io/FreeCodeCamp/full/vGjLVZ' target='_blank'>https://codepen.io/FreeCodeCamp/full/vGjLVZ</a>.",
 | |
|         "<strong>Rule #1:</strong> Don't look at the example project's code. Figure it out for yourself.",
 | |
|         "<strong>Rule #2:</strong> Fulfill the below <a href='https://en.wikipedia.org/wiki/User_story' target='_blank'>user stories</a>. Use whichever libraries or APIs you need. Give it your own personal style.",
 | |
|         "<strong>Rule #3:</strong> You must use D3.js to build this project.",
 | |
|         "<strong>User Story:</strong> I can see US Gross Domestic Product by quarter, over time.",
 | |
|         "<strong>User Story:</strong> I can mouse over a bar and see a tooltip with the GDP amount and exact year and month that bar represents.",
 | |
|         "<strong>Hint:</strong> Here's a dataset you can use to build this: <a href='https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/GDP-data.json' target='_blank'>https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/GDP-data.json</a>",
 | |
|         "Remember to use <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/FreeCodeCamp-Get-Help' target='_blank'>Read-Search-Ask</a> if you get stuck.",
 | |
|         "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen. ",
 | |
|         "You can get feedback on your project by sharing it with your friends on Facebook."
 | |
|       ],
 | |
|       "challengeSeed": [
 | |
|         "nss_5sZpjIE"
 | |
|       ],
 | |
|       "tests": [],
 | |
|       "isRequired": true,
 | |
|       "releasedOn": "January 1, 2016",
 | |
|       "type": "zipline",
 | |
|       "challengeType": 3,
 | |
|       "titleEs": "Visualiza datos utilizando un gráfico de barras",
 | |
|       "descriptionEs": [
 | |
|         "<strong>Objetivo:</strong> Construye una aplicación en <a href='https://codepen.io' target='_blank'>CodePen.io</a> que funcione de forma similar al siguiente ejemplo: <a href='https://codepen.io/FreeCodeCamp/full/vGjLVZ' target='_blank'>https://codepen.io/FreeCodeCamp/full/vGjLVZ</a>.",
 | |
|         "<strong>Regla #1:</strong> No veas el código del proyecto de ejemplo. Encuentra la forma de hacerlo por tu cuenta.",
 | |
|         "<strong>Regla #2:</strong> Satisface las siguientes <a href='https://en.wikipedia.org/wiki/User_story' target='_blank'>historias de usuario</a>. Usa cualquier librería o API que sea necesaria. ¡Ponle un toque personal!.",
 | |
|         "<strong>Regla #3:</strong> Debes utilizar D3.js para construir este proyecto.",
 | |
|         "<strong>Historia de usuario:</strong> Puedo ver el Producto Interno Bruto (PIB) de los EEUU por trimestre, a través del tiempo.",
 | |
|         "<strong>Historia de usuario:</strong> Puedo ver una descripción emergente con el monto de PIB y el mes y año que representa cada barra al mover el ratón sobre ellas.",
 | |
|         "<strong>Pista:</strong> Puedes utilizar el siguiente conjunto de datos para construir tu proyecto: <a href='https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/GDP-data.json' target='_blank'>https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/GDP-data.json</a>",
 | |
|         "Recuerda utilizar <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/FreeCodeCamp-Get-Help' target='_blank'>Read-Search-Ask</a> si te sientes atascado.",
 | |
|         "Cuando termines, haz clic en el botón de \"I've completed this challenge\" e incluye el vínculo de tu proyecto en CodePen. ",
 | |
|         "Puedes obtener retroalimentación acerca de tu proyecto de parte de tus compañeros campistas compartiéndolo en nuestro <a href='//gitter.im/freecodecamp/codereview' target='_blank'>Cuarto de revisión de código</a>. También puedes compartirlo en Twitter y en el campamento de tu ciudad (en Facebook)."
 | |
|       ]
 | |
|     },
 | |
|     {
 | |
|       "id": "bd7178d8c242eddfaeb5bd13",
 | |
|       "title": "Visualize Data with a Scatterplot Graph",
 | |
|       "description": [
 | |
|         "<strong>Objective:</strong> Build a <a href='https://codepen.io' target='_blank'>CodePen.io</a> app that is functionally similar to this: <a href='https://codepen.io/FreeCodeCamp/full/ONxvaa/' target='_blank'>https://codepen.io/FreeCodeCamp/full/ONxvaa/</a>.",
 | |
|         "<strong>Rule #1:</strong> Don't look at the example project's code. Figure it out for yourself.",
 | |
|         "<strong>Rule #2:</strong> Fulfill the below <a href='https://en.wikipedia.org/wiki/User_story' target='_blank'>user stories</a>. Use whichever libraries or APIs you need. Give it your own personal style.",
 | |
|         "<strong>Rule #3:</strong> You must use D3.js to build this project.",
 | |
|         "<strong>User Story:</strong> I can see performance time visualized in a scatterplot graph.",
 | |
|         "<strong>User Story:</strong> I can mouse over a plot to see a tooltip with additional details.",
 | |
|         "<strong>Hint:</strong> Here's a dataset you can use to build this: <a href='https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/cyclist-data.json' target='_blank'>https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/cyclist-data.json</a>",
 | |
|         "Remember to use <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/FreeCodeCamp-Get-Help' target='_blank'>Read-Search-Ask</a> if you get stuck.",
 | |
|         "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen. ",
 | |
|         "You can get feedback on your project by sharing it with your friends on Facebook."
 | |
|       ],
 | |
|       "challengeSeed": [
 | |
|         "barVgJDnTMk"
 | |
|       ],
 | |
|       "tests": [],
 | |
|       "isRequired": true,
 | |
|       "releasedOn": "January 1, 2016",
 | |
|       "type": "zipline",
 | |
|       "challengeType": 3,
 | |
|       "titleEs": "Visualiza datos utilizando un gráfico de dispersión",
 | |
|       "descriptionEs": [
 | |
|         "<strong>Objetivo:</strong> Construye una aplicación en <a href='https://codepen.io' target='_blank'>CodePen.io</a> que funcione de forma similar al siguiente ejemplo: <a href='https://codepen.io/FreeCodeCamp/full/ONxvaa/' target='_blank'>https://codepen.io/FreeCodeCamp/full/ONxvaa/</a>.",
 | |
|         "<strong>Regla #1:</strong> No veas el código del proyecto de ejemplo. Encuentra la forma de hacerlo por tu cuenta.",
 | |
|         "<strong>Regla #2:</strong> Satisface las siguientes <a href='https://en.wikipedia.org/wiki/User_story' target='_blank'>historias de usuario</a>. Usa cualquier librería o API que sea necesaria. ¡Ponle un toque personal!.",
 | |
|         "<strong>Regla #3:</strong> Debes utilizar D3.js para construir este proyecto.",
 | |
|         "<strong>Historia de usuario:</strong> Puedo ver el tiempo de recorrido en el diagrama de dispersión.",
 | |
|         "<strong>Historia de usuario:</strong> Puedo ver una descripción emergente con información adicional al mover el ratón sobre el gráfico.",
 | |
|         "<strong>Pista:</strong> Puedes utilizar el siguiente conjunto de datos para construir tu proyecto: <a href='https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/cyclist-data.json' target='_blank'>https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/cyclist-data.json</a>",
 | |
|         "Recuerda utilizar <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/FreeCodeCamp-Get-Help' target='_blank'>Read-Search-Ask</a> si te sientes atascado.",
 | |
|         "Cuando termines, haz clic en el botón de \"I've completed this challenge\" e incluye el vínculo de tu proyecto en CodePen. ",
 | |
|         "Puedes obtener retroalimentación acerca de tu proyecto de parte de tus compañeros campistas compartiéndolo en nuestro <a href='//gitter.im/freecodecamp/codereview' target='_blank'>Cuarto de revisión de código</a>. También puedes compartirlo en Twitter y en el campamento de tu ciudad (en Facebook)."
 | |
|       ]
 | |
|     },
 | |
|     {
 | |
|       "id": "bd7188d8c242eddfaeb5bd13",
 | |
|       "title": "Visualize Data with a Heat Map",
 | |
|       "description": [
 | |
|         "<strong>Objective:</strong> Build a <a href='https://codepen.io' target='_blank'>CodePen.io</a> app that is functionally similar to this: <a href='https://codepen.io/FreeCodeCamp/full/aNLYPp/' target='_blank'>https://codepen.io/FreeCodeCamp/full/aNLYPp/</a>.",
 | |
|         "<strong>Rule #1:</strong> Don't look at the example project's code. Figure it out for yourself.",
 | |
|         "<strong>Rule #2:</strong> Fulfill the below <a href='https://en.wikipedia.org/wiki/User_story' target='_blank'>user stories</a>. Use whichever libraries or APIs you need. Give it your own personal style.",
 | |
|         "<strong>Rule #3:</strong> You must use D3.js to build this project.",
 | |
|         "<strong>User Story:</strong> I can view a heat map with data represented both on the Y and X axis.",
 | |
|         "<strong>User Story:</strong> Each cell is colored based its relationship to other data.",
 | |
|         "<strong>User Story:</strong> I can mouse over a cell in the heat map to get more exact information.",
 | |
|         "<strong>Hint:</strong> Here's a dataset you can use to build this: <a href='https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/global-temperature.json' target='_blank'>https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/global-temperature.json</a>",
 | |
|         "Remember to use <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/FreeCodeCamp-Get-Help' target='_blank'>Read-Search-Ask</a> if you get stuck.",
 | |
|         "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen. ",
 | |
|         "You can get feedback on your project by sharing it with your friends on Facebook."
 | |
|       ],
 | |
|       "challengeSeed": [
 | |
|         "TVJr7ndWAYo"
 | |
|       ],
 | |
|       "tests": [],
 | |
|       "isRequired": true,
 | |
|       "releasedOn": "January 1, 2016",
 | |
|       "type": "zipline",
 | |
|       "challengeType": 3,
 | |
|       "titleEs": "Visualiza datos utilizando un mapa de calor",
 | |
|       "descriptionEs": [
 | |
|         "<strong>Objetivo:</strong> Construye una aplicación en <a href='https://codepen.io' target='_blank'>CodePen.io</a> que funcione de forma similar al siguiente ejemplo: <a href='https://codepen.io/FreeCodeCamp/full/aNLYPp/' target='_blank'>https://codepen.io/FreeCodeCamp/full/aNLYPp/</a>.",
 | |
|         "<strong>Regla #1:</strong> No veas el código del proyecto de ejemplo. Encuentra la forma de hacerlo por tu cuenta.",
 | |
|         "<strong>Regla #2:</strong> Satisface las siguientes <a href='https://en.wikipedia.org/wiki/User_story' target='_blank'>historias de usuario</a>. Usa cualquier librería o API que sea necesaria. ¡Ponle un toque personal!.",
 | |
|         "<strong>Regla #3:</strong> Debes utilizar D3.js para construir este proyecto.",
 | |
|         "<strong>Historia de usuario:</strong> Puedo ver un mapa de calor con datos representados en los ejes x, y.",
 | |
|         "<strong>Historia de usuario:</strong> El color de cada celda debe estar basado en su relación con otros datos.",
 | |
|         "<strong>Historia de usuario:</strong> Puedo mover el ratón sobre una celda en el mapa de calor para obtener información más detallada.",
 | |
|         "<strong>Pista:</strong> Puedes utilizar el siguiente conjunto de datos para construir tu proyecto: <a href='https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/global-temperature.json' target='_blank'>https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/global-temperature.json</a>",
 | |
|         "Recuerda utilizar <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/FreeCodeCamp-Get-Help' target='_blank'>Read-Search-Ask</a> si te sientes atascado.",
 | |
|         "Cuando termines, haz clic en el botón de \"I've completed this challenge\" e incluye el vínculo de tu proyecto en CodePen. ",
 | |
|         "Puedes obtener retroalimentación acerca de tu proyecto de parte de tus compañeros campistas compartiéndolo en nuestro <a href='//gitter.im/freecodecamp/codereview' target='_blank'>Cuarto de revisión de código</a>. También puedes compartirlo en Twitter y en el campamento de tu ciudad (en Facebook)."
 | |
|       ]
 | |
|     },
 | |
|     {
 | |
|       "id": "bd7198d8c242eddfaeb5bd13",
 | |
|       "title": "Show National Contiguity with a Force Directed Graph",
 | |
|       "description": [
 | |
|         "<strong>Objective:</strong> Build a <a href='https://codepen.io' target='_blank'>CodePen.io</a> app that is functionally similar to this: <a href='https://codepen.io/FreeCodeCamp/full/xVopBo' target='_blank'>https://codepen.io/FreeCodeCamp/full/xVopBo</a>.",
 | |
|         "<strong>Rule #1:</strong> Don't look at the example project's code. Figure it out for yourself.",
 | |
|         "<strong>Rule #2:</strong> Fulfill the below <a href='https://en.wikipedia.org/wiki/User_story' target='_blank'>user stories</a>. Use whichever libraries or APIs you need. Give it your own personal style.",
 | |
|         "<strong>Rule #3:</strong> You must use D3.js to build this project.",
 | |
|         "<strong>User Story:</strong> I can see a Force-directed Graph that shows which countries share borders.",
 | |
|         "<strong>User Story:</strong> I can see each country's flag on its node.",
 | |
|         "<strong>Hint:</strong> Here's a dataset you can use to build this: <a href='https://raw.githubusercontent.com/DealPete/forceDirected/master/countries.json' target='_blank'>https://raw.githubusercontent.com/DealPete/forceDirected/master/countries.json</a>",
 | |
| 		"<strong>Hint:</strong> You can create a spritesheet of national flags at <a href='https://www.flag-sprites.com' target='_blank'>https://www.flag-sprites.com</a>.",
 | |
|         "Remember to use <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/FreeCodeCamp-Get-Help' target='_blank'>Read-Search-Ask</a> if you get stuck.",
 | |
|         "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen. ",
 | |
|         "You can get feedback on your project by sharing it with your friends on Facebook."
 | |
|       ],
 | |
|       "challengeSeed": [
 | |
|         "etBaP3IdlIE"
 | |
|       ],
 | |
|       "tests": [],
 | |
|       "isRequired": true,
 | |
|       "releasedOn": "January 1, 2016",
 | |
|       "type": "zipline",
 | |
|       "challengeType": 3,
 | |
|       "titleEs": "Muestra asociaciones utilizando un gráfico de fuerzas dirigidas",
 | |
|       "descriptionEs": [
 | |
|         "<strong>Objetivo:</strong> Construye una aplicación en <a href='https://codepen.io' target='_blank'>CodePen.io</a> que funcione de forma similar al siguiente ejemplo: <a href='https://codepen.io/FreeCodeCamp/full/KVNNXY' target='_blank'>https://codepen.io/FreeCodeCamp/full/KVNNXY</a>.",
 | |
|         "<strong>Regla #1:</strong> No veas el código del proyecto de ejemplo. Encuentra la forma de hacerlo por tu cuenta.",
 | |
|         "<strong>Regla #2:</strong> Satisface las siguientes <a href='https://en.wikipedia.org/wiki/User_story' target='_blank'>historias de usuario</a>. Usa cualquier librería o API que sea necesaria. ¡Ponle un toque personal!.",
 | |
|         "<strong>Regla #3:</strong> Debes utilizar D3.js para construir este proyecto.",
 | |
|         "<strong>Historia de usuario:</strong> Puedo ver un gráfico de fuerza dirigida que muestra qué campistas están publicando enlaces en Camper News hacia qué dominios.",
 | |
|         "<strong>Historia de usuario:</strong> Puedo ver el icono de cada campista en su nodo respectivo.",
 | |
|         "<strong>Historia de usuario:</strong> Puedo ver la relación entre los campistas y los dominios que publican.",
 | |
|         "<strong>Historia de usuario:</strong> Puedo conocer aproximadamente cuántas veces los campistas han enlazado un dominio en particular a partir del tamaño del nodo respectivo.",
 | |
|         "<strong>Historia de usuario:</strong> Puedo conocer aproximadamente cuántas veces un campista específico ha publicado un enlace a partir del tamaño de su nodo.",
 | |
|         "<strong>Pista:</strong> La siguiente es la ruta del API de noticias de Camper News: <code>http://www.freecodecamp.com/news/hot</code>.",
 | |
|         "Recuerda utilizar <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/FreeCodeCamp-Get-Help' target='_blank'>Read-Search-Ask</a> si te sientes atascado.",
 | |
|         "Cuando termines, haz clic en el botón de \"I've completed this challenge\" e incluye el vínculo de tu proyecto en CodePen. ",
 | |
|         "Puedes obtener retroalimentación acerca de tu proyecto de parte de tus compañeros campistas compartiéndolo en nuestro <a href='//gitter.im/freecodecamp/codereview' target='_blank'>Cuarto de revisión de código</a>. También puedes compartirlo en Twitter y en el campamento de tu ciudad (en Facebook)."
 | |
|       ]
 | |
|     },
 | |
|     {
 | |
|       "id": "bd7108d8c242eddfaeb5bd13",
 | |
|       "title": "Map Data Across the Globe",
 | |
|       "description": [
 | |
|         "<strong>Objective:</strong> Build a <a href='https://codepen.io' target='_blank'>CodePen.io</a> app that is functionally similar to this: <a href='https://codepen.io/FreeCodeCamp/full/mVEJag' target='_blank'>https://codepen.io/FreeCodeCamp/full/mVEJag</a>.",
 | |
|         "<strong>Rule #1:</strong> Don't look at the example project's code. Figure it out for yourself.",
 | |
|         "<strong>Rule #2:</strong> Fulfill the below <a href='https://en.wikipedia.org/wiki/User_story' target='_blank'>user stories</a>. Use whichever libraries or APIs you need. Give it your own personal style.",
 | |
|         "<strong>Rule #3:</strong> You must use D3.js to build this project.",
 | |
|         "<strong>User Story:</strong> I can see where all Meteorites landed on a world map.",
 | |
|         "<strong>User Story:</strong> I can tell the relative size of the meteorite, just by looking at the way it's represented on the map.",
 | |
|         "<strong>User Story:</strong> I can mouse over the meteorite's data point for additional data.",
 | |
|         "<strong>Hint:</strong> Here's a dataset you can use to build this: <a href='https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/meteorite-strike-data.json' target='_blank'>https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/meteorite-strike-data.json</a>",
 | |
|         "Remember to use <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/FreeCodeCamp-Get-Help' target='_blank'>Read-Search-Ask</a> if you get stuck.",
 | |
|         "When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen. ",
 | |
|         "You can get feedback on your project by sharing it with your friends on Facebook."
 | |
|       ],
 | |
|       "challengeSeed": [
 | |
|         "kSAqct10gA0"
 | |
|       ],
 | |
|       "tests": [],
 | |
|       "isRequired": true,
 | |
|       "releasedOn": "January 1, 2016",
 | |
|       "type": "zipline",
 | |
|       "challengeType": 3,
 | |
|       "titleEs": "Mapea datos a lo largo del Globo",
 | |
|       "descriptionEs": [
 | |
|         "<strong>Objetivo:</strong> Construye una aplicación en <a href='https://codepen.io' target='_blank'>CodePen.io</a> que funcione de forma similar al siguiente ejemplo: <a href='https://codepen.io/FreeCodeCamp/full/mVEJag' target='_blank'>https://codepen.io/FreeCodeCamp/full/mVEJag</a>.",
 | |
|         "<strong>Regla #1:</strong> No veas el código del proyecto de ejemplo. Encuentra la forma de hacerlo por tu cuenta.",
 | |
|         "<strong>Regla #2:</strong> Satisface las siguientes <a href='https://en.wikipedia.org/wiki/User_story' target='_blank'>historias de usuario</a>. Usa cualquier librería o API que sea necesaria. ¡Ponle un toque personal!.",
 | |
|         "<strong>Regla #3:</strong> Debes utilizar D3.js para construir este proyecto.",
 | |
|         "<strong>Historia de usuario:</strong> Puedo ver a dónde cayeron todos los meteoritos en un mapa mundi.",
 | |
|         "<strong>Historia de usuario:</strong> Puedo distinguir el tamaño relativo de cada meteorito simplemente viendo la forma en que está representado en el mapa.",
 | |
|         "<strong>Historia de usuario:</strong> Puedo mover el ratón sobre el dato de cada meteorito para obtener información adicional.",
 | |
|         "<strong>Pista:</strong> Puedes utilizar el siguiente conjunto de datos para construir tu proyecto: <a href='https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/meteorite-strike-data.json' target='_blank'>https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/meteorite-strike-data.json</a>",
 | |
|         "Recuerda utilizar <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/FreeCodeCamp-Get-Help' target='_blank'>Read-Search-Ask</a> si te sientes atascado.",
 | |
|         "Cuando termines, haz clic en el botón de \"I've completed this challenge\" e incluye el vínculo de tu proyecto en CodePen. ",
 | |
|         "Puedes obtener retroalimentación acerca de tu proyecto de parte de tus compañeros campistas compartiéndolo en nuestro <a href='//gitter.im/freecodecamp/codereview' target='_blank'>Cuarto de revisión de código</a>. También puedes compartirlo en Twitter y en el campamento de tu ciudad (en Facebook)."
 | |
|       ]
 | |
|     }
 | |
|   ]
 | |
| }
 |