Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation #8

Merged
merged 2 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,15 @@ extraction tool.

## Publications

* Julian Alfredo Mendez.
**Soda: An Object-Oriented Functional Language for Specifying Human-Centered Problems**,
arXiv DOI:[10.48550/arXiv.2310.01961](https://doi.org/10.48550/arXiv.2310.01961)
* <a id="Me2023"></a>
Julian Alfredo Mendez.
**Soda: An Object-Oriented Functional Language for Specifying Human-Centered Problems**.
arXiv
&nbsp; DOI:[10.48550/arXiv.2310.01961][soda-doi]
&nbsp; [Abstract][soda-abstract]
&nbsp; [BibTeX][soda-bibtex]
&nbsp; [PDF][soda-pdf]
&nbsp; [Implementation][soda-impl]


## Online manual
Expand Down Expand Up @@ -164,6 +170,11 @@ More detailed information can be found in the [release notes][release-notes].

[Julian Alfredo Mendez][author]

[soda-doi]: https://doi.org/10.48550/arXiv.2310.01961
[soda-abstract]: https://arxiv.org/abs/2310.01961
[soda-bibtex]: https://julianmendez.github.io/soda/bibtex-2023.html
[soda-pdf]: https://arxiv.org/pdf/2310.01961
[soda-impl]: https://github.com/julianmendez/soda
[author]: https://julianmendez.github.io
[license]: https://www.apache.org/licenses/LICENSE-2.0.txt
[build-status]: https://github.com/julianmendez/soda/actions
Expand Down
24 changes: 24 additions & 0 deletions docs/bibtex-2023.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[Soda](https://julianmendez.github.io/soda/)

```bibtex
@misc{Mendez-2023-Soda,
title = {{Soda: An Object-Oriented Functional Language for Specifying Human-Centered Problems}},
author = {Mendez, Julian Alfredo},
year = {2023},
month = {October},
eprint = {2310.01961},
archivePrefix = {arXiv},
doi = {10.48550/arXiv.2310.01961},
url = {https://doi.org/10.48550/arXiv.2310.01961},
primaryClass = {
id='cs.PL' full_name='Programming Languages' is_active=True alt_name=None in_archive='cs' is_general=False description='Covers programming language semantics, language features, programming approaches (such as object-oriented programming, functional programming, logic programming). Also includes material on compilers oriented towards programming languages; other material on compilers may be more appropriate in Architecture (AR). Roughly includes material in ACM Subject Classes D.1 and D.3.'
},
abstract = {
We present Soda (Symbolic Objective Descriptive Analysis), a language that helps to treat qualities and quantities in a natural way and greatly simplifies the task of checking their correctness. We present key properties for the language motivated by the design of a descriptive language to encode complex requirements on computer systems, and we explain how these key properties must be addressed to model these requirements with simple definitions. We give an overview of a tool that helps to describe problems in an easy way that we consider more transparent and less error-prone.
},
keywords = {Responsible artificial intelligence, Functional languages, Object-oriented
languages, Human-centered programming languages}
}
```


Loading