Difference between revisions of "Team:Newcastle/Results"

m
 
(44 intermediate revisions by 5 users not shown)
Line 44: Line 44:
 
                 <div class="home-content__buttons">
 
                 <div class="home-content__buttons">
 
                     <a href="#intro" class="smoothscroll btn btn--stroke">Introduction</a>
 
                     <a href="#intro" class="smoothscroll btn btn--stroke">Introduction</a>
                     <a href="#inoculation" class="smoothscroll btn btn--stroke">Lux levels</a>
+
                     <a href="#lux" class="smoothscroll btn btn--stroke">Lux levels</a>
                     <a href="#microscopy" class="smoothscroll btn btn--stroke">Growth Experiments</a>
+
                     <a href="#Experiments" class="smoothscroll btn btn--stroke">Growth Experiments</a>
 
                     <a href="#conclusion" class="smoothscroll btn btn--stroke">Conclusion</a>
 
                     <a href="#conclusion" class="smoothscroll btn btn--stroke">Conclusion</a>
 
             </div>
 
             </div>
Line 60: Line 60:
 
             <div class="col-full">
 
             <div class="col-full">
 
                 <h3 class="subhead">RESULTS</h3>
 
                 <h3 class="subhead">RESULTS</h3>
                 <h1 class="display-2">Hardware</h1>
+
                 <h1 class="display-2">Introduction</h1>
 
             </div>
 
             </div>
 
         </div> <!-- end section-header -->
 
         </div> <!-- end section-header -->
Line 67: Line 67:
 
             <div class="col-full">
 
             <div class="col-full">
 
        
 
        
  <h1 class="display">Introduction</h3>
+
     
+
           <p class="about-para">Having assembled our hydroponics system, it needed to be tested to quantify performance. This involved measuring the light intensity that the LEDs output to determine the lux ranges possible. We also investigated whether it was possible to germinate seeds and grow seedlings in our system.</p>
           <p class="about-para">After assembling our hydroponics system we needed to measure the light intensity that the LEDs output. This gave us a bearing on the probability of successful germination. For example, an overcast day in lux is between 1,000 - 30,000 [1]. Therefore a lux sensor will give us a starting point. From this, we can then begin to experiment with different colours of light. Through our Human Practices we expected that purple light would give us the most lux since this is the most commonly used in the industry.</p>
+
<br><br>
  
 +
</div>
 +
</div>
 +
</section>
  
  <h1 class="display">Lux Levels</h3>
+
<section id="lux" class="s-about">
 +
        <div class="row section-header has-bottom-sep" data-aos="fade-up">
 +
            <div class="col-full">
 +
 +
  <h1 class="display-2">Lux Levels</h1>
 +
</div>
 +
</div>
 +
  <div class="row about-stats stats block-1-4 block-m-1-2 block-mob-full" data-aos="fade-up">
  
 +
        <div class="row about-desc" data-aos="fade-up">
 +
            <div class="col-full">
  
           <p class="about-para">Our initial tests were to run the pre-programmed colours i.e. Blue, Green, Purple, Red, White and a rainbow function which cycles through the spectrum.</p>
+
           <p class="about-para">The first task was to measure the light intensity generated by the LEDs. This would inform us if the possible range was suitable for seed germination and plant growth. For example, on an overcast day lux produced is between 1,000 - 30,000 [1]. We used a lux sensor to initially determine which settings gave specific light intensities. From this, we were able to experiment with different colours of light. Through research carried out as part of our Human Practices, we expected that purple light would give us the greatest lux since this is the most commonly used in the contained plant growth industry.</p>
  
  <p class="about-para">Firstly we decided to measure the 'rainbow' function. We applied this test so that we could determine a range which may give us the highest lux. We established that purple/blue is the 'optimal' colour to use peaking at 1100 lux, confirming what our Human Practices has revealed when visiting various hydroponic facilities.</p>
+
  <p class="about-para">Our initial tests were to run the pre-programmed colours i.e. blue, green, purple, red, white and a rainbow function which cycles through the spectrum. Firstly, we decided to measure the 'rainbow' function. We applied this test so that we could determine a range which may give us the highest lux. We established that purple/blue is the 'optimal' colour to use peaking at 1100 lux, confirming what our Human Practices has revealed when visiting various hydroponic facilities.</p>
 
                
 
                
  
                 <p class="about-para">Next we loaded the Arduino with a programmed in 'purple' colour. This measurement stabilised at roughly 1000 lux. Leading us to believe we could tweak this light level. Therefore we tried different pre-set colours; Blue, Green, Red, White, giving roughly; 1375, 300, 525, 1360 lux respectively. Realising that the LEDs manage colours by producing different quantities of Blue, Green and Red light, we figured we may be able to create an optimum between these colours hopefully improving on the pre-set Blue. This means we could not use a preset library and would have to define the light levels of the primary colours manually.</p>  
+
                 <p class="about-para">Next, we loaded the Arduino with a programmed in 'purple' colour. This measurement stabilised at roughly 1000 lux. Leading us to believe we could tweak this light level. Therefore we tried different pre-set colours; blue, green, red, white, giving roughly; 1375, 300, 525, 1360 lux respectively. Realising that the LEDs manage colours by producing different quantities of blue, green and red light, we figured we may be able to create an optimum between these colours hopefully improving on the pre-set blue. This means we could not use a pre-set library and would have to define the light levels of the primary colours manually.</p>  
  
                 <p class="about-para">Before starting, we defined the brightness of each colour as an 8 bit integer (265 light levels). The most obvious place to start was to turn all the primary colours up to 265. Producing altered white light which performed worse than the pre-set Blue and white at roughly 1300 lux. Therefore we created purple via Blue and Red at 265 (altered purple). This also proved to be less than the pre-set blue but slightly higher that ‘altered white’.</p>
+
                 <p class="about-para">Before starting, we defined the brightness of each colour as an 8 bit integer (265 light levels). The most obvious place to start was to turn all the primary colours up to 265. Producing altered white light which performed worse than the pre-set blue and white at roughly 1300 lux. Therefore we created purple via blue and red at 265 (altered purple). This also proved to be less than the pre-set blue but slightly higher that ‘altered white’.</p>
  
 
  <img src="https://static.igem.org/mediawiki/2018/2/2c/T--Newcastle--Lux_levels.PNG" width="1000" height="1500">
 
  <img src="https://static.igem.org/mediawiki/2018/2/2c/T--Newcastle--Lux_levels.PNG" width="1000" height="1500">
                     <p><center>Figure 1. Graph displaying the light intensity from varying the wavelengths (colour)</center></p>
+
                     <p><font size="2"><center>Figure 1. Graph displaying the light intensity from varying the wavelengths (colour)</center></font></p>
  
<p class="about-para">Therefore, thinking that the pre-set Blue was actually our maximum we attempted one more test. Holding Blue at a constant 265 but varying Red from 0-265 and plotting the results. We discovered that there is a lux peak when the Red is at a light level of 129. Next we tried Blue:265, Red:129 with a varied green from 0-265. This appeared to have a detrimental effect on the light intensity. Figure 2 shows the relationship between these colours.</p>
+
<p class="about-para">Therefore, thinking that the pre-set blue was actually our maximum, we attempted one further test. This held blue at a constant 265 but varied red from 0-265. On plotting the results, we discovered that there is a lux peak when the red is at a light level of 129. Next we tried blue:265, red:129 with a varied green from 0-265. This appeared to have a detrimental effect on the light intensity. Figure 2 shows the relationship between these colours.</p>
  
  
 
          
 
          
 
                     <img src="https://static.igem.org/mediawiki/2018/5/5d/T--Newcastle--red_variance.png" width="800" height="800">
 
                     <img src="https://static.igem.org/mediawiki/2018/5/5d/T--Newcastle--red_variance.png" width="800" height="800">
                     <p><center>Figure 2. Graph demonstrating the Lux intensity for; Rainbow, Green varying and red.</center></p>
+
                     <p><font size="2"><center>Figure 2. Graph demonstrating the lux intensity for rainbow, green varying and red.</center></font></p>
                   
+
                <h3 class="display-3 display-3--light">Conclusion</h3>
+
  
<p class="about-para">From these measurements we can determine that the lux level should be adequate to germinate <i>Arabidopsis</i>, rocket and various other plants. Heating control does not need to be built as this system will be held inside a room with a constant temperature. Also, water and air flow are not a pressing issue since the water needs to be changed once a week. Therefore the next experiment will involve real plants.</p>
+
<h3 class="display-3 display-3--light">Conclusion</h3>
  
            </div>
+
<p class="about-para">From these measurements we can determine that the lux level should be adequate to germinate <i>Arabidopsis thaliana</i>, rocket and various other plants. Heating control does not need to be built in as this system will be held inside a room with a constant temperature. Also, water and air flow are not a pressing issue since the water needs to be changed once a week. We therefore felt that we had gained sufficient understanding of how our hardware operates to proceed with growth experiments.</p>
        </div> <!-- end project-desc -->
+
  
        <div class="row about-stats stats block-1-4 block-m-1-2 block-mob-full" data-aos="fade-up">
 
               
 
            <div class="col-block stats__col ">
 
                <h5>UP TO</h5>
 
                <div class="stats__count">1344</div>
 
                <h5>SEEDLINGS CAN BE GROWN</h5>
 
                <h5>IN HYDROPONICS</h5>
 
            </div>
 
            <div class="col-block stats__col">
 
                <h5>APPROXIMATELY</h5>
 
                <div class="stats__count">70</div>
 
                <h5>KWH OF POWER ANNUALLY</h5>
 
                <h5>USED TO POWER SYSTEM</h5>
 
               
 
            </div>
 
            <div class="col-block stats__col">
 
                <h5>PROVIDES UP TO</h5>
 
                <div class="stats__count">1700</div>
 
                <h5>LUX OF LIGHT</h5>
 
                <h5>TO GROW SEEDLINGS</h5>
 
            </div>
 
            <div class="col-block stats__col">
 
                <h5>CONTAINS</h5>
 
                <div class="stats__count">120</div>
 
                <h5>INDIVIDUALLY ADDRESSABLE</h5>
 
                <h5>LOW-POWER LEDS</h5>
 
 
             </div>
 
             </div>
 +
        </div></div> <!-- end project-desc -->
 +
  
        </div> <!-- end about-stats -->
 
  
 
         <div class="about__line"></div>
 
         <div class="about__line"></div>
Line 142: Line 126:
 
                 <div class="col-full">
 
                 <div class="col-full">
 
                              
 
                              
  <h1 class="display">Growth Experiments</h3>
+
  <h1 class="display-2">Growth Experiments</h1>
 
             </div>
 
             </div>
 
         </div> <!-- end section-header -->
 
         </div> <!-- end section-header -->
Line 151: Line 135:
 
                   <h3 class="display-3 display-3--light">Introduction</h3>
 
                   <h3 class="display-3 display-3--light">Introduction</h3>
  
<p style="font-size:100%">In order to understand the performance of the NH-1, two experiments were conducted. The first experiment was conducted to determine the range of conditions that the system can generate. This was a proof of principle experiment, which is meant to outline that different conditions can generate different phenotypic responses in the plants. The second experiment measured the percentage germination from the optimal purple light conditions of the NH-1 against natural light conditions. </p>
+
<p style="font-size:100%">In order to understand the performance of the NH-1, two experiments were conducted. The first experiment was to compare germination rates of seeds placed to germinate in the NH-1 compared to an environment with natural light. This would inform us whether or not the environmental settings within the system were suitable for seed germination. The second experiment was to explore the range of conditions that the system can generate and to assess how these influence plant growth. This was a proof of principle experiment, to determine if different light conditions would generate different phenotypic responses in the plants.</p>
 
                  
 
                  
<h3 class="display-3 display-3--light">Method</h3>
+
<h3 class="display-3 display-3--light">Experiment 1: Germination in the NH-1 vs. natural light</h3>
  
<p style="font-size:100%">For the first experiment we had to make a simple barrier to place inside the NH-1 in order to block light effectively. We did this by taking off-cuts of plywood and wrapping them in tinfoil to create a reflective surface, sourced from the architecture workshop. Figure 3 shows the dividers used. This allowed us to expose different areas of the hydroponics to varying wavelengths of light by addressing individual LEDs. </p>
+
                    <p style="font-size:100%">The <b>first experiment</b> was performed to compare germination rate in the NH-1 (controlled and artificial light conditions), to germination rate in natural light conditions (laboratory windowsill). <i>Arabidopsis thaliana</i> seeds were planted at each position in an agar-filled 96-position pipette-tip rack. Two identical racks were prepared, one to be placed in the NH-1, and one to be placed in natural light. Germination percentage was quantified by counting the number of seeds that had germinated after 4-day and 8-day time points.</p>
  
<p style="font-size:100%"> Utilising the Arduino's easy-to-adapt design we can manipulate this device to display the desired wavelengths at each individual LED. The first four LEDs emitted green light and the remainder emitted purple (separated by a divider), the intensities were measured to be 200, 1700 lux respectively (code can be found <body link="blue"><a href="https://static.igem.org/mediawiki/2018/7/79/T--Newcastle--Green.pdf" class="black">here</a>). <i>Eruca sativa</i> Seeds were then planted in two pipette-tip racks (96 in each), one green (A), one purple (B). They were then left to germinate for a week.</p>
+
                    <p style="font-size:100%">The results showed that the percentage germination in the NH-1 after 4 days was over 50 % compared to approximately 25 % in natural light conditions. After 8 days, over 90 % of the seeds had germinated in the NH-1 compared to only 60 % in natural light conditions (Figure 6).</p>
 +
 
 +
               
 +
                    <p><center><img src="https://static.igem.org/mediawiki/2018/b/b3/T--Newcastle--Windowsill.png" height="400" width="400"></p></center>
 +
                    <p style="text-align:center"><font size="2"><br>Figure 6. The percentage germination of <i>Arabidopsis thaliana</i> seeds after 4 and 8 days in either the NH-1 or in natural light.</font></p>
 +
 
 +
<h3 class="display-3 display-3--light">Experiment 2: The effect of light intensity on plant phenotype</h3>
 +
 
 +
<p style="font-size:100%">For the <b>second experiment</b>, a simple barrier was created by recycling plywood off-cuts from the architecture workshop which were then wrapped in aluminium foil. This provided a reflective divide that could be placed inside the NH-1 allowing us to expose different areas of the hydroponics to varying wavelengths of light by addressing individual LEDs. Figure 3 shows the dividers in use.</p>
 +
 
 +
<p style="font-size:100%">Utilising the Arduino's easy-to-adapt design we were able to manipulate this device to display the desired wavelengths at each individual LED. The first four LEDs emitted green light and the remainder emitted purple (separated by a divider), the intensities were measured to be 200 and 1700 lux respectively (code can be found <body link="blue"><a href="https://static.igem.org/mediawiki/2018/7/79/T--Newcastle--Green.pdf" class="black">here</a>). <i>Eruca sativa</i> (rocket) seeds were then planted in two agar-filled 96-position pipette-tip racks, one placed in green light (A) and one placed in purple light conditions (B). These were left to germinate for one week before germination success was analysed.</p>
  
  
 
       <img src="https://static.igem.org/mediawiki/2018/d/dd/T--Newcastle--Divider.PNG">
 
       <img src="https://static.igem.org/mediawiki/2018/d/dd/T--Newcastle--Divider.PNG">
   <p style="font-size:100%"><center>Figure 3. Demonstration of divider being used within the hydroponic system.</center></p>
+
   <p><font size="2"><center>Figure 3. Demonstration of divider being used within the hydroponic system.</center></font></p>
  
                <h3 class="display-3 display-3--light">Results</h3>
 
  
                     <p style="font-size:100%">After 1 week the seedlings were checked for germination (Figure 4) and had their height measured (Figure 5). The results show that a greater percentage germination was obtained from purple light (22/96) than green light (4/96). Out of the 4 seedlings that germinated in green light, the seedlings were much taller than those in the purple light, though those grown in purple light were more uniform in their growth, showing the ability of the NH-1 to elicit a range of phenotypic responses and thus fulfilling its design purpose.</p>
+
 
 +
                     <p style="font-size:100%">After one week, the seeds were checked for germination (Figure 4) and the height of each seedling was measured (Figure 5). From this, we made several observations: firstly, the results showed that a higher percentage of seeds had germinated from the batch kept in purple light (23 %) compared to those kept in green light (4 %). Secondly, the seedlings that germinated and grew in green light were were much taller than those grown in purple light. Finally, the purple light conditions resulted in more uniform growth amongst seedlings. This demonstrated the ability of the NH-1 to elicit a range of phenotypic responses as a result of different programmed light provision, thus fulfilling its design purpose.</p>
  
  
 
                  
 
                  
 
                     <p><center><img src="https://static.igem.org/mediawiki/2018/0/00/T--Newcastle--Green_Vs_Purple.png" style="height="400" width="400"></p></center>
 
                     <p><center><img src="https://static.igem.org/mediawiki/2018/0/00/T--Newcastle--Green_Vs_Purple.png" style="height="400" width="400"></p></center>
                     <p style="text-align:center"><br>Figure 4. The percentage germination of <i>Eruca sativa</i> seedlings after 1 week in green or purple light.</p>
+
                     <p style="text-align:center"><font size="2"><br>Figure 4. The percentage germination of <i>E. sativa</i> seedlings after 1 week in green or purple light.</font></p>
 
                  
 
                  
 
           <p><center><img src="https://static.igem.org/mediawiki/2018/3/35/T--Newcastle--height.PNG" height="400" height="400" width="400"></p></center>
 
           <p><center><img src="https://static.igem.org/mediawiki/2018/3/35/T--Newcastle--height.PNG" height="400" height="400" width="400"></p></center>
                     <p style="text-align:center"><br>Figure 5. The mean height of <i>Eruca sativa</i> seedlings after 1 week in either green or purple light. Error bars show the standard error of the mean.</p>
+
                     <p style="text-align:center"><font size="2"><br>Figure 5. The mean height of <i>E. sativa</i> seedlings after one week in either green or purple light. n=4 and n=22 replicates for green and purple light respectively (number of seeds that germinated). Error bars show the standard error of the mean.</font></p>
  
               
+
<h3 class="display-3 display-3--light">Conclusion</h3>
                    <p><center><img src="https://static.igem.org/mediawiki/2018/b/b3/T--Newcastle--Windowsill.png" height="400" width="400"></p></center>
+
                    <p style="text-align:center"><br>Figure 6. The percentage germination of <I>Arabidopsis thaliana</i> seedlings after 1 week in the NH-1 or on the laboratory windowsill.</p>
+
                   
+
  
 +
<p style="font-size:100%">The experiments performed in the NH-1 demonstrated that it was possible to programme the system to create conditions suitable for both seed germination and plant growth. Seeds were successfully germinated in the NH-1, and impressively this occurred at a faster rate than seeds kept under natural light. The NH-1 was also successfully programmed to provide two differing light intensity environments within the same system simultaneously. These contrasting environments led to the observation of different plant growth phenotypes.</p>
 +
 +
 +
 +
</div>
 +
</div>
 +
</section>
 +
 +
<section id="conclusion" class="s-about">
 +
        <div class="row section-header has-bottom-sep" data-aos="fade-up">
 +
            <div class="col-full">
 +
 +
<h1 class="display-2">Conclusions</h1>
 +
</div>
 +
</div>
 +
 +
        <div class="row about-desc" data-aos="fade-up">
 +
            <div class="col-full">
  
       <p style="font-size:100%">The second experiment concerned comparing the NH-1 to laboratory conditions. The results show the percentage germination in NH-1 after conditions after 4 days was over 50 % compared to approximately 25 % in laboratory conditions. After 8 days over 90% of the seedlings had germinated in the NH-1 compared to approximately 60 % in laboratory conditions (Figure 6).  
+
       <p style="font-size:100%">Both the lux and the growth experiments provided data to suggest that our system is effective in creating a high-throughput growth and germination environment for plant research. The system can accommodate 1344 seeds/seedlings when filled to capacity using agar-filled, 96-position pipette-tip racks. Through the use of waste pipette-tip racks and re-purposed plywood off-cuts, we are also addressing our environmental concerns. By recycling and up-cycling common laboratory waste, we can cut down the quantity of plastic waste produced and also reduce refuse costs.</p>
  
<h1 class="display">Conclusions</h3>
+
       <p style="font-size:100%">Not only did <i>Arabidopsis thaliana</i> seeds successfully germinate in the NH-1, the rate of germination was greater than when kept under natural light. There is also the added advantage of a programmable and controlled environment allowing greater standardisation. Within the system we were able to create a range of growing environments that elicited different phenotypic responses in <i>Eruca sativa</i> seedlings. This demonstrates the range of possibilities the NH-1 provides for researchers with interests in high-throughput plant research.</p>
       <p style="font-size:100%">Both of the experiments provided data that suggests our system is effective at creating a high throughput growth and germination environment for plant research, not only did <i>Arabidopsis thaliana</i> seeds germinate in the NH-1, but the rate of germination is greater than that of laboratory conditions with the added advantages of being programmable and a controlled environment allowing greater standardisation. Within the system we were able to create a range of growing environments that elicited different phenotypic responses in <i>Eruca sativa</i> seedlings showing the range of possibilities the NH-1 provides for researchers interested in high-throughput plant research.</p>.
+
  
 
         </div>        <!-- end services-list -->
 
         </div>        <!-- end services-list -->

Latest revision as of 01:37, 18 October 2018

Alternative Roots/Results

Alternative Roots

Hardware Results

RESULTS

Introduction

Having assembled our hydroponics system, it needed to be tested to quantify performance. This involved measuring the light intensity that the LEDs output to determine the lux ranges possible. We also investigated whether it was possible to germinate seeds and grow seedlings in our system.



Lux Levels

The first task was to measure the light intensity generated by the LEDs. This would inform us if the possible range was suitable for seed germination and plant growth. For example, on an overcast day lux produced is between 1,000 - 30,000 [1]. We used a lux sensor to initially determine which settings gave specific light intensities. From this, we were able to experiment with different colours of light. Through research carried out as part of our Human Practices, we expected that purple light would give us the greatest lux since this is the most commonly used in the contained plant growth industry.

Our initial tests were to run the pre-programmed colours i.e. blue, green, purple, red, white and a rainbow function which cycles through the spectrum. Firstly, we decided to measure the 'rainbow' function. We applied this test so that we could determine a range which may give us the highest lux. We established that purple/blue is the 'optimal' colour to use peaking at 1100 lux, confirming what our Human Practices has revealed when visiting various hydroponic facilities.

Next, we loaded the Arduino with a programmed in 'purple' colour. This measurement stabilised at roughly 1000 lux. Leading us to believe we could tweak this light level. Therefore we tried different pre-set colours; blue, green, red, white, giving roughly; 1375, 300, 525, 1360 lux respectively. Realising that the LEDs manage colours by producing different quantities of blue, green and red light, we figured we may be able to create an optimum between these colours hopefully improving on the pre-set blue. This means we could not use a pre-set library and would have to define the light levels of the primary colours manually.

Before starting, we defined the brightness of each colour as an 8 bit integer (265 light levels). The most obvious place to start was to turn all the primary colours up to 265. Producing altered white light which performed worse than the pre-set blue and white at roughly 1300 lux. Therefore we created purple via blue and red at 265 (altered purple). This also proved to be less than the pre-set blue but slightly higher that ‘altered white’.

Figure 1. Graph displaying the light intensity from varying the wavelengths (colour)

Therefore, thinking that the pre-set blue was actually our maximum, we attempted one further test. This held blue at a constant 265 but varied red from 0-265. On plotting the results, we discovered that there is a lux peak when the red is at a light level of 129. Next we tried blue:265, red:129 with a varied green from 0-265. This appeared to have a detrimental effect on the light intensity. Figure 2 shows the relationship between these colours.

Figure 2. Graph demonstrating the lux intensity for rainbow, green varying and red.

Conclusion

From these measurements we can determine that the lux level should be adequate to germinate Arabidopsis thaliana, rocket and various other plants. Heating control does not need to be built in as this system will be held inside a room with a constant temperature. Also, water and air flow are not a pressing issue since the water needs to be changed once a week. We therefore felt that we had gained sufficient understanding of how our hardware operates to proceed with growth experiments.

Growth Experiments

Introduction

In order to understand the performance of the NH-1, two experiments were conducted. The first experiment was to compare germination rates of seeds placed to germinate in the NH-1 compared to an environment with natural light. This would inform us whether or not the environmental settings within the system were suitable for seed germination. The second experiment was to explore the range of conditions that the system can generate and to assess how these influence plant growth. This was a proof of principle experiment, to determine if different light conditions would generate different phenotypic responses in the plants.

Experiment 1: Germination in the NH-1 vs. natural light

The first experiment was performed to compare germination rate in the NH-1 (controlled and artificial light conditions), to germination rate in natural light conditions (laboratory windowsill). Arabidopsis thaliana seeds were planted at each position in an agar-filled 96-position pipette-tip rack. Two identical racks were prepared, one to be placed in the NH-1, and one to be placed in natural light. Germination percentage was quantified by counting the number of seeds that had germinated after 4-day and 8-day time points.

The results showed that the percentage germination in the NH-1 after 4 days was over 50 % compared to approximately 25 % in natural light conditions. After 8 days, over 90 % of the seeds had germinated in the NH-1 compared to only 60 % in natural light conditions (Figure 6).


Figure 6. The percentage germination of Arabidopsis thaliana seeds after 4 and 8 days in either the NH-1 or in natural light.

Experiment 2: The effect of light intensity on plant phenotype

For the second experiment, a simple barrier was created by recycling plywood off-cuts from the architecture workshop which were then wrapped in aluminium foil. This provided a reflective divide that could be placed inside the NH-1 allowing us to expose different areas of the hydroponics to varying wavelengths of light by addressing individual LEDs. Figure 3 shows the dividers in use.

Utilising the Arduino's easy-to-adapt design we were able to manipulate this device to display the desired wavelengths at each individual LED. The first four LEDs emitted green light and the remainder emitted purple (separated by a divider), the intensities were measured to be 200 and 1700 lux respectively (code can be found here). Eruca sativa (rocket) seeds were then planted in two agar-filled 96-position pipette-tip racks, one placed in green light (A) and one placed in purple light conditions (B). These were left to germinate for one week before germination success was analysed.

Figure 3. Demonstration of divider being used within the hydroponic system.

After one week, the seeds were checked for germination (Figure 4) and the height of each seedling was measured (Figure 5). From this, we made several observations: firstly, the results showed that a higher percentage of seeds had germinated from the batch kept in purple light (23 %) compared to those kept in green light (4 %). Secondly, the seedlings that germinated and grew in green light were were much taller than those grown in purple light. Finally, the purple light conditions resulted in more uniform growth amongst seedlings. This demonstrated the ability of the NH-1 to elicit a range of phenotypic responses as a result of different programmed light provision, thus fulfilling its design purpose.


Figure 4. The percentage germination of E. sativa seedlings after 1 week in green or purple light.


Figure 5. The mean height of E. sativa seedlings after one week in either green or purple light. n=4 and n=22 replicates for green and purple light respectively (number of seeds that germinated). Error bars show the standard error of the mean.

Conclusion

The experiments performed in the NH-1 demonstrated that it was possible to programme the system to create conditions suitable for both seed germination and plant growth. Seeds were successfully germinated in the NH-1, and impressively this occurred at a faster rate than seeds kept under natural light. The NH-1 was also successfully programmed to provide two differing light intensity environments within the same system simultaneously. These contrasting environments led to the observation of different plant growth phenotypes.

Conclusions

Both the lux and the growth experiments provided data to suggest that our system is effective in creating a high-throughput growth and germination environment for plant research. The system can accommodate 1344 seeds/seedlings when filled to capacity using agar-filled, 96-position pipette-tip racks. Through the use of waste pipette-tip racks and re-purposed plywood off-cuts, we are also addressing our environmental concerns. By recycling and up-cycling common laboratory waste, we can cut down the quantity of plastic waste produced and also reduce refuse costs.

Not only did Arabidopsis thaliana seeds successfully germinate in the NH-1, the rate of germination was greater than when kept under natural light. There is also the added advantage of a programmable and controlled environment allowing greater standardisation. Within the system we were able to create a range of growing environments that elicited different phenotypic responses in Eruca sativa seedlings. This demonstrates the range of possibilities the NH-1 provides for researchers with interests in high-throughput plant research.





References & Attributions

Attributions: Luke Waller, Umar Farooq and Lewis Tomlinson

1. Pattern Guide; 17 Apr 2011, https://patternguide.advancedbuildings.net/using-this-guide/analysis-methods/lux-overcast-sky