Computing Tools for Research : Différence entre versions

De Transport
Ligne 1 : Ligne 1 :
Cette page propose une liste d'outils informatiques utiles pour la recherche. Pour des raisons évidentes, des outils open sources, reposant sur des standards ouverts, seront mis en avant:
+
This page lists software tools that are useful for research. For obvious reasons, open source tools, relying on open standards, are emphasized:
* Edition de documents: Latex (rendu inégalable de la typographie et des équations, [http://en.wikibooks.org/wiki/LaTeX/ wikibook], [http://tobi.oetiker.ch/lshort/lshort.pdf The Not So Short Introduction to LATEX]), éditeur WYSIWYG [http://kile.sourceforge.net Kile] et [http://www.lyx.org Lyx]
+
* Document typesetting: Latex (first class typesetting and math/equation rendering, [http://en.wikibooks.org/wiki/LaTeX/ wikibook], [http://tobi.oetiker.ch/lshort/lshort.pdf The Not So Short Introduction to LATEX]), WYSIWYG editor [http://kile.sourceforge.net Kile] and [http://www.lyx.org Lyx]
* Base de données bibliographiques: [http://jabref.sourceforge.net/ JabRef] (format Bibtex, pour Latex, et export vers Word et html entre autres)
+
* Bibliographical database: [http://jabref.sourceforge.net/ JabRef] (the format is Bibtex, for Latex, and can be exported to Word and html among others)
The file extension is .bib. Each entry needs a unique key for which I usually use <first author last name><publication year last 2 digits><first word of title>, eg saunier11investigating (see my [http://dl.dropbox.com/u/179169/saunier.bib personal publication bibliography])
+
** The file extension is .bib. Each entry needs a unique key for which I usually use <first author last name><publication year last 2 digits><first word of title>, eg saunier11investigating (see my [http://dl.dropbox.com/u/179169/saunier.bib personal publication bibliography]). Another common pitfall deals with author names: they should be <first name1> <last name1> and <first name2> <last name2> and ...
* Synchronisation de fichiers: [http://www.dropbox.com Dropbox] (propriétaire)
+
* File synchronization: [http://www.dropbox.com Dropbox] (proprietary), rsync with ssh
* Bureau à distance: clients et serveurs pour le protocole VNC (multi-plateforme)
+
* Remote desktop: clients and servers for the VNC protocole (multi-plateform)
 
* Virtualisation de systèmes d'exploitation: VirtualBox
 
* Virtualisation de systèmes d'exploitation: VirtualBox
 
* Editeurs de texte: emacs (multi-plateforme), jEdit (multi-plateforme), notepad++ (Windows), gedit (Linux)
 
* Editeurs de texte: emacs (multi-plateforme), jEdit (multi-plateforme), notepad++ (Windows), gedit (Linux)

Version du 21 février 2012 à 19:31

This page lists software tools that are useful for research. For obvious reasons, open source tools, relying on open standards, are emphasized:

  • Document typesetting: Latex (first class typesetting and math/equation rendering, wikibook, The Not So Short Introduction to LATEX), WYSIWYG editor Kile and Lyx
  • Bibliographical database: JabRef (the format is Bibtex, for Latex, and can be exported to Word and html among others)
    • The file extension is .bib. Each entry needs a unique key for which I usually use <first author last name><publication year last 2 digits><first word of title>, eg saunier11investigating (see my personal publication bibliography). Another common pitfall deals with author names: they should be <first name1> <last name1> and <first name2> <last name2> and ...
  • File synchronization: Dropbox (proprietary), rsync with ssh
  • Remote desktop: clients and servers for the VNC protocole (multi-plateform)
  • Virtualisation de systèmes d'exploitation: VirtualBox
  • Editeurs de texte: emacs (multi-plateforme), jEdit (multi-plateforme), notepad++ (Windows), gedit (Linux)
  • Programmation:
  • Outils/bibliothèques pour l'apprentissage automatique et la fouille de données:
    • Tanagra
    • Weka
    • Orange
  • Systèmes de gestion de bases de données:
    • Sqlite
    • Postgresql
    • Mysql
  • Systèmes d'information géographique (SIG): Quantum GIS, GRASS, Spatialite
  • Visualisation de données, création de graphiques: gnuplot