Laurent wrote: > Hello > > > I'm about to publish a paper of mathematics on Arxiv. The paper is > self-contained in the sense that I can make believe that I never used a > computer to do any computations. > > However, I did. I wrote a module which defines some functions I use in > my research and a program using that module which computes most of the > results I derive in my paper. > > > Thus I have two files .py (using Sage) to publish and add to my > bibliography. Does one knows where and how I have to publish them ? Some > website for sharing the code ? >
You might consider polishing up the code and submitting for inclusion in Sage. I also have an arxiv paper online that includes Sage code, and I'm working on polishing up the code for inclusion in Sage. The advantage to this is that the tests in the code are run with every release, which means that if the code stops working, there is a big fuss about it and you (or whoever made the offending change) have a chance to update the code to work properly with the current release of Sage. Plus, it makes it easy for people to duplicate your results if the code is already sitting there in Sage. Thanks, Jason -- Jason Grout -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org