Difference between revisions of "Team:Korea U Seoul/Project/Download/content"

 
(19 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
             .content_wrapper{
 
             .content_wrapper{
 
                 top: -10px;
 
                 top: -10px;
                 width: 80%; min-width:1000px; max-width:1000px; margin:0 auto;overflow: auto; background-color:#FFFFFF; padding: 0 20px; min-height: 500px;
+
                 width: 80%; min-width:1000px; max-width:1000px; margin:0 auto;overflow: auto; background-color:#FFFFFF; padding: 0 20px; min-height: 400px;
 
                 background-image: url('https://static.igem.org/mediawiki/2013/6/6e/Natural_paper.png');
 
                 background-image: url('https://static.igem.org/mediawiki/2013/6/6e/Natural_paper.png');
 
             }
 
             }
 
#content{
 
#content{
 
width: 1200px;
 
width: 1200px;
 +
                                margin-bottom:20px;
 
}
 
}
 
#top-section{
 
#top-section{
Line 27: Line 28:
 
             .content_{
 
             .content_{
 
                 margin-top: 20px;
 
                 margin-top: 20px;
                 font-size: 10pt;
+
                 font-size: 12pt;
 
             }
 
             }
 
             .content_ img{
 
             .content_ img{
Line 50: Line 51:
 
             <div class="content_">
 
             <div class="content_">
 
             <p>
 
             <p>
All of the code and installation instructions for future development are available on 'Gil' Github page.(https://github.com/igemsoftware/KoreaUSeoul-2015)
+
You can download all the codes and installation protocols at 'Gil' Github page.(<a href="https://github.com/igemsoftware/KoreaUSeoul-2015">https://github.com/igemsoftware/KoreaUSeoul-2015</a>)</p><p>
  
We plan to publish next versions of Gil, rather than just release 1.0 version. Changes between these releases are available on our github page.(https://github.com/igemsoftware/KoreaUSeoul-2015/releases)
+
 
 +
Also, You can check the patch notes of each release in our github page. (<a href="https://github.com/igemsoftware/KoreaUSeoul-2015/releases" >https://github.com/igemsoftware/KoreaUSeoul-2015/releases</a>)
  
 
             </p>
 
             </p>
+
 
             </div>
 
             </div>
 
             <div class="title">
 
             <div class="title">
Line 66: Line 68:
 
             <p>
 
             <p>
 
   
 
   
We provide an API documentation in detail, which can be download here.(문서 다운로드 링크) It is useful for other developers to modify, use or reuse our code.
+
You can download the API documents of codes for path calculation and visualization <a href="https://static.igem.org/mediawiki/2015/6/6c/Gil_API_documentation.pdf">Here</a>
 
             </p>
 
             </p>
 +
     
 
             </div>
 
             </div>
 +
 
         </div>
 
         </div>
 +
 
     </body>
 
     </body>
 
</html>
 
</html>

Latest revision as of 20:52, 18 September 2015

Download

You can download all the codes and installation protocols at 'Gil' Github page.(https://github.com/igemsoftware/KoreaUSeoul-2015)

Also, You can check the patch notes of each release in our github page. (https://github.com/igemsoftware/KoreaUSeoul-2015/releases)

API documentation

You can download the API documents of codes for path calculation and visualization Here