JuliaFEM / JuliaFEM.jl

The JuliaFEM software library is a framework that allows for the distributed processing of large Finite Element Models across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage.
http://juliafem.github.io/JuliaFEM.jl/latest/
MIT License
249 stars 66 forks source link

Googling "juliafem tutorial" does not give any meaningful content #247

Open ahojukka5 opened 4 years ago

ahojukka5 commented 4 years ago

When writing to Google "juliafem tutorial" I end up to here. I guess these ancient notebooks have nothing to do with recent JuliaFEM. We should pay attention to where the user gets redirected when writing "juliafem tutorial" because this is the most probable search query when someone wants to learn how to use JuliaFEM.

TeroFrondelius commented 4 years ago

Instead of removing we should fix them. I think we shouldn't waste good marketing possibilities. It's not that easy to get index by Google (or maybe it is, I don't know.)

ahojukka5 commented 4 years ago

Yes, we can also fix those. The most important thing is that the user will find some meaningful content when trying to google some tutorials or usage examples. Fortunately, "juliafem examples" points to here.

ahojukka5 commented 4 years ago

Actually not that good, because examples in juliafem.org/examples are probably not working because they are not in any kind of CI.