Scribus is the last piece I needed to completely ditch proprietary software in my paper writing process. It allows reliable conversion from EPS to SVG. With this and Inkscape I need no more Illustrator in order to retouch figures.
Add new comment
|
A collection of free and useful tools for researchers. |
ScribusScribus is the last piece I needed to completely ditch proprietary software in my paper writing process. It allows reliable conversion from EPS to SVG. With this and Inkscape I need no more Illustrator in order to retouch figures. Add new comment
KdenliveKdenlive is another beauty from the KDE suite. A video editor in the mood of Adobe Premiere. Albeit much simpler, it provides just what an aficionado needs and is really easy to learn and use. It imports all ffmpeg supported formats, renders the final video pretty quickly in a variety of formats... It has a practical text frame creator for title frames and some interesting transitions and effects... A great discovery! ffmpegEver been asked to submit a video in some particular format and under some too limited size? And you only have a strange source format or still snapshots? And you have tried the hell that is getting mencoder options right? And when you think you have it, it does not play in windows? Sounds familiar? ffmpeg is bliss. Just use: ffmpeg [source options] -i <source> [target options] target.fmt and it will do everything quickly. Now, things get interesting because you can specify
InkscapeVector drawing program. Useful for SVG/EPS/PDF conversions. Also has a very good bitmap to vector converter, very handy to vectorize experiment snapshots for inclusion in articles.
RLPlotAn excellent graph generator. Specially useful are its box and error plots, which will extract the needed statistics from raw data. Graphs can be exported to EPS or SVG formats among others. |