forked from pluralitybook/plurality
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/patch-6'
- Loading branch information
Showing
174 changed files
with
5,435 additions
and
2,007 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Build Book | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
build: | ||
if: ${{ github.repository_owner == 'pluralitybook' || github.repository_owner == 'audreyt' }} | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: write | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Generate book files | ||
run: | | ||
# Install necessary dependencies (e.g., Perl, Docker) | ||
perl scripts/make-book.pl | ||
- name: Generate book files (zh-tw) | ||
run: | | ||
perl scripts/make-book-zh-tw.pl | ||
- uses: ncipollo/release-action@v1 | ||
with: | ||
artifacts: "*.pdf,*.epub" | ||
token: ${{ secrets.RELEASE_TOKEN }} | ||
tag: latest | ||
allowUpdates: true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.DS_Store | ||
.ipynb_checkpoints/ | ||
.ipynb_checkpoints/ | ||
__pycache__/ |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Endorsements | ||
|
||
This space is reserved for a collection of endorsements from esteemed figures across various fields, whose words will underscore the significance and impact of this work. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
| ![image](https://raw.githubusercontent.com/pluralitybook/plurality/main/figs/author-Glen.png) | ![image](https://raw.githubusercontent.com/pluralitybook/plurality/main/figs/author-Audrey.png) | | ||
| :------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------- | | ||
| E. Glen Weyl is Founder of RadicalxChange, Microsoft Research's Plural Technology Collaboratory & Plurality Institute & co-author of *Radical Markets*. | Audrey Tang is the inaugural Minister of Digital Affairs in 🇹🇼 & the inaugural 🏳️⚧️ minister in the 🌐. | | ||
|
||
<div align="center"> | ||
![image](https://raw.githubusercontent.com/pluralitybook/plurality/main/figs/author-Community.png) | ||
|
||
This book is open-source and its contents may be freely copied, with or without attribution. In addition to the primary named authors, dozens of members of the ⿻ community around the world contributed to the book, doing most of the total work. These contributors are listed on the next page and represented in this machine-generated blending of their faces, tiled by their individual faces. The free online version of this book at [https://www.plurality.net/](https://www.plurality.net/) will continue to evolve, governed according to the principles described in this book by this community. | ||
</div> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Finding Your Dao | ||
|
||
As we discuss in the book, linear book narratives have a significant disadvantage of forcing every reader down a single learning path. While the online version avoids this through the extensive use of hyperlinks, those who hold a physical copy will find this more challenging to navigate. To partially alleviate this problem, we have structured the text in a "circular" manner, where readers can start at a variety of points, read from there and circle back to the "earlier" material at the end. | ||
|
||
We recommend in particular that: | ||
|
||
- Those with a primarily topical, political or **current affairs** interest begin at the beginning of the book, with the preface and read straight through. | ||
|
||
- Those with a more conceptual, theoretical or broadly **intellectual** interest consider skipping Parts 1 and 2 and beginning in Part 3. | ||
|
||
- Those with a more **technical**, technological or engineering focus consider beginning with Part 4. | ||
|
||
- Those with an interest in concrete technologies and their **applications** consider beginning with Part 5. | ||
|
||
- Those with an interest in real-world **impact** in specific social sectors consider beginning with Part 6. | ||
|
||
- Those with a focus on public **policy**, government and social mobilization consider beginning with Part 7. | ||
|
||
Regardless of stating point, we expect most readers who find value wherever they begin will find it worthwhile to continue reading, looping back and filling in the theoretical frameworks of "later" parts of the book with the the material that comes earlier. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Credits | ||
|
||
Placeholder for credits for contributions across a diversity of domains that helped create the book. Contributors will be highlighted in line with their social capital and the type of their contribution will be showcased. Coming soon after the finalization of the English print edition text. |
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
Oops, something went wrong.