Skip to content →

Tag: arxiv

Lists 2010 : StackExchange sites

One of the trends of 2010 was the proliferation of StackExchange sites. I guess by now most of us visit MathOverflow along with the arXiv daily. But, there are plenty of other StackExchange sites around that may be of interest to the mathematics-community :

“Opening a StackExchange site is damn hard. First you have to find at least 60 people interested in the site. Then, when this limit is reached, a large amount of people (in the hundreds, but it really depends on the reputation of each participant) must commit and promise to create momentum for the site, adding questions and answers. When this amount is reached, the site is open and stays in closed beta for seven days. During this time, the committers have to enrich the site so that the public beta (which starts after the first seven days) gets enough hits and participants to show a self-sustained community.” (quote from ForTheScience’s StackExchange sites proliferation, this post also contains a list of StackExchange-projects in almost every corner of Life)

The site keeping you up to date with StackExchange proposals and their progress is area51. Perhaps, you want to commit to some of these proposals

or simply browse around area51 until you find the ideal community for you to belong to…

Comments closed

math & manic-depression, a Faustian bargain

In the wake of a colleague’s suicide and the suicide of three students, Matilde Marcolli gave an interesting and courageous talk at Caltech in April : The dark heart of our brightness: bipolar disorder and scientific creativity. Although these slides give a pretty good picture of the talk, if you can please take the time to watch it (the talk starts 44 minutes into the video).

Courageous because as the talk progresses, she gives more and more examples from her own experiences, thereby breaking the taboo surrounding the topic of bipolar mood disorder among scientists. Interesting because she raises a couple of valid points, well worth repeating.

We didn’t can see it coming

We are always baffled when someone we know commits suicide, especially if that person is extremely successful in his/her work. ‘(S)he was so full of activity!’, ‘We did not see it coming!’ etc. etc.

Matilde argues that if a person suffers from bipolar mood disorder (from mild forms to full-blown manic-depression), a condition quite common among scientists and certainly mathematicians, we can see it coming, if we look for the proper signals!

We, active scientists, are pretty good at hiding a down-period. We have collected an arsenal of tricks not to send off signals when we feel depressed, simply because it’s not considered cool behavior. On the other hand, in our manic phases, we are quite transparent because we like to show off our activity and creativity!

Matilde tells us to watch out for people behaving orders-of-magnitude out of their normal-mode behavior. Say, someone who normally posts one or two papers a year on the arXiv, suddenly posting 5 papers in one month. Or, someone going rarely to a conference, now spending a summer flying from one conference to the next. Or, someone not blogging for months, suddenly flooding you with new posts…

As scientists we are good at spotting such order-of-magnitude-out-behavior. So we can detect friends and colleagues going through a manic-phase and hence should always take such a person serious (and try to offer help) when they send out signals of distress.

Mood disorder, a Faustian bargain

The Faust legend :
“Despite his scholarly eminence, Faust is bored and disappointed. He decides to call on the Devil for further knowledge and magic powers with which to indulge all the pleasures of the world. In response, the Devil’s representative Mephistopheles appears. He makes a bargain with Faust: Mephistopheles will serve Faust with his magic powers for a term of years, but at the end of the term, the Devil will claim Faust’s soul and Faust will be eternally damned.”

Mathematicians suffering from mood disorder seldom see their condition as a menace, but rather as an advantage. They know they do their best and most creative work in short spells of intense activity during their manic phase and take the down-phase merely as a side effect. We fear that if we seek treatment, we may as well loose our creativity.

That is, like Faust, we indulge the pleasures of our magic powers during a manic-phase, knowing only too well that the devilish depression-phase may one day claim our life or mental sanity…

Comments closed

Return to LaTeX

To most mathematicians, a good LaTeX-frontend (such as TeXShop for Mac-users) is the crucial tool to get the work done. We use it to draft ideas, write papers and courses, or even to take notes during lectures.

However, after six years of blogging, my own LaTeX-routine became rusty. I rarely open a new tex-document, and when I do, I’d rather copy-paste the long preamble from an old file than to start from scratch with a minimal list of packages and definitions needed for the job at hand. The few times I put a paper on the arXiv, the resulting text resembles a blog-post more than a mathematical paper, here’s an example.

As I desperately need to get some math-writing done, I need to pull myself away from the lure of an ever-open WordPress admin browser-screen and reacquaint myself with the far more efficient LaTeX-environment.

Perhaps even my blogging will benefit from the change. Whereas I used to keep on adding to most of my tex-files in order to keep them up-to-date, I rarely edit a blog-post after hitting the ’publish’ button. If I really want to turn some of my better posts into a book, I need them in a format suitable for neverending polishing, without annoying the many RSS-feed aggregators out there.

Who better than Terry Tao to teach me a more proficient way of blogging? A few days ago, Terry announced he will soon have his 5th (!!) book out, after three years of blogging…

How does he manage to do this? Well, as far as I know, Terry blogs in LaTeX and then uses a python-script called LaTeX2WP ’a program that converts a LaTeX file into something that is ready to be cut and pasted into WordPress. This way, you can write, and preview, your post in LaTeX, then run LaTeX2WP, and post into WordPress whatever comes out.’ More importantly, one retains a pure-tex-file of the post on which one can keep on editing to get it into a (book)-publishable form, eventually.

Nice, but one can do even better, as Eric from Curious Reasoning worked out. He suggests to install two useful python-packages : WordPressLib “with this library you can control remotely a WordPress installation. Use of library is very simple, you can write a small scripts or full applications that allows you to automate publishing of articles on your blog/site powered by WordPress” and plasTeX “plasTeX is a LaTeX document processing framework written entirely in Python. It currently comes bundled with an XHTML renderer (including multiple themes), as well as a way to simply dump the document to a generic form of XML”. Installation is easy : download and extract the files somewhere, go there and issue a **sudo python setup.py install** to add the packages to your python.

Finally, get Eric’s own wplatex package and install it as explained there. WpLaTeX has all the features of LaTeX2WP and much more : one can add titles, tags and categories automatically and publish the post from the command-line without ever having to enter the taboo WordPress-admin page! Here’s what I’ve written by now in TeXShop

I’ve added the screenshot and the script will know where to find it online for the blog-version as well as on my hard-disk for the tex-version. Very handy is the iftex … fi versus ifblog … fi alternative which allows you to add pure HTML to get the desired effect, when needed. Remains only to go into Terminal and issue the command

wplpost -x https://lievenlb.local/xmlrpc.php ReturnToLatex.tex

(if your blog is on WordPress.com it even suffices to give its name, rather than this work-around for stand-alone wordpress blogs). The script asks for my username and password and will convert the tex-file and post it automatic.

Comments closed