Skip to content
Snippets Groups Projects
Unverified Commit 4f7de3da authored by Hernán Asorey's avatar Hernán Asorey
Browse files

Minor typos corrected in README

parent 9700dcbc
No related branches found
No related tags found
No related merge requests found
The LAGO ARTI suite
=======================
CODENAME: ARTI
COPYRIGHT: (C) 2012-TODAY The LAGO Project, http://lagoproject.net, lago@lagoproject.net
LICENSE: BSD-3-Clause
PHILOSOPHY: Free as in Freedom. All our codes are, and always will be, public and open source
REPOSITORY: https://github.com/lagoproject
ORIGINAL: Hernán Asorey - 2012, asoreyh@cab.cnea.gov.ar (asoreyh@gmail.com)
DESCRIPTION:
Set of scrips, perl, fortran and C/C++ codes to run and analyze corsika generated showers.
CONTRIBUTORS:
If you want to contribute to this project please send us an email
(asoreyh@gmail.com or lago@lagoproject.org) and remember this guidelines:
FILE ENCODING: UTF8 (please use iconv -f YOUR_ENCODING -t UTF-8 file_to_convert > converted_file before to push)
LANGUAGE: English (preferred)
INDENT STYLE: Stroustrup (see http://en.wikipedia.org/wiki/Indent_style#Variant:_Stroustrup)
1 tab = 4 columns wide (for vim setup see http://tedlogan.com/techblog3.html)
Avoid evil whitespaces, use tab instead (Don't commit evil into your repo: http://bit.ly/1K0vQnf )
If you prefer, please use: astyle -t4 -A4 -y file_to_convert before to push
VERSIONING: Sequence-based identifiers, v<version>r<release>. First public release: v1r0
TAGGING: Please don't tag over our repo.
INSTALL:
After installing dependences (needs CORSIKA, perl, make, g++ and common
libraries, see the LAGO wiki page), just run make.
USAGE:
Please read LAGO technical notes about this package.
do_sims, do_grid and do_halley are the main scripts here.
Run some of them and follow instructions.
Scripts will do what you expecto to do. If you have some doubts or suggestions,
do not hesitate to contact us.
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
<!-- TABLE OF CONTENTS --> <!-- TABLE OF CONTENTS -->
<details> <details>
<summary>Table of Contents</summary> <summary>Table of Contents</summary>
<br />
<ol> <ol>
<li><a href="#about-arti">About ARTI</a></li> <li><a href="#about-arti">About ARTI</a></li>
<li><a href="#getting-started">Getting Started</a></li> <li><a href="#getting-started">Getting Started</a></li>
...@@ -38,6 +39,7 @@ ...@@ -38,6 +39,7 @@
<!-- ABOUT THE PROJECT --> <!-- ABOUT THE PROJECT -->
## About ARTI ## About ARTI
<!--
<style> <style>
html, body {height: 100%;} html, body {height: 100%;}
img { img {
...@@ -48,6 +50,7 @@ img.rel { ...@@ -48,6 +50,7 @@ img.rel {
width: 33%; width: 33%;
} }
</style> </style>
-->
<img class="rel" src="./docs/images/flux-chacaltaya.png" alt="The seconday particle flux at Chacaltaya" width="200"><img class="rel" src="./docs/images/geomagnetic.png" alt="Charged particles trajectories" width="200"><img class="rel" src="./docs/images/wcd-muon.png" alt="A muon traversing the WCD " width="200"> <img class="rel" src="./docs/images/flux-chacaltaya.png" alt="The seconday particle flux at Chacaltaya" width="200"><img class="rel" src="./docs/images/geomagnetic.png" alt="Charged particles trajectories" width="200"><img class="rel" src="./docs/images/wcd-muon.png" alt="A muon traversing the WCD " width="200">
...@@ -308,4 +311,4 @@ ARTI main contributor: [Dr. Hernán Asorey (@asoreyh)](https://github.com/asorey ...@@ -308,4 +311,4 @@ ARTI main contributor: [Dr. Hernán Asorey (@asoreyh)](https://github.com/asorey
Project Link: [https://github.com/lagoproject/arti](https://github.com/lagoproject/arti) Project Link: [https://github.com/lagoproject/arti](https://github.com/lagoproject/arti)
<p align="right">(<a href="#top">back to top</a>)</p> <p align="right">(<a href="#top">back to top</a>)</p>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment