How do I set up a math web-site?

  • Thread starter Thread starter jackmell
  • Start date Start date
  • Tags Tags
    Set Web hosting
AI Thread Summary
Creating a website to publish mathematical work, including functions, tables, and plots, can be approached by using a content management system (CMS) like WordPress, which supports LaTeX for displaying mathematical notation through MathJax. For hosting, popular options include Yahoo, GoDaddy, HostGator, and FatCow, but it's essential to choose a host that supports necessary server-side technologies like PHP and MySQL, especially if planning to create a dynamic, database-driven site. Starting with a CMS simplifies the process, allowing for easier management and setup, making it suitable for novices. The initial focus should be on learning the software and gradually building the site.
jackmell
Messages
1,806
Reaction score
54
Hi,

I'm thinking about creating a website to publish some work I'm doing. I'd primarily post math functions, tables of results, and plots.

Could you guys give me some starters on how to go about doing this? I need a web host but not sure which one would allow me to do what I want to publish.

Can you guys give me some recommendations for web hosts and what utilities I would need to post my results?

Thanks,

Jack
 
Technology news on Phys.org
Personally I would rather depose pdf files containing the serious stuff. For the rest there are many html editors around. You could include formulas using mathjax using latex syntax as done here in the forum. I don't think you need some specialized webhost for that.
 
Ok thanks guys.

I'll probably choose one of the top 10 web-hosting sites like Yahoo, or GoDaddy or HostGator or FatCow.

Do you guys have any recommendations for a web-hosting site? I'm considering creating a database of algebraic power series so it would contain functions, power series, tables, plots, and summaries.
 
I've been looking into MathJax lately, it's a JavaScript library for displaying math symbols using TeX, MathML and various other markups. JavaScript (well, this kind of JavaScript) is a client-side technology so it doesn't matter what host you use, your users will probably want a semi-recent browser though, which is fine.

As for hosting your website, well, there's so many options, just make sure the host supports whatever server-side technologies you intend to use (PHP, Python, Java, MySQL, etc). Are you making a dynamic, database-driven website, and if so, what are you using?
 
Adyssa said:
I've been looking into MathJax lately, it's a JavaScript library for displaying math symbols using TeX, MathML and various other markups. JavaScript (well, this kind of JavaScript) is a client-side technology so it doesn't matter what host you use, your users will probably want a semi-recent browser though, which is fine.

As for hosting your website, well, there's so many options, just make sure the host supports whatever server-side technologies you intend to use (PHP, Python, Java, MySQL, etc). Are you making a dynamic, database-driven website, and if so, what are you using?

Hi,

Didn't follow you above. I'm a novice at this as I've never had a website before.
Basically, I'm considering posting just power series expansions of algebraic functions with some other information about them. Mostly it would be math, tables, plots and summaries and would be a site I could post the work I"m doing with this subject. Probably would not have user input initially.

I think what I would do is first just get a web-site going and learn how to set it up, and manage it and become experienced with the software, basically just play around with it first, then if I choose to, begin setting up a site I have in mind.
 
Sure, that's cool. I didn't mean to throw a bunch of gibberish at you :P

For your first website, it's probably easiest to use a CMS (content management system), a basically a website program with a bunch of templates that takes a lot of the tedium out of building every page. Trollcast recommended WordPress, and it's a good one. WordPress is PHP software and if memory serves, it runs with a MySQL database. There are a lot of hosts that will be suitable, and WordPress actually recommend a few.
 
Adyssa said:
Sure, that's cool. I didn't mean to throw a bunch of gibberish at you :P

For your first website, it's probably easiest to use a CMS (content management system), a basically a website program with a bunch of templates that takes a lot of the tedium out of building every page. Trollcast recommended WordPress, and it's a good one. WordPress is PHP software and if memory serves, it runs with a MySQL database. There are a lot of hosts that will be suitable, and WordPress actually recommend a few.

Ok, thanks a lot for that. I just need to get started and start working with the software.
 
Back
Top