6

Where to publish short notes which don't deserve real publication (an article in a peer reviewed journal)?

I'd press it in blogs but even in blogs supporting math formulas (wordpress.com) it is not very convenient to edit texts with formulas.

As an option: Put a PDF file online and post just a reference to it in a blog.

Better options?

porton
  • 5,053

3 Answers3

6

If it is interesting for general audience, Amer. Math. Monthly would be a choice; If it is also elementary, you may consider Elemente der Mathematik; If you are patient enough, you may try Mathematical Notes (Russia).

Sunni
  • 4,536
  • "Elemente der Mathematik" seems being in German only. I studied German in a school but now don't remember at all this language. Thus it seems impossible for me to publish in Elemente der Mathematik. "Mathematical Notes" are in Russian, I know Russian as my native language. And yes, the note I am writing is very elementary, as the most nontrivial term I use in this note is "bijection". (If it weren't I would sent it to a specialized journal.) – porton May 09 '12 at 17:54
  • It looks for me that Mathematical Notes would not publish this my note as being too elementary. The last choice of what you have offered is Amer. Math. Monthly. I'm considering to contact them. – porton May 09 '12 at 17:58
  • 3
    Elemente der Mathematik also publish articles written in English for sure. – Sunni May 09 '12 at 18:38
  • But I don't know how to prepare and send them an article as their site is in German only – porton May 09 '12 at 18:40
  • @porton: http://www.ems-ph.org/journals/journal.php?jrn=em and http://www.ems-ph.org/journals/authorinfo.php?jrn=em – lhf May 09 '12 at 19:49
  • Are you Russian? I once tried to publish a paper at Doklady math, yet it seemed that the journal did not accept papers outside Russia. They did not even reply any message I sent. – Sunni May 09 '12 at 20:02
  • Amer. Math. Monthly is not for original research. They do have a Notes section for short snippets, though. – GEdgar May 09 '12 at 20:11
  • 1
    Amer. Math. Monthly is very difficult to get an article into. – Cheerful Parsnip May 09 '12 at 20:40
  • @ Jim: It is much easier compared to American J. Math. – Sunni May 09 '12 at 21:06
4

I'm not sure if this is exactly in the frame of your question, but Mathematica could be useful.

You could edit the notes in a Mathematica notebook (a very easy task), and then save them to HTML. By default the mathematics are saved as .gif images, but it does have the option to export to X/HTML+MathML. I think gifs are fine, though.

Here's a screen shot I took. On the left is a Mathematica notebook that I just wrote up. On the right is the output HTML version in a web browser.

HTML export

As you can see, the reproduction is very faithful.

Here's a picture of Mathematica's "writing assistant" to give you an idea of the sorts of formatting you can do:

enter image description here

And of course, you can always just highlight a piece of a Mathematica notebook, right click, and Copy As LaTeX. Example using the Ramanujan identity:

$\int _0^{\infty }\frac{1+x^2/(b+1)^2}{1+x^2/(a)^2}\times \frac{1+x^2/(b+2)^2}{1+x^2/(a+1)^2}\times \cdots dx=\frac{\sqrt{\pi }}{2}\times \frac{\Gamma \left(a+\frac{1}{2}\right)\Gamma (b+1)\Gamma \left(b-a+\frac{1}{2}\right)}{\Gamma (a)\Gamma \left(b+\frac{1}{2}\right)\Gamma (b-a+1)}$

amr
  • 495
  • Addendum: Mathematica also exports to PDF and LaTeX, and you can export images into half a zillion formats. You can also Rasterize (convert to image) arbitrary expressions/graphics. – amr Aug 29 '12 at 19:40
1

Connexions http://cnx.org/ seems to be something that fits your description. It allows you to upload pdfs etc and I think is exactly for the purpose of sharing such (educational) material.

The mathematica approach seems nice if you want to build a personal website but I'd advise you to put them in a pdf/ps and upload them to some document uploading site even if it is something like google docs. I mentioned Connexions above and there are plenty of such sites around. Just make sure you tag it well and provide a good description so that people can find it.

Also if you are writting in Latex, there are latex to HTML converters

s5s
  • 507
  • 4
  • 14