From 9b43eff4c5e3589b279bac9c4eda5ef8bc201719 Mon Sep 17 00:00:00 2001
From: Aylen Ricca <aricca@fing.edu.uy>
Date: Sun, 27 Jul 2014 10:54:05 -0300
Subject: [PATCH] new links of interest page

---
 web/links_de_interes.html | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/web/links_de_interes.html b/web/links_de_interes.html
index 33c5da3..f86d0a2 100644
--- a/web/links_de_interes.html
+++ b/web/links_de_interes.html
@@ -79,6 +79,43 @@
         </header>
 
         <!--==============================content=================================-->
+        <section id="content">
+            <div class="sub-content">
+                <div class="container">
+                    <div class="row">
+                        <div class="span6">
+                            <h4>OpenCV</h4>
+                            <ul class="list">
+                                <li><a href="http://opencv.org/">http://opencv.org/</a></li>
+                            </ul>
+                            <h4>OpenCV para Android</h4>
+                            <ul class="list">
+                                <li><a href="http://opencv.org/platforms/android.html">http://opencv.org/platforms/android.html</a></li>
+                                <li><a href="http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/O4A_SDK.html">http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/O4A_SDK.html</a></li>
+                            </ul>
+                            <h4>OpenCV + Matlab</h4>
+                            <ul class="list">
+                                <li><a href="http://www.cs.stonybrook.edu/~kyamagu/mexopencv/">http://www.cs.stonybrook.edu/~kyamagu/mexopencv/</a></li>
+                            </ul>
+                            <h4>Android Development</h4>
+                            <ul class="list">
+                                <li><a href="http://web.stanford.edu/class/ee368/Android/index.html">http://web.stanford.edu/class/ee368/Android/index.html</a></li>
+                                <li><a href="http://developer.android.com/training/basics/firstapp/creating-project.html">http://developer.android.com/training/basics/firstapp/creating-project.html</a></li>
+                            </ul>
+                            <h4>8x8CAM</h4>
+                            <ul class="list">
+                                <li><a href="http://iie.fing.edu.uy/investigacion/grupos/gti/timag/trabajos/2013/ajedrez/index.html">http://iie.fing.edu.uy/investigacion/grupos/gti/timag/trabajos/2013/ajedrez/index.html</a></li>
+                            </ul>
+                            <h4>Notación Algebraica</h4>
+                            <ul class="list">
+                                <li><a href="http://es.wikipedia.org/wiki/Notaci%C3%B3n_algebraica">http://es.wikipedia.org/wiki/Notaci%C3%B3n_algebraica</a></li>
+                            </ul>
+                        </div>
+                    </div>
+                </div>
+            </div>
+
+        </section>
 
         <!--==============================footer=================================-->
 
-- 
GitLab