commit 436d4174b90f9e3da45c32720e4980680d151d76 Author: Nathan Schneider Date: Wed Jan 2 23:29:07 2019 -0700 Genesis commit; site now online diff --git a/.sass-cache/6e405fb2690fa7a09306037e4d23d45dc5dcc9c7/minima.scssc b/.sass-cache/6e405fb2690fa7a09306037e4d23d45dc5dcc9c7/minima.scssc new file mode 100644 index 0000000..93fa743 Binary files /dev/null and b/.sass-cache/6e405fb2690fa7a09306037e4d23d45dc5dcc9c7/minima.scssc differ diff --git a/.sass-cache/b9cdba02f9e1b96ad2402bd6b4d1c1992a892972/_base.scssc b/.sass-cache/b9cdba02f9e1b96ad2402bd6b4d1c1992a892972/_base.scssc new file mode 100644 index 0000000..d660aa3 Binary files /dev/null and b/.sass-cache/b9cdba02f9e1b96ad2402bd6b4d1c1992a892972/_base.scssc differ diff --git a/.sass-cache/b9cdba02f9e1b96ad2402bd6b4d1c1992a892972/_layout.scssc b/.sass-cache/b9cdba02f9e1b96ad2402bd6b4d1c1992a892972/_layout.scssc new file mode 100644 index 0000000..5bdfe4a Binary files /dev/null and b/.sass-cache/b9cdba02f9e1b96ad2402bd6b4d1c1992a892972/_layout.scssc differ diff --git a/.sass-cache/b9cdba02f9e1b96ad2402bd6b4d1c1992a892972/_syntax-highlighting.scssc b/.sass-cache/b9cdba02f9e1b96ad2402bd6b4d1c1992a892972/_syntax-highlighting.scssc new file mode 100644 index 0000000..236a610 Binary files /dev/null and b/.sass-cache/b9cdba02f9e1b96ad2402bd6b4d1c1992a892972/_syntax-highlighting.scssc differ diff --git a/404.html b/404.html new file mode 100644 index 0000000..c472b4e --- /dev/null +++ b/404.html @@ -0,0 +1,24 @@ +--- +layout: default +--- + + + +
+

404

+ +

Page not found :(

+

The requested page could not be found.

+
diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..2bf1ac7 --- /dev/null +++ b/Gemfile @@ -0,0 +1,30 @@ +source "https://rubygems.org" + +# Hello! This is where you manage which Jekyll version is used to run. +# When you want to use a different version, change it below, save the +# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: +# +# bundle exec jekyll serve +# +# This will help ensure the proper Jekyll version is running. +# Happy Jekylling! +gem "jekyll", "~> 3.8.5" + +# This is the default theme for new Jekyll sites. You may change this to anything you like. +gem "minima", "~> 2.0" + +# If you want to use GitHub Pages, remove the "gem "jekyll"" above and +# uncomment the line below. To upgrade, run `bundle update github-pages`. +# gem "github-pages", group: :jekyll_plugins + +# If you have any plugins, put them here! +group :jekyll_plugins do + gem "jekyll-feed", "~> 0.6" +end + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] + +# Performance-booster for watching directories on Windows +gem "wdm", "~> 0.1.0" if Gem.win_platform? + diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..9702fa8 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,74 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.5.2) + public_suffix (>= 2.0.2, < 4.0) + colorator (1.1.0) + concurrent-ruby (1.1.4) + em-websocket (0.5.1) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0.6.0) + eventmachine (1.2.7) + ffi (1.9.25) + forwardable-extended (2.6.0) + http_parser.rb (0.6.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + jekyll (3.8.5) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (~> 0.7) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 2.0) + kramdown (~> 1.14) + liquid (~> 4.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (>= 1.7, < 4) + safe_yaml (~> 1.0) + jekyll-feed (0.11.0) + jekyll (~> 3.3) + jekyll-sass-converter (1.5.2) + sass (~> 3.4) + jekyll-seo-tag (2.5.0) + jekyll (~> 3.3) + jekyll-watch (2.1.2) + listen (~> 3.0) + kramdown (1.17.0) + liquid (4.0.1) + listen (3.1.5) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + ruby_dep (~> 1.2) + mercenary (0.3.6) + minima (2.5.0) + jekyll (~> 3.5) + jekyll-feed (~> 0.9) + jekyll-seo-tag (~> 2.1) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (3.0.3) + rb-fsevent (0.10.3) + rb-inotify (0.10.0) + ffi (~> 1.0) + rouge (3.3.0) + ruby_dep (1.5.0) + safe_yaml (1.0.4) + sass (3.7.2) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + +PLATFORMS + ruby + +DEPENDENCIES + jekyll (~> 3.8.5) + jekyll-feed (~> 0.6) + minima (~> 2.0) + tzinfo-data + +BUNDLED WITH + 1.17.3 diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..d8cff4f --- /dev/null +++ b/_config.yml @@ -0,0 +1,43 @@ +# Welcome to Jekyll! +# +# This config file is meant for settings that affect your whole blog, values +# which you are expected to set up once and rarely edit after that. If you find +# yourself editing this file very often, consider using Jekyll's data files +# feature for the data you need to update frequently. +# +# For technical reasons, this file is *NOT* reloaded automatically when you use +# 'bundle exec jekyll serve'. If you change this file, please restart the server process. + +# Site settings +# These are used to personalize your new site. If you look in the HTML files, +# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. +# You can create any custom variable you would like, and they will be accessible +# in the templates via {{ site.myvariable }}. +title: Media Enterprise Design Lab @ CU Boulder +email: medlab@colorado.edu +description: >- # this means to ignore newlines until "baseurl:" + The Media Enterprise Design Lab is a think tank for community-oriented media organizations, based at the University of Colorado Boulder's College of Media, Communication and Information. +baseurl: /medlab # the subpath of your site, e.g. /blog +url: https://cmci.colorado.edu # the base hostname & protocol for your site, e.g. http://example.com +twitter_username: medlabboulder + +# Build settings +markdown: kramdown +theme: minima +plugins: + - jekyll-feed +collections: + projects: + output: true + +# Exclude from processing. +# The following items will not be processed, by default. Create a custom list +# to override the default setting. +# exclude: +# - Gemfile +# - Gemfile.lock +# - node_modules +# - vendor/bundle/ +# - vendor/cache/ +# - vendor/gems/ +# - vendor/ruby/ diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..a810f1e --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,13 @@ + + + + + {%- seo -%} + + {%- feed_meta -%} + {%- if jekyll.environment == 'production' and site.google_analytics -%} + {%- include google-analytics.html -%} + {%- endif -%} + + + diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000..3aedd25 --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,33 @@ + diff --git a/_posts/2018-12-06-notes-on-collective-governance.md b/_posts/2018-12-06-notes-on-collective-governance.md new file mode 100644 index 0000000..47d54e8 --- /dev/null +++ b/_posts/2018-12-06-notes-on-collective-governance.md @@ -0,0 +1,21 @@ +--- +layout: post +title: Notes on Collective Governance +summary: What can collective governance look like? What shape does that take? +tags: [governance] +--- + +*by Katy Fetters* + +Those of us looking to shape our enterprises with methods for collective governance and shared ownership are led to ask: *What can collective governance look like? What shape does that take? What are some of the challenges and freedoms presented in this model?* + +We spoke with several cooperative-minded experts who offered their insight into these questions, as part of a collaboration with the Action Network, a nonprofit online mobilization platform whose team is seeking to further democratize its operations. Here are a few takeaways from our discussion: + +* **Clarity:** Facilitate strong and clear communication around your offerings and core values. Create a ladder of engagement for the purpose of empowering members around co-ownership, leadership, and responsibility. The earlier you can define members' roles and emphasize their level of commitment, the more assured your members and core partners may feel. +* **Trust:** Build trust within your organization to increase loyalty and engagement among members and core partners. It will be difficult to be everything to everyone. 1) Recognize the nature of your member-base; if they are mostly international, allow for participation in voting and web-based meetings based on remote positioning and convenience to their time zone. 2) Record and send out online meetings, creating open discussion forums and providing a variety of ways in which your members can communicate their needs and opinions to you. 3) Develop tools to increase accessibility and transparency around important stakeholder information, and show your members how to engage with your platform. +* **Collaborative effort for collective success:** Understand that people respond differently to different kinds of communication. Some will want to dominate much of the activity or conversation on the platform. Spot the need to activate or incentivize many members to engage based on their preference or ability so that the contribution of value and insight is more fairly distributed. +* **Use your users:** In any early stage of a startup or software project, the best test group for your product is your members; give room for critical feedback as a chance to listen, learn, and improve. This will also cultivate an environment of oppeness and transparency at every level of the process, while also retaining the agility and autonomy that the development team needs. + +If we think about a wave—the flow, the tide that pulls from within, it requires many forces working in tandem to build momentum and energy, enough to create the wave’s body and crest. + +*A special thanks to the participants in this discussion: Brian Young (executive director and founder, Action Network), Martha Grant (product manager, Action Network), Alanna Irving (team member, Open Collective; co-founder, Enspiral and Loomio), Chris Tittle (director of organizational resilience, Sustainable Economies Law Center), Margaret Vincent (senior counsel, Stocksy United).* diff --git a/_projects/governance.md b/_projects/governance.md new file mode 100644 index 0000000..5b10124 --- /dev/null +++ b/_projects/governance.md @@ -0,0 +1,12 @@ +--- +layout: page +title: Collaborative Governance and Accountable Leadership +summary: Consulting, convening and research on leading-edge democratic governance and leadership, especially through digital tools +--- + +Through 2019, we are conducting consulting, convening and research on leading-edge democratic governance and leadership, especially through digital tools. + +## Collaborators + +* [Action Network](https://actionnetwork.org/) +* [CoLab](http://colab.coop/) diff --git a/_projects/platform_cooperativism.md b/_projects/platform_cooperativism.md new file mode 100644 index 0000000..814419c --- /dev/null +++ b/_projects/platform_cooperativism.md @@ -0,0 +1,22 @@ +--- +layout: page +title: Platform Cooperativism +summary: Supporting an ecosystem for cooperative business in the online economy +--- + +Since co-organizing the first "platform cooperativism" conference at the New School in 2015, MEDLab director Nathan Schneider has been active in organizing and documenting this growing movement aiming to build an ecosystem for cooperative business in the online economy. + +## Collaborators + +* [Platform Cooperativism Consortium](https://platform.coop/about/consortium) at The New School + +## Publications + +* Trebor Scholz and Nathan Schneider (eds.), _Ours to Hack and to Own: The Rise of Platform Cooperativism, a New Vision for the Future of Work and a Fairer Internet_ (OR Books, 2016) +* Nathan Schneider, "An Internet of Ownership: Democratic Design for the Online Economy," _The Sociological Review_ 66, no. 2 (March 2018) +* Nathan Schneider, _Everything for Everyone: The Radical Tradition that Is Shaping the Next Economy_ (Nation Books, 2018) + +## Related + +* [The Internet of Ownership](https://ioo.coop/) directory of the platform co-op ecosystem +* [Platform.coop](https://platform.coop/), a portal for platform cooperativism diff --git a/_projects/social-fiction.md b/_projects/social-fiction.md new file mode 100644 index 0000000..ace9bc9 --- /dev/null +++ b/_projects/social-fiction.md @@ -0,0 +1,13 @@ +--- +layout: page +title: Social Fiction for Social Enterprise +summary: Research and workshops on the uses of speculative fiction +--- + +MEDLab offers workshops for community-oriented enterprises of all stages using methods of speculative fiction. In collaboration with science-fiction writer and activist [Cadwell Turnbull](https://cadwellturnbull.com/publications/), we are developing a methodology for applying narrative practices to the imaginative process of enterprise building—addressing challenges of internal governance, stakeholder acquisition, and social impact. In addition to helping entrepreneurs and their communities develop their own narratives, we commission original works from leading authors. + +## Related + +* [Project bibliography](https://www.zotero.org/groups/2198473/medlab/items/collectionKey/ZHIG3424) + +*Supported through project funds available through a Luce Foundation grant to CU Boulder's Center on Media, Religion and Culture.* diff --git a/_projects/stakeholder-news.md b/_projects/stakeholder-news.md new file mode 100644 index 0000000..513beed --- /dev/null +++ b/_projects/stakeholder-news.md @@ -0,0 +1,21 @@ +--- +layout: page +title: Stakeholder Ownership for Sustainable News +summary: Can democratic ownership design foster newfound trust and revenue for journalism? +--- + +In collaboration with pioneering publications, we are exploring how democratic strategies for ownership, financing, and governance can support a new generation of accountable, sustainable news organizations. + +## Collaborators + +* _[The Colorado Sun](https://coloradosun.com/)_ + +## Publications + +* Nathan Schneider, "[Stakeholder Ownership for Sustainable News](https://osf.io/d4cbv/)" (draft via Open Science Framework) + +## Related + +* Open letter from CU Boulder faculty: "[CMCI Faculty Agree: Local News Matters](https://www.colorado.edu/cmci/localnewsmatters)" + +*Supported by grants from the Brett Family Foundation and the CU Boulder Office for Outreach and Engagement.* diff --git a/_projects/user-trusts.md b/_projects/user-trusts.md new file mode 100644 index 0000000..029658e --- /dev/null +++ b/_projects/user-trusts.md @@ -0,0 +1,11 @@ +--- +layout: page +title: User Trusts +summary: Strategies for restructuring online platforms based on the ideas of Louis O. Kelso +--- + +Through employee stock-ownership plans (ESOPs), millions of Americans experience the benefits of being co-owners of their workplaces. But employment is only one kind of economic relationship that can be strengthened with co-ownership trusts. Louis Kelso, the inventor of the ESOP, also imagined other SOPs, including a consumer stock-ownership plan (CSOP). In an era when fixed employment may be in decline, perhaps the time is right to revisit the CSOP proposal. + +This project explores the viability and prospects of CSOPs, especially in the emerging online economy. + +*Supported by a Louis Kelso Fellowship from Rutgers University's [Institute for the Study of Employee Ownership and Profit Sharing](https://smlr.rutgers.edu/content/institute-study-employee-ownership-and-profit-sharing).* diff --git a/_site/2018/12/06/notes-on-collective-governance.html b/_site/2018/12/06/notes-on-collective-governance.html new file mode 100644 index 0000000..446e1da --- /dev/null +++ b/_site/2018/12/06/notes-on-collective-governance.html @@ -0,0 +1,99 @@ + + + + + +Notes on Collective Governance | Media Enterprise Design Lab @ CU Boulder + + + + + + + + + + + + + + + +
+
+
+ +
+

Notes on Collective Governance

+ +
+ +
+

by Katy Fetters

+ +

Those of us looking to shape our enterprises with methods for collective governance and shared ownership are led to ask: What can collective governance look like? What shape does that take? What are some of the challenges and freedoms presented in this model?

+ +

We spoke with several cooperative-minded experts who offered their insight into these questions, as part of a collaboration with the Action Network, a nonprofit online mobilization platform whose team is seeking to further democratize its operations. Here are a few takeaways from our discussion:

+ +
    +
  • Clarity: Facilitate strong and clear communication around your offerings and core values. Create a ladder of engagement for the purpose of empowering members around co-ownership, leadership, and responsibility. The earlier you can define members’ roles and emphasize their level of commitment, the more assured your members and core partners may feel.
  • +
  • Trust: Build trust within your organization to increase loyalty and engagement among members and core partners. It will be difficult to be everything to everyone. 1) Recognize the nature of your member-base; if they are mostly international, allow for participation in voting and web-based meetings based on remote positioning and convenience to their time zone. 2) Record and send out online meetings, creating open discussion forums and providing a variety of ways in which your members can communicate their needs and opinions to you. 3) Develop tools to increase accessibility and transparency around important stakeholder information, and show your members how to engage with your platform.
  • +
  • Collaborative effort for collective success: Understand that people respond differently to different kinds of communication. Some will want to dominate much of the activity or conversation on the platform. Spot the need to activate or incentivize many members to engage based on their preference or ability so that the contribution of value and insight is more fairly distributed.
  • +
  • Use your users: In any early stage of a startup or software project, the best test group for your product is your members; give room for critical feedback as a chance to listen, learn, and improve. This will also cultivate an environment of oppeness and transparency at every level of the process, while also retaining the agility and autonomy that the development team needs.
  • +
+ +

If we think about a wave—the flow, the tide that pulls from within, it requires many forces working in tandem to build momentum and energy, enough to create the wave’s body and crest.

+ +

A special thanks to the participants in this discussion: Brian Young (executive director and founder, Action Network), Martha Grant (product manager, Action Network), Alanna Irving (team member, Open Collective; co-founder, Enspiral and Loomio), Chris Tittle (director of organizational resilience, Sustainable Economies Law Center), Margaret Vincent (senior counsel, Stocksy United).

+ +
+
+ +
+
+ + + diff --git a/_site/404.html b/_site/404.html new file mode 100644 index 0000000..e92df67 --- /dev/null +++ b/_site/404.html @@ -0,0 +1,88 @@ + + + + + +Media Enterprise Design Lab @ CU Boulder | The Media Enterprise Design Lab is a think tank for community-oriented media organizations, based at the University of Colorado Boulder’s College of Media, Communication and Information. + + + + + + + + + + + + + +
+
+ + +
+

404

+ +

Page not found :(

+

The requested page could not be found.

+
+ +
+
+ + + diff --git a/_site/about/index.html b/_site/about/index.html new file mode 100644 index 0000000..697d18f --- /dev/null +++ b/_site/about/index.html @@ -0,0 +1,102 @@ + + + + + +About | Media Enterprise Design Lab @ CU Boulder + + + + + + + + + + + + + +
+
+
+ +
+

About

+
+ +
+

What does it take to build thriving media organizations, accountable to the communities they serve? At a time of global platform monopolies and local newspapers struggling to survive, the future of media will depend on the kinds of business models we design today.

+ +

The Media Enterprise Design Lab is a think tank for community-oriented media organizations. It creates space for researchers and practitioners to challenge the conventional norms and explore possibilities offered by neglected histories and possible futures. Drawing on diverse fields such as cultural studies, law, management, media archeology, organizational communication, and sociology, MEDLab holds space and time for better kinds of business.

+ +

Programs

+ +
    +
  • Collaboration with startups and established organizations alike to imagine and develop transformative business models, ownership structures, and governance practices
  • +
  • Research on under-explored strategies for organizational design, with a particular focus on models that support community wealth-building and appropriate accountability
  • +
  • Education on media enterprise design through student fellowships and collaborations, together with public events and publications
  • +
+ +

MEDLab offers consultation services and public events for community-oriented organizations. For more information on these and more, contact us at medlab@colorado.edu.

+ +

Personnel

+ +

Director

+ +

Nathan Schneider (assistant professor, Media Studies) is a reporter who writes about religion, technology and resistance. He co-organized the New School in 2015, Platform Cooperativism, and has been a leader in efforts to develop more democratic business models for the online economy. He is the author of three books, most recently Everything for Everyone: The Radical Tradition That Is Shaping the Next Economy, and co-edited Ours to Hack and to Own: The Rise of Platform Cooperativism, a New Vision for the Future of Work and a Fairer Internet with Trebor Scholz. His articles have appeared in publications such as Harper’s, The Nation, The Guardian, Vice and The Catholic Worker. Find more information at nathanschneider.info.

+ +

Research fellow

+ +

Katy Fetters (MA student, Media and Public Engagement) is from Southern California and sometimes wishes she still lived near the beach no matter how charming Boulder is. She once lived out of a car and traveled down south for a good while to experience the allure of Patagonia with her boyfriend. To lend her voice and experience to issues around disability and identity, she started Cerebral Palsy Strong, #cpstrong in 2017. She came to CU to expand her understanding of media and culture to help build upon this work and hopes that it will start to change the way we think about what disability looks like. Katy holds a BA in Liberal Arts from Soka University of America.

+ +
+ +
+ +
+
+ + + diff --git a/_site/assets/favicon.ico b/_site/assets/favicon.ico new file mode 100644 index 0000000..aabfba7 Binary files /dev/null and b/_site/assets/favicon.ico differ diff --git a/_site/assets/fetters-wave.jpg b/_site/assets/fetters-wave.jpg new file mode 100644 index 0000000..9721f59 Binary files /dev/null and b/_site/assets/fetters-wave.jpg differ diff --git a/_site/assets/katy_fetters.png b/_site/assets/katy_fetters.png new file mode 100644 index 0000000..deef310 Binary files /dev/null and b/_site/assets/katy_fetters.png differ diff --git a/_site/assets/main.css b/_site/assets/main.css new file mode 100644 index 0000000..819e0eb --- /dev/null +++ b/_site/assets/main.css @@ -0,0 +1,505 @@ +/** + * Reset some basic elements + */ +body, h1, h2, h3, h4, h5, h6, +p, blockquote, pre, hr, +dl, dd, ol, ul, figure { + margin: 0; + padding: 0; } + +/** + * Basic styling + */ +body { + font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + color: #111; + background-color: #fdfdfd; + -webkit-text-size-adjust: 100%; + -webkit-font-feature-settings: "kern" 1; + -moz-font-feature-settings: "kern" 1; + -o-font-feature-settings: "kern" 1; + font-feature-settings: "kern" 1; + font-kerning: normal; + display: flex; + min-height: 100vh; + flex-direction: column; } + +/** + * Set `margin-bottom` to maintain vertical rhythm + */ +h1, h2, h3, h4, h5, h6, +p, blockquote, pre, +ul, ol, dl, figure, +.highlight { + margin-bottom: 15px; } + +/** + * `main` element + */ +main { + display: block; + /* Default value of `display` of `main` element is 'inline' in IE 11. */ } + +/** + * Images + */ +img { + max-width: 100%; + vertical-align: middle; } + +/** + * Figures + */ +figure > img { + display: block; } + +figcaption { + font-size: 14px; } + +/** + * Lists + */ +ul, ol { + margin-left: 30px; } + +li > ul, +li > ol { + margin-bottom: 0; } + +/** + * Headings + */ +h1, h2, h3, h4, h5, h6 { + font-weight: 400; } + +/** + * Links + */ +a { + color: #2a7ae2; + text-decoration: none; } + a:visited { + color: #1756a9; } + a:hover { + color: #111; + text-decoration: underline; } + .social-media-list a:hover { + text-decoration: none; } + .social-media-list a:hover .username { + text-decoration: underline; } + +/** + * Blockquotes + */ +blockquote { + color: #828282; + border-left: 4px solid #e8e8e8; + padding-left: 15px; + font-size: 18px; + letter-spacing: -1px; + font-style: italic; } + blockquote > :last-child { + margin-bottom: 0; } + +/** + * Code formatting + */ +pre, +code { + font-size: 15px; + border: 1px solid #e8e8e8; + border-radius: 3px; + background-color: #eef; } + +code { + padding: 1px 5px; } + +pre { + padding: 8px 12px; + overflow-x: auto; } + pre > code { + border: 0; + padding-right: 0; + padding-left: 0; } + +/** + * Wrapper + */ +.wrapper { + max-width: -webkit-calc(800px - (30px * 2)); + max-width: calc(800px - (30px * 2)); + margin-right: auto; + margin-left: auto; + padding-right: 30px; + padding-left: 30px; } + @media screen and (max-width: 800px) { + .wrapper { + max-width: -webkit-calc(800px - (30px)); + max-width: calc(800px - (30px)); + padding-right: 15px; + padding-left: 15px; } } + +/** + * Clearfix + */ +.wrapper:after, .footer-col-wrapper:after { + content: ""; + display: table; + clear: both; } + +/** + * Icons + */ +.svg-icon { + width: 16px; + height: 16px; + display: inline-block; + fill: #828282; + padding-right: 5px; + vertical-align: text-top; } + +.social-media-list li + li { + padding-top: 5px; } + +/** + * Tables + */ +table { + margin-bottom: 30px; + width: 100%; + text-align: left; + color: #3f3f3f; + border-collapse: collapse; + border: 1px solid #e8e8e8; } + table tr:nth-child(even) { + background-color: #f7f7f7; } + table th, table td { + padding: 10px 15px; } + table th { + background-color: #f0f0f0; + border: 1px solid #dedede; + border-bottom-color: #c9c9c9; } + table td { + border: 1px solid #e8e8e8; } + +/** + * Site header + */ +.site-header { + border-top: 5px solid #424242; + border-bottom: 1px solid #e8e8e8; + min-height: 55.95px; + position: relative; } + +.site-title { + font-size: 26px; + font-weight: 300; + line-height: 54px; + letter-spacing: -1px; + margin-bottom: 0; + float: left; } + .site-title, .site-title:visited { + color: #424242; } + +.site-nav { + float: right; + line-height: 54px; } + .site-nav .nav-trigger { + display: none; } + .site-nav .menu-icon { + display: none; } + .site-nav .page-link { + color: #111; + line-height: 1.5; } + .site-nav .page-link:not(:last-child) { + margin-right: 20px; } + @media screen and (max-width: 600px) { + .site-nav { + position: absolute; + top: 9px; + right: 15px; + background-color: #fdfdfd; + border: 1px solid #e8e8e8; + border-radius: 5px; + text-align: right; } + .site-nav label[for="nav-trigger"] { + display: block; + float: right; + width: 36px; + height: 36px; + z-index: 2; + cursor: pointer; } + .site-nav .menu-icon { + display: block; + float: right; + width: 36px; + height: 26px; + line-height: 0; + padding-top: 10px; + text-align: center; } + .site-nav .menu-icon > svg { + fill: #424242; } + .site-nav input ~ .trigger { + clear: both; + display: none; } + .site-nav input:checked ~ .trigger { + display: block; + padding-bottom: 5px; } + .site-nav .page-link { + display: block; + padding: 5px 10px; + margin-left: 20px; } + .site-nav .page-link:not(:last-child) { + margin-right: 0; } } + +/** + * Site footer + */ +.site-footer { + border-top: 1px solid #e8e8e8; + padding: 30px 0; } + +.footer-heading { + font-size: 18px; + margin-bottom: 15px; } + +.contact-list, +.social-media-list { + list-style: none; + margin-left: 0; } + +.footer-col-wrapper { + font-size: 15px; + color: #828282; + margin-left: -15px; } + +.footer-col { + float: left; + margin-bottom: 15px; + padding-left: 15px; } + +.footer-col-1 { + width: -webkit-calc(35% - (30px / 2)); + width: calc(35% - (30px / 2)); } + +.footer-col-2 { + width: -webkit-calc(20% - (30px / 2)); + width: calc(20% - (30px / 2)); } + +.footer-col-3 { + width: -webkit-calc(45% - (30px / 2)); + width: calc(45% - (30px / 2)); } + +@media screen and (max-width: 800px) { + .footer-col-1, + .footer-col-2 { + width: -webkit-calc(50% - (30px / 2)); + width: calc(50% - (30px / 2)); } + + .footer-col-3 { + width: -webkit-calc(100% - (30px / 2)); + width: calc(100% - (30px / 2)); } } +@media screen and (max-width: 600px) { + .footer-col { + float: none; + width: -webkit-calc(100% - (30px / 2)); + width: calc(100% - (30px / 2)); } } +/** + * Page content + */ +.page-content { + padding: 30px 0; + flex: 1; } + +.page-heading { + font-size: 32px; } + +.post-list-heading { + font-size: 28px; } + +.post-list { + margin-left: 0; + list-style: none; } + .post-list > li { + margin-bottom: 30px; } + +.post-meta { + font-size: 14px; + color: #828282; } + +.post-link { + display: block; + font-size: 24px; } + +/** + * Posts + */ +.post-header { + margin-bottom: 30px; } + +.post-title { + font-size: 42px; + letter-spacing: -1px; + line-height: 1; } + @media screen and (max-width: 800px) { + .post-title { + font-size: 36px; } } + +.post-content { + margin-bottom: 30px; } + .post-content h2 { + font-size: 32px; } + @media screen and (max-width: 800px) { + .post-content h2 { + font-size: 28px; } } + .post-content h3 { + font-size: 26px; } + @media screen and (max-width: 800px) { + .post-content h3 { + font-size: 22px; } } + .post-content h4 { + font-size: 20px; } + @media screen and (max-width: 800px) { + .post-content h4 { + font-size: 18px; } } + +/** + * Syntax highlighting styles + */ +.highlight { + background: #fff; } + .highlighter-rouge .highlight { + background: #eef; } + .highlight .c { + color: #998; + font-style: italic; } + .highlight .err { + color: #a61717; + background-color: #e3d2d2; } + .highlight .k { + font-weight: bold; } + .highlight .o { + font-weight: bold; } + .highlight .cm { + color: #998; + font-style: italic; } + .highlight .cp { + color: #999; + font-weight: bold; } + .highlight .c1 { + color: #998; + font-style: italic; } + .highlight .cs { + color: #999; + font-weight: bold; + font-style: italic; } + .highlight .gd { + color: #000; + background-color: #fdd; } + .highlight .gd .x { + color: #000; + background-color: #faa; } + .highlight .ge { + font-style: italic; } + .highlight .gr { + color: #a00; } + .highlight .gh { + color: #999; } + .highlight .gi { + color: #000; + background-color: #dfd; } + .highlight .gi .x { + color: #000; + background-color: #afa; } + .highlight .go { + color: #888; } + .highlight .gp { + color: #555; } + .highlight .gs { + font-weight: bold; } + .highlight .gu { + color: #aaa; } + .highlight .gt { + color: #a00; } + .highlight .kc { + font-weight: bold; } + .highlight .kd { + font-weight: bold; } + .highlight .kp { + font-weight: bold; } + .highlight .kr { + font-weight: bold; } + .highlight .kt { + color: #458; + font-weight: bold; } + .highlight .m { + color: #099; } + .highlight .s { + color: #d14; } + .highlight .na { + color: #008080; } + .highlight .nb { + color: #0086B3; } + .highlight .nc { + color: #458; + font-weight: bold; } + .highlight .no { + color: #008080; } + .highlight .ni { + color: #800080; } + .highlight .ne { + color: #900; + font-weight: bold; } + .highlight .nf { + color: #900; + font-weight: bold; } + .highlight .nn { + color: #555; } + .highlight .nt { + color: #000080; } + .highlight .nv { + color: #008080; } + .highlight .ow { + font-weight: bold; } + .highlight .w { + color: #bbb; } + .highlight .mf { + color: #099; } + .highlight .mh { + color: #099; } + .highlight .mi { + color: #099; } + .highlight .mo { + color: #099; } + .highlight .sb { + color: #d14; } + .highlight .sc { + color: #d14; } + .highlight .sd { + color: #d14; } + .highlight .s2 { + color: #d14; } + .highlight .se { + color: #d14; } + .highlight .sh { + color: #d14; } + .highlight .si { + color: #d14; } + .highlight .sx { + color: #d14; } + .highlight .sr { + color: #009926; } + .highlight .s1 { + color: #d14; } + .highlight .ss { + color: #990073; } + .highlight .bp { + color: #999; } + .highlight .vc { + color: #008080; } + .highlight .vg { + color: #008080; } + .highlight .vi { + color: #008080; } + .highlight .il { + color: #099; } diff --git a/_site/assets/medlab-logo-square.png b/_site/assets/medlab-logo-square.png new file mode 100644 index 0000000..2caf0a0 Binary files /dev/null and b/_site/assets/medlab-logo-square.png differ diff --git a/_site/assets/medlab-logo.png b/_site/assets/medlab-logo.png new file mode 100644 index 0000000..c5da1f2 Binary files /dev/null and b/_site/assets/medlab-logo.png differ diff --git a/_site/assets/minima-social-icons.svg b/_site/assets/minima-social-icons.svg new file mode 100644 index 0000000..fa7399f --- /dev/null +++ b/_site/assets/minima-social-icons.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_site/assets/nathan_schneider.png b/_site/assets/nathan_schneider.png new file mode 100644 index 0000000..dd243ea Binary files /dev/null and b/_site/assets/nathan_schneider.png differ diff --git a/_site/assets/pyramid.png b/_site/assets/pyramid.png new file mode 100644 index 0000000..8ba6f9a Binary files /dev/null and b/_site/assets/pyramid.png differ diff --git a/_site/feed.xml b/_site/feed.xml new file mode 100644 index 0000000..5ae64a8 --- /dev/null +++ b/_site/feed.xml @@ -0,0 +1,16 @@ +Jekyll2019-01-02T23:07:50-07:00https://cmci.colorado.edu/medlab/feed.xmlMedia Enterprise Design Lab @ CU BoulderThe Media Enterprise Design Lab is a think tank for community-oriented media organizations, based at the University of Colorado Boulder's College of Media, Communication and Information.Notes on Collective Governance2018-12-06T00:00:00-07:002018-12-06T00:00:00-07:00https://cmci.colorado.edu/medlab/2018/12/06/notes-on-collective-governance<p><em>by Katy Fetters</em></p> + +<p><img src="https://cmci.colorado.edu/assets/fetters-wave.jpg" style="float:right; width:50%; padding:10px;" />Those of us looking to shape our enterprises with methods for collective governance and shared ownership are led to ask: <em>What can collective governance look like? What shape does that take? What are some of the challenges and freedoms presented in this model?</em></p> + +<p>We spoke with several cooperative-minded experts who offered their insight into these questions, as part of a collaboration with the Action Network, a nonprofit online mobilization platform whose team is seeking to further democratize its operations. Here are a few takeaways from our discussion:</p> + +<ul> + <li><strong>Clarity:</strong> Facilitate strong and clear communication around your offerings and core values. Create a ladder of engagement for the purpose of empowering members around co-ownership, leadership, and responsibility. The earlier you can define members’ roles and emphasize their level of commitment, the more assured your members and core partners may feel.</li> + <li><strong>Trust:</strong> Build trust within your organization to increase loyalty and engagement among members and core partners. It will be difficult to be everything to everyone. 1) Recognize the nature of your member-base; if they are mostly international, allow for participation in voting and web-based meetings based on remote positioning and convenience to their time zone. 2) Record and send out online meetings, creating open discussion forums and providing a variety of ways in which your members can communicate their needs and opinions to you. 3) Develop tools to increase accessibility and transparency around important stakeholder information, and show your members how to engage with your platform.</li> + <li><strong>Collaborative effort for collective success:</strong> Understand that people respond differently to different kinds of communication. Some will want to dominate much of the activity or conversation on the platform. Spot the need to activate or incentivize many members to engage based on their preference or ability so that the contribution of value and insight is more fairly distributed.</li> + <li><strong>Use your users:</strong> In any early stage of a startup or software project, the best test group for your product is your members; give room for critical feedback as a chance to listen, learn, and improve. This will also cultivate an environment of oppeness and transparency at every level of the process, while also retaining the agility and autonomy that the development team needs.</li> +</ul> + +<p>If we think about a wave—the flow, the tide that pulls from within, it requires many forces working in tandem to build momentum and energy, enough to create the wave’s body and crest.</p> + +<p><em>A special thanks to the participants in this discussion: Brian Young (executive director and founder, Action Network), Martha Grant (product manager, Action Network), Alanna Irving (team member, Open Collective; co-founder, Enspiral and Loomio), Chris Tittle (director of organizational resilience, Sustainable Economies Law Center), Margaret Vincent (senior counsel, Stocksy United).</em></p>by Katy Fetters \ No newline at end of file diff --git a/_site/index.html b/_site/index.html new file mode 100644 index 0000000..d5b063e --- /dev/null +++ b/_site/index.html @@ -0,0 +1,81 @@ + + + + + +Media Enterprise Design Lab @ CU Boulder | The Media Enterprise Design Lab is a think tank for community-oriented media organizations, based at the University of Colorado Boulder’s College of Media, Communication and Information. + + + + + + + + + + + + + +
+
+ + +
+
+ + + diff --git a/_site/posts/index.html b/_site/posts/index.html new file mode 100644 index 0000000..806b20b --- /dev/null +++ b/_site/posts/index.html @@ -0,0 +1,88 @@ + + + + + +Posts | Media Enterprise Design Lab @ CU Boulder + + + + + + + + + + + + + +
+
+ + +
+
+ + + diff --git a/_site/projects/governance.html b/_site/projects/governance.html new file mode 100644 index 0000000..1b82b56 --- /dev/null +++ b/_site/projects/governance.html @@ -0,0 +1,89 @@ + + + + + +Collaborative Governance and Accountable Leadership | Media Enterprise Design Lab @ CU Boulder + + + + + + + + + + + + + + + +
+
+
+ +
+

Collaborative Governance and Accountable Leadership

+
+ +
+

Through 2019, we are conducting consulting, convening and research on leading-edge democratic governance and leadership, especially through digital tools.

+ +

Collaborators

+ + + +
+ +
+ +
+
+ + + diff --git a/_site/projects/index.html b/_site/projects/index.html new file mode 100644 index 0000000..3dea59d --- /dev/null +++ b/_site/projects/index.html @@ -0,0 +1,100 @@ + + + + + +Projects | Media Enterprise Design Lab @ CU Boulder + + + + + + + + + + + + + +
+
+
+ +
+

Projects

+
+ +
+ +

Collaborative Governance and Accountable Leadership

+ +

Consulting, convening and research on leading-edge democratic governance and leadership, especially through digital tools

+ +

Platform Cooperativism

+ +

Supporting an ecosystem for cooperative business in the online economy

+ +

Social Fiction for Social Enterprise

+ +

Research and workshops on the uses of speculative fiction

+ +

Stakeholder Ownership for Sustainable News

+ +

Can democratic ownership design foster newfound trust and revenue for journalism?

+ +

User Trusts

+ +

Strategies for restructuring online platforms based on the ideas of Louis O. Kelso

+ + +
+ +
+ +
+
+ + + diff --git a/_site/projects/platform_cooperativism.html b/_site/projects/platform_cooperativism.html new file mode 100644 index 0000000..4a97125 --- /dev/null +++ b/_site/projects/platform_cooperativism.html @@ -0,0 +1,103 @@ + + + + + +Platform Cooperativism | Media Enterprise Design Lab @ CU Boulder + + + + + + + + + + + + + + + +
+
+
+ +
+

Platform Cooperativism

+
+ +
+

Since co-organizing the first “platform cooperativism” conference at the New School in 2015, MEDLab director Nathan Schneider has been active in organizing and documenting this growing movement aiming to build an ecosystem for cooperative business in the online economy.

+ +

Collaborators

+ + + +

Publications

+ +
    +
  • Trebor Scholz and Nathan Schneider (eds.), Ours to Hack and to Own: The Rise of Platform Cooperativism, a New Vision for the Future of Work and a Fairer Internet (OR Books, 2016)
  • +
  • Nathan Schneider, “An Internet of Ownership: Democratic Design for the Online Economy,” The Sociological Review 66, no. 2 (March 2018)
  • +
  • Nathan Schneider, Everything for Everyone: The Radical Tradition that Is Shaping the Next Economy (Nation Books, 2018)
  • +
+ + + + + +
+ +
+ +
+
+ + + diff --git a/_site/projects/social-fiction.html b/_site/projects/social-fiction.html new file mode 100644 index 0000000..e1bbc05 --- /dev/null +++ b/_site/projects/social-fiction.html @@ -0,0 +1,90 @@ + + + + + +Social Fiction for Social Enterprise | Media Enterprise Design Lab @ CU Boulder + + + + + + + + + + + + + + + +
+
+
+ +
+

Social Fiction for Social Enterprise

+
+ +
+

MEDLab offers workshops for community-oriented enterprises of all stages using methods of speculative fiction. In collaboration with science-fiction writer and activist Cadwell Turnbull, we are developing a methodology for applying narrative practices to the imaginative process of enterprise building—addressing challenges of internal governance, stakeholder acquisition, and social impact. In addition to helping entrepreneurs and their communities develop their own narratives, we commission original works from leading authors.

+ + + + + +

Supported through project funds available through a Luce Foundation grant to CU Boulder’s Center on Media, Religion and Culture.

+ +
+ +
+ +
+
+ + + diff --git a/_site/projects/stakeholder-news.html b/_site/projects/stakeholder-news.html new file mode 100644 index 0000000..8116eaa --- /dev/null +++ b/_site/projects/stakeholder-news.html @@ -0,0 +1,102 @@ + + + + + +Stakeholder Ownership for Sustainable News | Media Enterprise Design Lab @ CU Boulder + + + + + + + + + + + + + + + +
+
+
+ +
+

Stakeholder Ownership for Sustainable News

+
+ +
+

In collaboration with pioneering publications, we are exploring how democratic strategies for ownership, financing, and governance can support a new generation of accountable, sustainable news organizations.

+ +

Collaborators

+ + + +

Publications

+ + + + + + + +

Supported by grants from the Brett Family Foundation and the CU Boulder Office for Outreach and Engagement.

+ +
+ +
+ +
+
+ + + diff --git a/_site/projects/user-trusts.html b/_site/projects/user-trusts.html new file mode 100644 index 0000000..b45b966 --- /dev/null +++ b/_site/projects/user-trusts.html @@ -0,0 +1,86 @@ + + + + + +User Trusts | Media Enterprise Design Lab @ CU Boulder + + + + + + + + + + + + + + + +
+
+
+ +
+

User Trusts

+
+ +
+

Through employee stock-ownership plans (ESOPs), millions of Americans experience the benefits of being co-owners of their workplaces. But employment is only one kind of economic relationship that can be strengthened with co-ownership trusts. Louis Kelso, the inventor of the ESOP, also imagined other SOPs, including a consumer stock-ownership plan (CSOP). In an era when fixed employment may be in decline, perhaps the time is right to revisit the CSOP proposal.

+ +

This project explores the viability and prospects of CSOPs, especially in the emerging online economy.

+ +

Supported by a Louis Kelso Fellowship from Rutgers University’s Institute for the Study of Employee Ownership and Profit Sharing.

+ +
+ +
+ +
+
+ + + diff --git a/about.md b/about.md new file mode 100644 index 0000000..03130fd --- /dev/null +++ b/about.md @@ -0,0 +1,27 @@ +--- +layout: page +title: About +permalink: /about/ +--- + +What does it take to build thriving media organizations, accountable to the communities they serve? At a time of global platform monopolies and local newspapers struggling to survive, the future of media will depend on the kinds of business models we design today. + +The Media Enterprise Design Lab is a think tank for community-oriented media organizations. It creates space for researchers and practitioners to challenge the conventional norms and explore possibilities offered by neglected histories and possible futures. Drawing on diverse fields such as cultural studies, law, management, media archeology, organizational communication, and sociology, MEDLab holds space and time for better kinds of business. + +## Programs + +* **Collaboration** with startups and established organizations alike to imagine and develop transformative business models, ownership structures, and governance practices +* **Research** on under-explored strategies for organizational design, with a particular focus on models that support community wealth-building and appropriate accountability +* **Education** on media enterprise design through student fellowships and collaborations, together with public events and publications + +MEDLab offers consultation services and public events for community-oriented organizations. For more information on these and more, contact us at medlab@colorado.edu. + +## Personnel + +### Director + + **[Nathan Schneider](https://www.colorado.edu/cmci/people/media-studies/nathan-schneider) (assistant professor, Media Studies)** is a reporter who writes about religion, technology and resistance. He co-organized the New School in 2015, Platform Cooperativism, and has been a leader in efforts to develop more democratic business models for the online economy. He is the author of three books, most recently _[Everything for Everyone: The Radical Tradition That Is Shaping the Next Economy](https://nathanschneider.info/e4e)_, and co-edited _[Ours to Hack and to Own: The Rise of Platform Cooperativism, a New Vision for the Future of Work and a Fairer Internet](https://nathanschneider.info/books/books/ours-to-hack/)_ with Trebor Scholz. His articles have appeared in publications such as _Harper's_, _The Nation_, _The Guardian_, _Vice_ and _The Catholic Worker_. Find more information at [nathanschneider.info](https://nathanschneider.info/). + +### Research fellow + +**[Katy Fetters](https://www.colorado.edu/cmci/people/graduate-students/katy-fetters) (MA student, Media and Public Engagement)** is from Southern California and sometimes wishes she still lived near the beach no matter how charming Boulder is. She once lived out of a car and traveled down south for a good while to experience the allure of Patagonia with her boyfriend. To lend her voice and experience to issues around disability and identity, she started Cerebral Palsy Strong, #cpstrong in 2017. She came to CU to expand her understanding of media and culture to help build upon this work and hopes that it will start to change the way we think about what disability looks like. Katy holds a BA in Liberal Arts from Soka University of America. diff --git a/assets/favicon.ico b/assets/favicon.ico new file mode 100644 index 0000000..aabfba7 Binary files /dev/null and b/assets/favicon.ico differ diff --git a/assets/fetters-wave.jpg b/assets/fetters-wave.jpg new file mode 100644 index 0000000..9721f59 Binary files /dev/null and b/assets/fetters-wave.jpg differ diff --git a/assets/katy_fetters.png b/assets/katy_fetters.png new file mode 100644 index 0000000..deef310 Binary files /dev/null and b/assets/katy_fetters.png differ diff --git a/assets/medlab-logo-square.png b/assets/medlab-logo-square.png new file mode 100644 index 0000000..2caf0a0 Binary files /dev/null and b/assets/medlab-logo-square.png differ diff --git a/assets/medlab-logo.png b/assets/medlab-logo.png new file mode 100644 index 0000000..c5da1f2 Binary files /dev/null and b/assets/medlab-logo.png differ diff --git a/assets/nathan_schneider.png b/assets/nathan_schneider.png new file mode 100644 index 0000000..dd243ea Binary files /dev/null and b/assets/nathan_schneider.png differ diff --git a/assets/pyramid.png b/assets/pyramid.png new file mode 100644 index 0000000..8ba6f9a Binary files /dev/null and b/assets/pyramid.png differ diff --git a/index.md b/index.md new file mode 100644 index 0000000..387825f --- /dev/null +++ b/index.md @@ -0,0 +1,6 @@ +--- +layout: page +--- + +![]({{ "/assets/pyramid.png" | relative_url }}) +*Artwork by James Seibold, commissioned for the [2017 platform cooperativism conference](https://platform.coop/2017) at the New School.* diff --git a/posts.html b/posts.html new file mode 100644 index 0000000..391f0ce --- /dev/null +++ b/posts.html @@ -0,0 +1,24 @@ +--- +layout: page +title: Posts +permalink: /posts/ +--- + + {%- if site.posts.size > 0 -%} + + +

subscribe via RSS

+ {%- endif -%} diff --git a/projects.md b/projects.md new file mode 100644 index 0000000..9d0f9df --- /dev/null +++ b/projects.md @@ -0,0 +1,12 @@ +--- +layout: page +title: Projects +permalink: /projects/ +--- + +{% for project in site.projects %} +### {{ project.title }} + +

{{ project.summary }}

+ +{% endfor %}