Skip to main content

At JMM 2019!

I registered for this year’s Joint Math Meeting by claiming to be Press so I think it’s only fair that I blog from the conference.

I got here Wednesday, met up with my BFF Aaron Abrams, and we promptly dashed to a fancypants reception to meet up with my buddy Ken Ribet. And yes, both of these wonderful men were wearing knitted hats that I knitted for them in the blistering Baltimore weather. Ken happens to be the outgoing AMS President so has lots of fancypants receptions to go to, and he was kind enough to let us in. The highlight, besides reminiscences with him and others, was when I got to write on a board about how Ken has been a great mentor to me since I was 18, welcoming me with open arms into the warm and wonderful community of mathematics. I also got to (re)meet Francis Su, who is awesome.

Then, yesterday I was honored to receive the MAA Euler Book Prize along with a bunch of adorable nerds receiving all kinds of mathematical honors onstage. It was fun, and afterwards there was a reception, which I went to. Then after that I ran over to a Budapest Semesters in Math reunion, and then the MAA dinner for prize winners. So that’s pretty much three more parties, bringing my total to hour as of last night. If you’re wondering what else I did besides party, the answer is I totally checked out the Exhibitor Hall and went to lunch with an editor from Cambridge University Press and a friend of mine who might write a book. Yes, we went to a pub.

This morning so far I’ve been to the HCSSiM reunion breakfast, I’m having drinks with Ina Mette, AMS editor, and I’m looking for receptions to crash later (please leave a comment if you know of any good ones!).

Finally, tomorrow I’ll be giving the Gerald and Judith Porter Lecture, which will be great in part because I got to meet Gerald and Judith Porter last night and they’ve very cool. Also, the title of my talk is “Big Data, Inequality, and Democracy”, which are three topics I love talking about. I’m considering inviting the entire audience to the aforementioned pub afterwards.

Besides my alcohol consumption, I have a few comments to make.

First, math nerds are and always will be unbelievably adorable.

Second, unlike many past years when I’ve visited JMM, I am less pessimistic of the future of mathematics. I was quite worried, for many years, that MOOCs and other “flipped classroom” type scenarios would take over calculus teaching. I’m no longer so worried about that, because I simply haven’t heard of it working on a broad scale.

Third, on the other hand, from the little I’ve understood talking to people, the other effect I’ve been worrying about, namely the slow replacement of tenured faculty by adjunct staff, doesn’t seem to be abating. So I will say that the profession of academic mathematics is not a growing or improving field in terms of quality of life for the median Ph.D. grad.

Fourth, I’m kind of surprised how slowly the world of publishing in math has changed, and its flip side, the world of credentialing. It seems like there’s just as much gaming, counting, and other kind of dumb metric stuff going on as ever. I guess it’s because I’m on the outside now looking in, but I’m wondering when people will start seriously contributing to things like the Stack Project – and figure out a way of giving credit to people for those contributions – because it seems like the obvious future of mathematical contributions. Tell me if I’m wrong.



from mathbabe http://bit.ly/2HfmBrc
via IFTTT

Comments

Popular posts from this blog

Controlling legend appearance in ggplot2 with override.aes

[This article was first published on Very statisticious on Very statisticious , and kindly contributed to R-bloggers ]. (You can report issue about the content on this page here ) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. In ggplot2 , aesthetics and their scale_*() functions change both the plot appearance and the plot legend appearance simultaneously. The override.aes argument in guide_legend() allows the user to change only the legend appearance without affecting the rest of the plot. This is useful for making the legend more readable or for creating certain types of combined legends. In this post I’ll first introduce override.aes with a basic example and then go through three additional plotting scenarios to how other instances where override.aes comes in handy. Table of Contents R packages Introducing override.aes Adding a guides() layer Using the guide argument in scale_*() Changing multiple aesthetic par...

Using RStudio and LaTeX

(This article was first published on r – Experimental Behaviour , and kindly contributed to R-bloggers) This post will explain how to integrate RStudio and LaTeX, especially the inclusion of well-formatted tables and nice-looking graphs and figures produced in RStudio and imported to LaTeX. To follow along you will need RStudio, MS Excel and LaTeX. Using tikzdevice to insert R Graphs into LaTeX I am a very visual thinker. If I want to understand a concept I usually and subconsciously try to visualise it. Therefore, more my PhD I tried to transport a lot of empirical insights by means of  visualization . These range from histograms, or violin plots to show distributions, over bargraphs including error bars to compare means, to interaction- or conditional effects of regression models. For quite a while it was very tedious to include such graphs in LaTeX documents. I tried several ways, like saving them as pdf and then including them in LaTeX as pdf, or any other file ...