Difference between revisions of "Desktop"

From Sinfronteras
Jump to: navigation, search
Line 28: Line 28:
  
 
<div id="Others"  class="area city" style="display:none">
 
<div id="Others"  class="area city" style="display:none">
     <script>
+
      
      $(".invisible").css('visibility','visible')
 
    </script>
 
 
</div>
 
</div>
 
</div>
 
</div>
 +
 +
<script>
 +
  function openCity(evt, cityName) {
 +
    var i, x, tablinks;
 +
    x = document.getElementsByClassName("city");
 +
    for (i = 0; i < x.length; i++) {
 +
        x[i].style.display = "none";
 +
    }
 +
    tablinks = document.getElementsByClassName("tablink");
 +
    for (i = 0; i < x.length; i++) {
 +
        tablinks[i].className = tablinks[i].className.replace(" bottom-selected", "");
 +
    }
 +
    document.getElementById(cityName).style.display = "block";
 +
    evt.currentTarget.className += " bottom-selected";
 +
 +
    if (cityName == "PE") {
 +
      $(".fa-atom").css('font-size',      '21px')
 +
      $(".fa-ellipsis-v").css('font-size','18px')
 +
      $(".fa-yin-yang").css('font-size',  '19px')
 +
      $(".fa-tools").css('font-size',    '17px')
 +
    }else if (cityName == "Menu") {
 +
      $(".fa-atom").css('font-size',      '19px')
 +
      $(".fa-ellipsis-v").css('font-size','20px')
 +
      $(".fa-yin-yang").css('font-size',  '19px')
 +
      $(".fa-tools").css('font-size',    '17px')
 +
    }else if (cityName == "Others") {
 +
      $(".fa-atom").css('font-size',      '19px')
 +
      $(".fa-ellipsis-v").css('font-size','18px')
 +
      $(".fa-yin-yang").css('font-size',  '21px')
 +
      $(".fa-tools").css('font-size',    '17px')
 +
    }else {
 +
      $(".fa-atom").css('font-size',      '19px')
 +
      $(".fa-ellipsis-v").css('font-size','18px')
 +
      $(".fa-yin-yang").css('font-size',  '19px')
 +
      $(".fa-tools").css('font-size',    '19px')
 +
 +
      $(".invisible").css('visibility','visible')
 +
  }
 +
}
 +
 +
</script>
 
</html>
 
</html>
  

Revision as of 14:08, 21 March 2021



This is a protected page.


Under construction...

Estudio actual

  • Carrera - CV

  • Podría mejorar the CGGVeritas experience and the IDG experience (Adding something related to Data or the deputy Team leader)
  • Podría también mejorar un poco the profile description
  • Classic questions  


  • Data science

  • All the Python for data science .ipynb
  • Descriptive Data Analysis
  • Second example of Kurtosis


  • Programming


  • Database

  • BookDB implementation example (.ipynb)
  • ----
  • LaboratoryDB design and implementation example
  • Databases






















Aquí se explica una forma de incluir wiki code in the annonymous sidebar:



BlueSpice https://www.mediawiki.org/wiki/BlueSpice



This is the way of including HTML, JavaScript and CSS: https://www.mediawiki.org/wiki/Manual:$wgRawHtml



Very nice tables:

Página_de_pruebas_4



Esto permite colocar el área de edición en Full screem:

$("#bodyContent").css({'cssText':'position: fixed; top: 0pt; left: 0pt; bottom: 0; right: 0; overflow: auto; background: white;'})



Pendiente con estas extensiones, podrían ser muy útil: