Code Monkey home page Code Monkey logo

2023-egu-gd-blogpost's Introduction

Post for EGU Geodynamics Blog

Information
Title Fatiando a Terra: a journey into open-source software for Geophysics
Author Santiago Soler
Editor Constanza Rodriguez Piceda
Read the blogpost https://blogs.egu.eu/divisions/gd/2023/07/19/fatiando-a-terra

How to build

The text of the blogpost can be found in blogpost.md, a Markdown file that can be converted to a PDF, docx or even into a website with pandoc. So first you will have to install pandoc.

We will also use make to build the blogpost into different formats. make is available in most GNU/Linux distributions, and it can be installed in Windows through conda:

conda install -c conda-forge make

Then clone this repository with:

git clone https://github.com/fatiando/2023-egu-gd-blogpost

Generate a PDF

To build a PDF version of the blogpost, pandoc will use LaTeX, so be sure to have a LaTeX distribution installed in your system.

To build the PDF file we just need to run:

make pdf

A _build/blogpost.pdf file will be automatically created.

Generate a .docx

To build a .docx version of the blogpost we just need to run:

make docx

A _build/blogpost.docx file will be automatically created.

Generate a website

To build an HTML version of the blogpost we just need to run:

make html

A _build/index.html file will be automatically created.

Alternatively, if you install livereload, you can run:

make serve

It will automatically build the _build/index.html and serve it so you can view it in your web browser.

License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

CC BY-SA 4.0

2023-egu-gd-blogpost's People

Contributors

santisoler avatar

Watchers

 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.