Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Arti
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LAGO
Software
Arti
Commits
4f7de3da
Unverified
Commit
4f7de3da
authored
3 years ago
by
Hernán Asorey
Browse files
Options
Downloads
Patches
Plain Diff
Minor typos corrected in README
parent
9700dcbc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README-old
+0
-37
0 additions, 37 deletions
README-old
README.md
+4
-1
4 additions, 1 deletion
README.md
with
4 additions
and
38 deletions
README-old
deleted
100644 → 0
+
0
−
37
View file @
9700dcbc
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.
This diff is collapsed.
Click to expand it.
README.md
+
4
−
1
View file @
4f7de3da
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment