Giter Club home page Giter Club logo

juliafem.github.io's Introduction

juliafem.github.io / www.juliafem.org

Web pages for organization. The actual page is juliafem.github.io and www.juliafem.org is pointing to same site.

Adding content

For contributors: If you have all Jekyll related stuff installed on local machine (computer you are using to develop), you can do bundle exec jekyll serve and check using your web browser from url address localhost:4000, (i.e. write to address bar http://localhost:4000) that content is OK. If that is the case, you can then push directly to the master. Otherwise, create branch to repository juliafem.github.io, do changes, make pull request and ask someone to review changes locally before merging.

Note: to check that web-page is rendering correctly, i.e. all figures are shown and so on, you have to install Jekyll development environment for your computer and use bundle exec jekyll serve as instructed above. If you don't have development environment installed, you cannot render site on local machine and you have to do pull request and ask someone to check the result before merging.

For others: Fork, do local changes, do pull request. If you want to be extra helpful and have installed Jekyll things on local machine, you can add screenshot of page to PR to make it easier for reviewers.

Examples can be written using Jupyter Notebooks or Markdown. See examples/2017-08-06-instructions-how-to-write-examples how to write using Jupyter and performance/2017-08-13-eigenvalue-analysis-of-eiffel-tower-using-juliafem-0.3.2.md how to write using Markdown syntax.

Adding images

Place your video/image to

    <REPO_DIR>/assets/<blog-post>/<myimg>.png

For example, if the blog post name is

    2017-08-13-eigenvalue-analysis-of-eiffel-tower-using-juliafem-0.3.2

and you want to add image

    eiffel_model.png

then the correct path is

    <REPO_DIR>/assets/2017-08-13-eigenvalue-analysis-of-eiffel-tower-using-juliafem-0.3.2/eiffel_model.png

REPO_DIR is the directory where juliafem.github.io is cloned.

Then, to point that image inside blog post, use the following format:

<img src="{{ site.url }}/assets/<blog-post>/<myimg>.png">

For example, using the example above, the corresponding tag would be:

<img src="{{ site.url }}/assets/2017-08-13-eigenvalue-analysis-of-eiffel-tower-using-juliafem-0.3.2/eiffel_model.png">

Also, it's a very good idea to watermark at least the most important pictures with JuliaFEM logo (can be found from /assets/logos) and maybe who has done the simulation, when, and so on.

Adding examples

Use the following string to split content of post to part shown as a summary/teaser and rest of post:

<!-- more -->

juliafem.github.io's People

Contributors

ahojukka5 avatar grinsted avatar maikkirapo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

juliafem.github.io's Issues

New example, constructing global matrices

@maikkirapo, could you write an example / tutorial how to construct global stiffness matrix and force vector using JuliaFEM. You can use Jupyter Notebook and follow instructions from here. Alternatively, write MarkDown file. After ready, do pull request. As a model, you can use this toy model. It's important to show explained code how to do this all. Remember to report what JuliaFEM and Julia version you are using.

Template for notebooks

Create professional looking pdf documents from Jupyter notebooks using custom template file

High performance computing results

Let's create couple of examples of high performance computing. We could start by introducing an eigenvalue problem solution of large model like we already had done to article. Let's choose some geometry and mesh so that we can publish everything in e.g. FEModels and juliafem.org. Content will go to juliafem.org/performance.

Simple usage examples

Create examples with small models how to calculate eigenvalue problem.
Post examples to juliafem.org/examples.

Make documentation more visible

It should be easy to access documentation. There should be some sort of search box and when user wants to find out what function X does and how to call it, after writing function name to search box and click "search" it should be clear in 30 seconds.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.