top of page
Search

Maybe one day I'll actually blog

ingleatul

Updated: May 28, 2020

For now, I'm just messing around with the features available in a Wix blog.


The first desirable feature that comes to mind is math formatting, perhaps with MathJax? I found this on Wix community discussion board.



<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML" async>
</script>
<p>
When \(a \ne 0\), there are two solutions to \(ax^2 + bx + c = 0\) and they are
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
</p>



I'd also like to embed RShiny apps, maybe. I used this iframes code:


<iframe src="https://ingleyahoo.shinyapps.io/attenuation/" width="110%" height="900px"></iframe>










72 views0 comments

Comments


© 2020 by Atul Ingle.

Contact

Portland State University
1900 SW 4th Avenue, Suite 120
Portland, Oregon 97201

first dot last at pdx dot edu

Follow

  • GitHub-Mark-120px-plus
  • Linkedin
  • Twitter
bottom of page