forked from glyph/website
Compare commits
4 Commits
add_glossa
...
add_mycoma
Author | SHA1 | Date | |
---|---|---|---|
62b04427ca | |||
bbe4556900 | |||
3a47c81af6 | |||
f6ead0ddc5 |
51
mycomaterials_notes
Normal file
51
mycomaterials_notes
Normal file
@ -0,0 +1,51 @@
|
||||
|
||||
introduction
|
||||
|
||||
- emphasize low-tech diy appeal and accessibility
|
||||
- easier than mushroom cultivation
|
||||
|
||||
what are mycomaterials?
|
||||
|
||||
- properties
|
||||
- cheaply produced on agricultural waste
|
||||
- home compostable
|
||||
- naturally fire resistant
|
||||
- thermal degradation of mycelium films occurred at approximately 300 degrees Celcius
|
||||
- buoyant
|
||||
- light-weight
|
||||
- water resistant
|
||||
- mycelium is hydrophobic due to proteins in the outermost layer of the cell wall
|
||||
- rapid growth (7-14 days)
|
||||
|
||||
working with mycelium (how-to)
|
||||
|
||||
- inoculum
|
||||
- species (ganoderma / pleurotus)
|
||||
- source
|
||||
- substrate
|
||||
- type (sawdust / hemp hurd / coir)
|
||||
- treatment (sterilization / pasteurization)
|
||||
- moisture content
|
||||
- design
|
||||
- object shape / properties
|
||||
- mould / tool
|
||||
- colour / texture
|
||||
- finishing
|
||||
- dry (2hrs at 60 degrees C)
|
||||
- wax finish or dye (beesmax, natural dyes)
|
||||
- g. lucidum very difficult to cut & shape whendry, even using saws & files
|
||||
- environment
|
||||
- temperature / humidity / CO2 / light
|
||||
- card with technical details (bonus "bread crumbs")
|
||||
|
||||
industry
|
||||
|
||||
- who are the major players and what are they focused on?
|
||||
|
||||
conclusion
|
||||
|
||||
links / resources
|
||||
|
||||
- websites
|
||||
- companies
|
||||
- papers
|
56
static/glyph_tiny.svg
Normal file
56
static/glyph_tiny.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 18 KiB |
@ -6,7 +6,7 @@
|
||||
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
|
||||
<title>{% block title %}{% endblock title %}</title>
|
||||
<meta name="author" content="glyph">
|
||||
<meta name="description" content="The personal website of glyph.">
|
||||
<meta name="description" content="Welcome to the personal website of glyph: a mycelial technologist coding and cultivating a decentralized, multispecies future. On my site you will find art, musings and projects relating to carbon-based and silicon-based technologies. Sowing seeds of symbiosis, weaving webs of wu wei.">
|
||||
<meta name="keywords" content="botany, coding, electronics, fermentation, fungi, meditation, mycology, plants">
|
||||
<style>
|
||||
a {
|
||||
|
26
templates/fungi/mycomaterials_guide.html.tera
Normal file
26
templates/fungi/mycomaterials_guide.html.tera
Normal file
@ -0,0 +1,26 @@
|
||||
{% extends "nav" %}
|
||||
{% block title %}mycelial technology | Mycomaterials{% endblock title %}
|
||||
{% block content %}
|
||||
<article>
|
||||
<h2>Guide to Mycomaterials: Properties, Fabrication & Industry</h2>
|
||||
<i>16 September, 2020</i>
|
||||
<h3>Introduction</h3>
|
||||
<p>Before the advent of plastic and the rapid expansion of global mining activites, our habitats, clothes, tools and other technologies were constructed from the organic and inorganic elements around us. Mud, stone, bone, wood, bamboo, grass and a plethora of other biotic and abiotic materials formed our material culture and mediated our interactions with the world. Some of these materials, such as stone, are highly durable - able to withstand centuries of use with only minor
|
||||
deterioration. Others, such as grasses and wood, are typefied by their ephemerality - offering utility over short spans of timespace before decaying beyond repair. The decomposition of these materials, whether unfolding over geological time-scales or the course of a few days, unlocks key nutrients which are then cycled through planetary systems and which ultimately support the proliferation and diversification of life.</p>
|
||||
<p>Contrast the material culture of our ancestors with that of today, where so much of the humyn world is composed of plastics and other synthetic materials which are costly to produce, often manufactured far away from the point of use, and which are toxic to us and the lifeforms around us. These materials do not decay gracefully, nor do they nourish biological processes through their decomposition. Materials which require intensive mining operations are perhaps equally problematic, especially in light of large-scale habitat destruction and exploitation of labour and lands. Fortunately, the emergent field of mycomaterials offers a compelling alternative to toxic and energy-intensive materials such as plastics, styrofoam and other synthetic materials.
|
||||
<h3>Properties of Mycomaterials</h3>
|
||||
<p>Simply put, mycomaterials are objects which are either completely or partially comprised of fungal mycelium. Shigeru Yamanaka and Reiko Kikuchi, widely regarded as the originators of mycomaterials, offer this definition in a patent filing from 1990:</p>
|
||||
<blockquote cite="https://patentimages.storage.googleapis.com/eb/f7/2d/49306791c9c256/US5074959.pdf">
|
||||
<p>a novel complex of fibrous materials and fungi obtained by allowing fungi to grow in a medium containing fibrous materials thereby bonding the fungi to the fibrous materials</p>
|
||||
<footer>- <a href="https://patentimages.storage.googleapis.com/eb/f7/2d/49306791c9c256/US5074959.pdf"><cite>Complex of Fibers and Fungi and a Process for the Preparation Thereof</cite></a></footer>
|
||||
</blockquote>
|
||||
<p></p>
|
||||
<figure>
|
||||
<img src="/fungi/photo_guide/habitat.jpg" style="width: 100%;" alt="Birch forest with grass covering the forest floor" />
|
||||
<figcaption>A grassland birch forest.</figcaption>
|
||||
</figure>
|
||||
<h3>Conclusion</h3>
|
||||
<p>There you have it, with 5 - 7 photos you can capture a great deal of data about a given species. Whether you're asking someone for help with identification or working through the process yourself, having these morphological and ecological data to draw on will enrich your learning experience and enhance your chances of making a successful identification. You may even notice things in the photos which you missed while in the field, for example, a beetle crawling amongst the gills (what ecological relationship might it have with the fungus?). I hope you've found this guide helpful and that it facilitates many fun identification forays in your near-future!</p>
|
||||
</article>
|
||||
<hr>
|
||||
{%- endblock %}
|
@ -2,7 +2,8 @@
|
||||
{% block title %}mycelial technology | glyph{% endblock title %}
|
||||
{% block content %}
|
||||
<img src="glyph.svg" style="width: 175px;" />
|
||||
<p>Welcome to the personal website of glyph.</p>
|
||||
<p>Welcome to the personal website of glyph: a mycelial technologist coding and cultivating a decentralized, multispecies future. On my site you will find art, musings and projects relating to carbon-based and silicon-based technologies.</p>
|
||||
<p>[ sowing seeds of symbiosis | weaving webs of wu wei ]</p>
|
||||
<h2>Contact Information</h2>
|
||||
<ul style="padding: 0;">
|
||||
<li class="list-item">Email: <a href="mailto:glyph@mycelial.technology" title="glyph's Email address">glyph@mycelial.technology</a></li>
|
||||
|
@ -5,12 +5,12 @@
|
||||
<h3>Books</h3>
|
||||
<p>Currently Reading</p>
|
||||
<ul>
|
||||
<li><i>A Closed and Common Orbit</i> - Becky Chambers</li>
|
||||
<li><i>Radical Mycology</i> - Peter McCoy</li>
|
||||
<li><i>Jonathan Strange & Mr Norrell</i> - Susanna Clarke</li>
|
||||
</ul>
|
||||
<p>Previously Read</p>
|
||||
<ul>
|
||||
<li><i>A Closed and Common Orbit</i> - Becky Chambers</li>
|
||||
<li><i>Ready Player One</i> - Ernest Cline</li>
|
||||
<li><i>Red Moon</i> - Kim Stanley Robinson</li>
|
||||
<li><i>Mythago Wood</i> - Robert Holdstock</li>
|
||||
|
Reference in New Issue
Block a user