|
| 1 | +# Categories group mini-books on the 'Learn' landing page |
| 2 | +# |
| 3 | +# 'fa-icon' refers to the font-awesome icon to display |
| 4 | +# next to the category on the landing page |
| 5 | +# |
| 6 | +categories: |
| 7 | + - name: Getting started |
| 8 | + fa-icon: fas fa-cubes |
| 9 | + # - name: Advanced programming methods |
| 10 | + # fa-icon: fas fa-laptop-code |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | +# Mini-books are single-page or multi-page tutorials |
| 15 | +# |
| 16 | +# 'link' refers to the 'permalink' field of the corresponding page |
| 17 | +# |
| 18 | +books: |
| 19 | + - title: Quickstart Fortran Tutorial |
| 20 | + description: An introduction to the Fortran syntax and its capabilities |
| 21 | + category: Getting started |
| 22 | + link: /learn/quickstart |
| 23 | + pages: |
| 24 | + - link: /learn/quickstart/hello_world |
| 25 | + - link: /learn/quickstart/variables |
| 26 | + - link: /learn/quickstart/arrays_strings |
| 27 | + - link: /learn/quickstart/operators_control_flow |
| 28 | + - link: /learn/quickstart/organising_code |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | +# Web links listed at the bottom of the 'Learn' landing page |
| 33 | +# |
| 34 | +reference-links: |
| 35 | + - name: Fortran wiki |
| 36 | + url: http://fortranwiki.org/ |
| 37 | + description: A rich collection of Fortran articles and resources in an editable wiki format |
| 38 | + |
| 39 | + - name: "Fortran 2018 Standard Interpretation Document" |
| 40 | + url: https://j3-fortran.org/doc/year/18/18-007r1.pdf |
| 41 | + description: "J3/18-007r1 F2018, specification of the base Fortran 2018 language" |
| 42 | + |
| 43 | + - name: "J3 Fortran Proposals" |
| 44 | + url: https://github.com/j3-fortran/fortran_proposals |
| 45 | + description: a repository for community collaboration on proposals for the Fortran Standards Committee |
| 46 | + |
| 47 | + - name: "J3: US Fortran Standards Committee" |
| 48 | + url: https://j3-fortran.org/ |
| 49 | + description: J3 is the US National Body for the international Fortran standards committee |
| 50 | + |
| 51 | + - name: "WG5: International Fortran Standards Committe" |
| 52 | + url: https://wg5-fortran.org/ |
| 53 | + description: |
| 54 | + |
| 55 | + - name: "Scivision Fortran 2018 Examples" |
| 56 | + url: https://github.com/scivision/fortran2018-examples |
| 57 | + description: A github repository containing code samples for various Fortran 2018 features |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | +# Print books listed at the bottom of the 'Learn' landing page |
| 63 | +# |
| 64 | +reference-books: |
| 65 | + - author: Metcalf, M., Reid, J. and Cohen M. |
| 66 | + year: 2018 |
| 67 | + title: Modern Fortran Explained |
| 68 | + url: https://global.oup.com/academic/product/modern-fortran-explained-9780198811893 |
| 69 | + edition: 5th ed |
| 70 | + location: Oxford, UK |
| 71 | + publisher: Oxford Universtiy Press |
| 72 | + |
| 73 | + - author: Curcic, M. |
| 74 | + year: 2020 |
| 75 | + title: "Modern Fortran: Building Efficient Parallel Applications" |
| 76 | + url: https://www.manning.com/books/modern-fortran |
| 77 | + edition: 1st ed |
| 78 | + location: Shelter Island, NY |
| 79 | + publisher: Manning Publications |
| 80 | + |
| 81 | + - author: Markus, A. |
| 82 | + year: 2012 |
| 83 | + title: "Modern Fortran in Practice" |
| 84 | + url: https://www.cambridge.org/core/books/modern-fortran-in-practice/BC5BD23B2E478B4D457C5D6265BA9363 |
| 85 | + edition: 1st ed |
| 86 | + location: Cambridge, UK |
| 87 | + publisher: Cambridge University Press |
| 88 | + |
| 89 | + - author: Chivers, I. and Sleightholme, J. |
| 90 | + year: 2018 |
| 91 | + title: Introduction to Programming with Fortran |
| 92 | + url: https://doi.org/10.1007/978-3-319-75502-1 |
| 93 | + edition: 4th ed |
| 94 | + publisher: Springer International Publishing |
| 95 | + |
| 96 | + - author: Chapman S. J. |
| 97 | + year: 2018 |
| 98 | + title: Fortran for Scientists and Engineers |
| 99 | + url: https://www.mheducation.com/highered/product/fortran-scientists-engineers-chapman/M9780073385891.html |
| 100 | + edition: 4th ed |
| 101 | + location: New York |
| 102 | + publisher: McGraw-Hill Education |
0 commit comments