Difference between revisions of "Team:HFLS H2Z Hangzhou/Software"

 
Line 6: Line 6:
 
});
 
});
 
</script>
 
</script>
 +
 +
<style>.atext {
 +
    line-height: 1.8;
 +
}
 +
 +
.atext .noind {
 +
    margin-left: 0 !important;
 +
}
 +
 +
.atext .no {
 +
    display: inline-block;
 +
 +
    vertical-align: middle;
 +
 +
    height: 1.7em;
 +
    width: 1.6em;
 +
    line-height: 1.8em;
 +
    text-align: center;
 +
 +
    font-size: 0.75em;
 +
    font-family: Veneer;
 +
 +
    background: rgb(250, 250, 250);
 +
    color: rgb(130, 130, 130);
 +
    border: 1px solid rgba(0, 0, 0, 0.08);
 +
 +
    margin-right: 0.8em;
 +
    margin-left: 3rem;
 +
 +
    border-radius: 3px;
 +
}
 +
 +
.atext .dot {
 +
    display: inline-block;
 +
 +
    width: 7px;
 +
    height: 7px;
 +
 +
    border-radius: 50%;
 +
 +
    background: rgb(100, 100, 100);
 +
    vertical-align: middle;
 +
 +
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
 +
 +
    margin-right: 0.8em;
 +
    margin-left: 3rem;
 +
}
 +
 +
/* placeholder */
 +
.atext .ph {
 +
    display: inline-block;
 +
    content: " ";
 +
}
 +
 +
.atext .sec {
 +
    margin-left: 6rem !important;
 +
}
 +
 +
.atext .ind {
 +
    margin-left: 3rem;
 +
}
 +
 +
.atext h2 {
 +
    color: rgb(100, 100, 100);
 +
}
 +
 +
.atext h3 {
 +
    color: rgb(130, 130, 130);
 +
}
 +
 +
.atext a {
 +
color: #2980B9 !important;
 +
 +
border-bottom: 2px solid transparent;
 +
 +
cursor: pointer;
 +
transition: color 0.2s, border 0.3s;
 +
}
 +
 +
.atext a:hover {
 +
color: #3498DB !important;
 +
border-bottom: 2px solid #3498DB;
 +
}
 +
 +
.atext a:active {
 +
    color: #1274B5 !important;
 +
    border-bottom: 2px solid #1274B5;
 +
}
 +
 +
.atext .ref-block {
 +
    display: block;
 +
    padding: 1.5em;
 +
    background: rgba(0, 0, 0, 0.05);
 +
    border-left: 5px solid rgb(200, 200, 200);
 +
 +
    color: rgb(70, 70, 70);
 +
}
 +
</style>
  
 
<div class="page-software" style="font-family: Veneer;">
 
<div class="page-software" style="font-family: Veneer;">
Line 17: Line 116:
  
 
<div class="block white-bg">
 
<div class="block white-bg">
<div class="article article-font">
+
<div class="atext article article-font">
<h1>Software - TellYouWhat</h1>
+
<h1><i class="caret right icon"></i>Software - TellYouWhat</h1>
  
 
For iGEMers, successful experiments and valid results are already huge achievements. However, what follows next is usually another series of confusion and dejection: through discussions in the iGEM China online chat group and CGEM conference, we have found that, iGEM teams, especially high school teams, usually get lost in the various kinds of data process methods.
 
For iGEMers, successful experiments and valid results are already huge achievements. However, what follows next is usually another series of confusion and dejection: through discussions in the iGEM China online chat group and CGEM conference, we have found that, iGEM teams, especially high school teams, usually get lost in the various kinds of data process methods.
Line 49: Line 148:
 
<img class="framed img" src="/wiki/images/c/c7/T--HFLS_H2Z_Hangzhou--img_software_software7.jpg"></img>
 
<img class="framed img" src="/wiki/images/c/c7/T--HFLS_H2Z_Hangzhou--img_software_software7.jpg"></img>
  
<h2>Reference</h2>
+
<h1><i class="caret right icon"></i>Download</h1>
 +
The code/executables of the software can be found at <a target="_blank" href="https://pan.baidu.com/s/1kUTsL75">here</a>
 +
 
 +
<h1><i class="caret right icon"></i>Reference</h1>
 
<table class="frameless ref-table">
 
<table class="frameless ref-table">
 
<tbody>
 
<tbody>

Latest revision as of 00:30, 2 November 2017

Template loop detected: Template:HFLS H2Z Hangzhou<!DOCTYPE html>

Team Members

Jianan Li
Qingrui Sun
Yiming Rong
Jiayue Guo
Zhiyuan Lu
Meiqi Yuan
Zhengyao Lin
Caiyi Feng
Shuyun Zhang
Tenghao Huang
Yining Huang
Yanyue Zhu

Sponsors

Software

Software - TellYouWhat

For iGEMers, successful experiments and valid results are already huge achievements. However, what follows next is usually another series of confusion and dejection: through discussions in the iGEM China online chat group and CGEM conference, we have found that, iGEM teams, especially high school teams, usually get lost in the various kinds of data process methods.

To solve this problem, we design an application --- TellYouWhat. Basically, it discerns characteristics of datasets, and helps iGEM participants to select appropriate methods to process data. In addition, it contains three built-in model (Linear regression, Neural Network based on back propagation, and Neural Network based on logistic regression) and corresponding datasets to do the basic tasks for IGEM participants. Also, TellYouWhat serves as a manager for experiment data records.

We sincerely hope that with the help of TellYouWhat, every participant of iGEM can have a good start with their datasets.

TellYouWhat is a statistical software based on MATLAB GUI. Team HFLS_H2Z hopes that this application will help high school IGEM participants to better process data. Particularly, we want to make an improvement to the methods that high IGEM participants use to process data.

TellYouWhat is built based on MATLAB GUI.

Logistic Regression

Before training

After training

Logistic Regression

Neutral Network

Download

The code/executables of the software can be found at here

Reference

[1] Wang Y, Dong X Z. Web Visual Communication Design Based on User Experience[J]. Packaging Engineering, 2013.
[2] HU Bei.Visual Communication in Web Design[J].Computer Knowledge and Technology,2006(11):193—194.
[3] WU Nai-qun,SHI Yao-jun.The Interpretation about Visual Communication in Web Interface Design[J].Art Research, 2007(5):11.
[4] CHEN Wei.User Experience Design Elements and Their Application in Product Design[J].Packaging Engineering, 2011,32(4):26—28.