Giter VIP home page Giter VIP logo

openfedem.org's Introduction

OpenFEDEM Website

Welcome to the repository for the OpenFEDEM Website. This repository contains the source files (Markdown) and content for the OpenFEDEM website.

Introduction

OpenFEDEM (Open Finite Element Dynamics in Elastic Mechanisms) is an open source software package developed to provide comprehensive solutions in active nonlinear structural dynamics and adjacent engineering fields. The GUI part of this package can be found at openfedem/fedem-gui whereas the solvers can be fond at openfedem/fedem-solvers.

This repository is dedicated to the development and maintenance of OpenFEDEM's official website, built using MkDocs from the Markdown source files.

Installation

To set up a local version of the web site for development purposes, you will need to install MkDocs. Follow these steps:

  1. Clone this repository:

    git clone https://github.com/openfedem/openfedem.org.git
    
  2. Install MkDocs:

    pip install mkdocs mkdocs-material pymdown-extensions
    

    See the MkDocs Installation Guide for further instructions.

  3. Navigate to the cloned directory openfedem.org and run the command

    mkdocs serve
    

    This will start a local web-server and you can view the results by visiting the address http://127.0.0.1:8000 in your web browser.

Usage

After setting up the local environment:

  • Edit the Markdown files to update the website content locally. The changes will be visible immediately in the local web server when using mkdocs serve.

  • Once all changes are finalized, they can be built into static files by running the command

    mkdocs build
    

Conversions

The first line holds the title of the subpage and shall have Markdown heading level 1, typically #<title>

The Markdown heading level 2, e.g., ##<section heading>, represents the first section level, and so on.

Contributing

Contributions to improve this website are welcome. Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Make your changes and test them locally.
  4. Submit a pull request with a clear description of the changes.

Administration

All raw files used by MkDocs to make the static website shall be located under the docs directory and adequately linked into the nav section of the mkdocs.yml file.

Publish

Publishing new website content can only be performed using the OpenFEDEM website admin user.

Build a local static version with mkdocs build. This will create or update a site directory where all the files to be pushed to the web server are located. This can be done from one.com's file browser, alternatively using SFTP. Visit one.com's user guide for more information.

Contact

For questions or suggestions regarding OpenFEDEM, please contact a Maintainer listed here.


This README is a guide to help users and contributors understand and participate in the development of the OpenFEDEM website. For more information on the OpenFEDEM software's source code, please visit the fedem-gui and/or the fedem-solvers repositories.

openfedem.org's People

Contributors

kmokstad avatar oeystr avatar kmoks avatar oeysstra avatar

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.