From 82010727421e5f5d6703c7c84f1eba027fc0cbdc Mon Sep 17 00:00:00 2001 From: Garrett Michael Flynn Date: Fri, 4 Oct 2024 15:41:00 -0700 Subject: [PATCH] Remove extra page --- docs/about.md | 29 ----------------------------- package.json | 3 ++- 2 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 docs/about.md diff --git a/docs/about.md b/docs/about.md deleted file mode 100644 index b9012c0..0000000 --- a/docs/about.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -sidebar: false ---- - -# A Brief History of Brains@Play -### 2020: The Brains@Play Initiative -Led by [Garrett Flynn](https://www.linkedin.com/in/garrettmflynn/), the Brains@Play Initiative was founded as a transdisciplinary research project at the University of Southern California. - -The initiative was supported by faculty advisors including: -- [Marientina Gotsis](https://www.linkedin.com/in/marientina-gotsis-24041a5/): Founder and Director of the USC Games For Health Initiative -- [Dong Song](https://www.linkedin.com/in/dong-song-159aa221/): Director of the USC Neural Modeling and Interface Laboratory -- [Dimitris Grammenos](https://www.linkedin.com/in/dgrammenos/): Principal Researcher at ICS-FORTH - -Together, we ran an [international design fiction competition](/projects/initiative/brains-and-games-competition.md), hosted a [virtual event](/projects/initiative/livewire.md) on the ethical and social implications of emerging neurotechnology, and even led a [high school course](/projects/initiative/brains-at-play-course.md) on brain-computer interfaces. - -A [full summary of our work](https://dl.acm.org/doi/10.1145/3594806.3594810) was published in August 2023 following Garrett's graduation from the MA in Media Arts, Games, and Health program. - -### 2021: Brains@Play LLC - -Organized at the peak of the COVID-19 pandemic, Brains@Play LLC was organized by Garrett Flynn and Joshua Brewster to develop low-cost biosensing hardware and browser-based BCI applications.We built a considerable amount of open-source software, particularly the [Brains@Play Platform](https://app.brainsatplay.com). - -Along the way, we made a few mistakes, including: -1. **Coupling our software roadmap to hardware** development goals that were too ambitious -2. **Abandoning our core product** to focus on developer tools -3. **Failing to secure sustainable funding** through contracts, grants, or community support. - -Following disputes between the founders about proper professional conduct and a lack of alignment on future business decisions, **Brains@Play LLC was dissolved in late 2023.** - -The GitHub organization for the company was archived to maintain a [record of prior work](https://github.com/brainsatplay). \ No newline at end of file diff --git a/package.json b/package.json index be21faf..ed5dbb6 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,8 @@ "cleanup": "pnpm run clean:modules && pnpm run clean:dist", "clean:modules": "rm -rf node_modules && pnpm -r exec rm -rf node_modules", "clean:dist": "rm -rf dist && pnpm -r exec rm -rf dist", - "docs": "cd docs && npm start" + "docs": "cd docs && npm start", + "build:docs": "cd docs && npm run build" }, "dependencies": { "lit": "^3.1.4",