You can cite the following paper :
Vincent MAGNIN, James TAPPIN, Jens HUNGER, Jerry DE LISLE, "gtk-fortran : a GTK+ binding to build Graphical User Interfaces in Fortran", Journal of Open Source Software, 4(34), 1109, 12th January 2019, https://doi.org/10.21105/joss.01109
Chercheur à l’IEMN (Institut d’Electronique de Microélectronique et de Nanotechnologie),
enseignant à Polytech Lille dans le département Matériaux.
Articles les plus récents
-
Citing gtk-fortran
13 février 2019, par Vincent MAGNIN -
How to make research software citable ?
27 janvier 2017, par Vincent MAGNINDeveloping research soft is a hard task that often lacks recognition in the academic world. But things are slowly changing.
An interesting paper on that subject : Laura Soito, Lorraine J Hwang, "Citations for Software : Providing Identification, Access and Recognition for Research Software", International Journal of Digital Curation, Vol 11, No 2 (2016), doi:10.2218/ijdc.v11i2.390. http://www.ijdc.net/index.php/ijdc/article/view/11.2.48/451
The two main solutions are : 1) writing a (...) -
Créez vos images de synthèse avec POV-Ray
17 octobre 2016, par Vincent MAGNIN"Les logiciels de dessin en 3D sont souvent difficiles à prendre en main. Et si finalement il était plus simple de décrire une scène en tapant du code et en utilisant la ligne de commandes ? Nous allons voir à quel point il est simple de créer ses premières images de synthèse avec POV-Ray !"
L’article "Créez vos images de synthèse avec POV-Ray" publié dans Linux Pratique n° 088 en mars 2015 est disponible librement en ligne sous licence CC BY-NC-ND : (...) -
Scripts de surveillance du programme de la TNT
24 avril 2016, par Vincent MAGNINCette page propose au téléchargement le script Python3 publié dans le Linux Pratique de juillet-août 2016 (n° 96).
Une version commentée du script tnt.py, mise à jour le 10-09-2017 pour prendre en compte la modification de l’URL du fichier XML :
En bonus, je vous propose en plus un script pyxmltv.py sur :
https://github.com/vmagnin/pyxmltv
Il s’agit d’un script Python3 plus élaboré permettant de surveiller un fichier au format XMLTV contenant les programmes de la TNT sur plusieurs jours. (...) -
Format MIDI et musique algorithmique
7 avril 2016, par Vincent MAGNINFichiers sonores des deux articles publiés dans GNU/Linux Magazine n°196 (sept. 2016) et 197 (?) :
p. ? Format MIDI : composez en C !
p. ? Format MIDI et musique algorithmique
Code source du programme en C : https://github.com/GLMF/GLMF196/tree/master/Dev
Voici les fichiers sonores en formats OGG et MIDI :
Canon conçu à partir des premières mesures du canon de Pachelbel :
Variations sur ce canon : deuxième voix à l’écrevisse, la troisième voix ne joue qu’une note sur deux pendant la durée d’une (...) -
Format WAV et synthèse sonore
6 novembre 2015, par Vincent MAGNINFichiers des deux articles publiés dans GNU/Linux Magazine n°190 (fév. 2016).
Articles accessibles librement : p. 44 Format WAV : créez des ondes sonores en C p. 50 Format WAV : des sons de plus en plus complexes
Code source du programme en C : https://github.com/GLMF/GLMF190/tree/master/Dev/format_WAV
Sinusoïde à 440 Hz : Amp * sin(omega*t + phi)
Somme de 7 harmoniques décroissant d’autant plus vite qu’elles sont d’un ordre important (dents de scie descendantes) : for(j=1 ; j<=7 ; j=j+1) (...) -
Créez vos présentations avec Beamer
14 mai 2015, par Vincent MAGNIN"Avec Beamer, concentrez-vous sur le contenu de vos exposés, sans vous laisser distraire par la typographie et la mise en page, et profitez de tous les avantages de LaTeX."
L’article "Faites vos présentations avec Beamer" publié dans Linux Pratique n° 086 en novembre 2014 est disponible gratuitement en ligne sous licence CC BY-NC-ND :
http://connect.ed-diamond.com/Linux-Pratique/LP-086/Faites-vos-presentations-avec-Beamer (...) -
Ray Tracing Simulations of Reflections on Textured Solar Cells
2 février 2015, par Vincent MAGNINMy research activities since the beginning of 2012 concern the modelling of the reflections on pyramidal textures for silicon solar cells. I have developed a 3D ray tracing program which can compute the reflectivity on a textured surface. What it can do
any azimuth angle,
any altitude angle,
any wavelength in the [0.28 ; 1.0] µm range,
any light polarisation (including unpolarised light).
Multilayer Anti-Reflection Coating. Limitations of the current version (RAY3Dv3)
details of (...) -
Our modelling and optimisation tools
2 février 2015, par Vincent MAGNINFor 20 years, we have developed in Fortran electrical and optical models and optimization methods useful in optoelectronics. They have been tested and validated in numerous Ph.D. thesis or industrial contracts (see J. HARARI and V. MAGNIN papers), on various devices (photodiodes, phototransistors, waveguides, optoelectronic switches, etc.) Electrical models
Drift Diffusion model : 1D.
Energy model : 1D.
Poisson’s equation : 2D.
Auston model for photoswitches. Optical models
Modal (...) -
Fortran ressources
2 février 2015, par Vincent MAGNINEnglish https://fortran-lang.org/ : the new "Fortran home on the internet" (2020). https://fortran-lang.discourse.group/ : to discuss about Fortran. https://stevelionel.com/drfortran/ USER NOTES ON FORTRAN PROGRAMMING (UNFP) (An open cooperative practical guide), 1996-1998. Numerical Recipes in Fortran 77 - The Art of Scientific Computing - 2nd edition. Numerical Recipes in Fortran 90 - The Art of Parallel Scientific Computing - 2nd edition. Modern Fortran : Style and Usage, Norman S. (...)
page précédente | page suivante