Skip to content

Latest commit

 

History

History
214 lines (158 loc) · 6.21 KB

community.md

File metadata and controls

214 lines (158 loc) · 6.21 KB
sd_hide_title
true
<script type="text/javascript" src="https://unpkg.com/mustache@4.2.0/mustache.min.js"></script> <script type="text/javascript" src="https://unpkg.com/github-activity-feed@latest/dist/github-activity.min.js"></script>

Community

:::{div} sd-text-center sd-fs-2 sd-font-weight-bold sd-text-primary Fortran-lang Community :::

:::{div} sd-text-center sd-fs-3 Collaboration for the advancement of Fortran :::

:::{div} sd-text-left sd-fs-2 sd-text-primary Fortran-lang Community Projects :::

:::::{grid} 2

::::{grid-item-card} :columns: 5 :shadow: none

:::{div} sd-text-left sd-fs-4 Fortran Standard Library (stdlib) :::

A community-driven project for a de facto 'standard' library for Fortran. The stdlib project is both a specification and a reference implementation, developed in cooperation with the Fortran Standards Committee. GitHub,Documentation,Contributing.

:::{div} sd-text-left sd-fs-4 Fortran Package Manager (fpm) :::

A prototype project to develop a common build system for Fortran packages and their dependencies. GitHub,Documentation,Contributing.

:::{div} sd-text-left sd-fs-4 fortran-lang.org :::

This website is open source and contributions are welcome!. GitHub,Contributing.

:::: ::::{grid-item-card} :columns: 7 :shadow: none

<script> GitHubActivity.feed({ username: "fortran-lang", selector: "#fortran-lang-gh-feed-sphinx", limit: 20 // optional }); </script>

:::: :::::

:::{div} sd-text-left sd-fs-2 sd-text-primary History :::

The effort to build a new community around Fortran started at the beginning of 2020 and was initially led by Ondřej Čertík [1] and Milan Curcic [2]. Starting in several discussions around ambitious proposals for the Fortran Standards Committee, the Fortran Standard Library (stdlib) [3], the Fortran Package Manager (fpm) [4] and the fortran-lang.org webpage with new logo [5] were created. With the new webpage and projects attracting more contributors, the Fortran-lang discourse was created to provide a place for general discussions around all the things Fortran, announcing newly started projects, getting help, etc. Since its creation the Fortran-lang community was joined by hundreds of contributors.

Read more

:::{div} sd-text-left sd-fs-2 sd-text-primary Get Involved :::

:::::{grid} 2 :gutter: 1

::::{grid-item-card} :shadow: none

:::{div} sd-text-left sd-fs-4 Join the Discussion :::

The easiest way to join the community and contribute is by commenting on issues and pull requests in the project repositories.

Whether Fortran beginner or seasoned veteran, your feedback and comments are most welcome in guiding the future of Fortran-lang.

::::

::::{grid-item-card} :shadow: none

:::{div} sd-text-left sd-fs-4 Build and Test :::

Get more involved with each project by cloning, building and testing it on your own machine(s) and with your own codes; if something doesn't work, create an issue to let us know! We value user feedback highly, be it a bug report, feature request, or suggestion for documentation.

::::

::::{grid-item-card} :shadow: none

:::{div} sd-text-left sd-fs-4 Contributor Guide :::

Want to contribute code and content? Check out the contributor guides in each repository for information on the project workflow and recommended practices.

Contributor guide for stdlib
Contributor guide for fpm
Contributor guide for fortran-lang.org

:::{div} sd-text-left sd-fs-4 Fortran-lang governance :::

The governance model used by the Fortran-lang community :::: ::::{grid-item-card} :shadow: none

:::{div} sd-text-left sd-fs-4 Community Conduct :::

As a community, we strive to make participation in our discussions and projects a friendly and harassment-free experience for everyone. See the full Code of Conduct.

::::

:::::

:::{div} sd-text-left sd-fs-2 sd-text-primary Fortran-lang Contributors :::

<iframe src="https://contributor-graph.vercel.app/?chart=contributorOverTime&repo=fortran-lang/fortran-lang.org,fortran-lang/fpm,fortran-lang/stdlib,j3-fortran/fortran_proposals,fortran-lang/webpage" onload='javascript:(function(o){o.style.height=o.contentWindow.document.body.scrollHeight+"px";}(this));' style="height:700px;width:100%;border:none;overflow:hidden;"></iframe>

:::{div} sd-text-left sd-fs-3 source: https://git-contributor.com/ :::

:::{div} sd-text-left sd-fs-4 sd-text-primary Contributors: :::

::::::{jinja} contributors

:::::{grid} 6 :gutter: 1 {% for j in contributor | batch(6, ' ') %}

{% for i in j %} {% if i != ' ' %}

::::{grid-item-card} :shadow: none

:::{grid-item-card} {{i}} :shadow: none :img-top: https://github.com/{{i}}.png?size=100 :shadow: none :text-align: center ::: ::::

{% endif %} {% endfor %} {% endfor %}

:::::

::::::

:::{toctree} :hidden: community/history community/contributing community/minibooks community/packages :::