diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-06 09:08:38 -0400 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-06 09:08:38 -0400 |
| commit | b804ccef08a89badabeb8661ba778f90f9a20d44 (patch) | |
| tree | fd4dd43e86c79f7eb0129e526dd05c1c56df0cef /client/src/lib | |
| parent | 7040b8b2f7509bb1d79607469b2191ef9db8a05a (diff) | |
rebuild
Diffstat (limited to 'client/src/lib')
| -rw-r--r-- | client/src/lib/app/index.js | 3 | ||||
| -rw-r--r-- | client/src/lib/db/backupDB.js | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/client/src/lib/app/index.js b/client/src/lib/app/index.js index 3034e54..1a4fec7 100644 --- a/client/src/lib/app/index.js +++ b/client/src/lib/app/index.js @@ -68,9 +68,6 @@ class App extends Component { <Route exact path='/' render={(props) => ( <Home /> )}/> - <Route path='/site.html' render={(props) => ( - <Home /> - )}/> <Route path='/timeline' render={(props) => { if (! this.visitedTimeline) { setTimeout(() => { diff --git a/client/src/lib/db/backupDB.js b/client/src/lib/db/backupDB.js index 38d9939..74cacb9 100644 --- a/client/src/lib/db/backupDB.js +++ b/client/src/lib/db/backupDB.js @@ -2452,7 +2452,7 @@ export const backupDB = { { "id": "credits", "title": "Credits", - "body": "~ Herzog & de Meuron\r\nJacques Herzog, Pierre de Meuron\r\nLuis Gisler\r\n\r\n~ Ai Weiwei Studio\r\nAi Weiwei\r\nLucas Lai, Jennifer Schmachtenberg\r\nJennifer Ng, Darryl Leung\r\n\r\n~ Park Avenue Armory\r\n\r\n~ PhotoFlight Aerial Media Services, LLC\r\nAutomated Indoor Drone System\r\n\r\n~ iart\r\nInteractive Playout System\r\n\r\n~ PRG\r\nProjection Equipment\r\n\r\n~ Sound Associates\r\nSound Equipment\r\n\r\n~ Video monitors\r\nNew City Video\r\n\r\n~ Virtual Library Research\r\nHanno Hauenstein, Berit Gilma\r\n\r\n~ Facial Recognition System\r\nAdam Harvey\r\n\r\n~ App Development\r\nJules LaPlace", + "body": "~ Herzog & de Meuron\r\nJacques Herzog, Pierre de Meuron\r\nLuis Gisler\r\n\r\n~ Ai Weiwei Studio Berlin\r\nAi Weiwei\r\nLucas Lai, Jennifer Schmachtenberg\r\nJennifer Ng, Darryl Leung\r\n\r\n~ iart\r\nInteractive Playout System\r\n\r\n~ PhotoFlight Aerial Media Services, LLC\r\nAutomated Indoor Drone System\r\n\r\n~ Facial Recognition System\r\nAdam Harvey\r\n\r\n~ App Development\r\nJules LaPlace\r\n\r\n~ Virtual Library Research\r\nHanno Hauenstein, Berit Gilma\r\n\r\n~ PRG\r\nProjection Equipment\r\n\r\n~ Sound Associates\r\nSound Equipment\r\n\r\n~ Video Monitors\r\nNew City Video", "disabled": false, "__index": 2, "dateCreated": "Sat, 13 May 2017 19:49:53 GMT", @@ -2578,7 +2578,7 @@ export const backupDB = { { "id": "drone-statistics", "title": "Drone Statistics", - "intro": "An unmanned aerial vehicle (UAV), commonly known as a drone, is an aircraft without a human pilot aboard. UAVs are a component of an unmanned aircraft system (UAS); which include a UAV, a ground-based controller, and a system of communications between the two. The flight of UAVs may operate with various degrees of autonomy: either under remote control by a human operator or autonomously by onboard computers.\r\n\r\nCompared to manned aircraft, UAVs were originally used for missions too \"dull, dirty or dangerous\" for humans. While they originated mostly in military applications, their use is rapidly expanding to commercial, scientific, recreational, agricultural, and other applications, such as policing, peacekeeping, and surveillance, product deliveries, aerial photography, agriculture, smuggling, and drone racing. Civilian drones now vastly outnumber military drones, with estimates of over a million sold by 2015, so they can be seen as an early commercial application of Autonomous Things, to be followed by the autonomous car and home robots.", + "intro": "An unmanned aerial vehicle (UAV), commonly known as a drone, is an aircraft without a human pilot aboard. UAVs are a component of an unmanned aircraft system, which includes a UAV, a ground-based controller, and a system of communications between the two. The flight of UAVs may operate with various degrees of autonomy: either under remote control by a human operator or autonomously by onboard computers.\r\n\r\nCompared to manned aircraft, UAVs were originally used for missions too \"dull, dirty or dangerous\" for humans. While they originated mostly in military applications, their use is rapidly expanding to commercial, scientific, recreational, agricultural, and other applications, such as policing, peacekeeping, and surveillance, product deliveries, aerial photography, agriculture, smuggling, and drone racing. Civilian drones now vastly outnumber military drones, with estimates of over a million sold by 2015, so they can be seen as an early commercial application of Autonomous Things, to be followed by the autonomous car and home robots.", "strikes": "2,935", "totalKilled": "6,382-9,240", "civiliansKilled": "739-1,407", |
