Skip to content

Commit

Permalink
Improvements on readablilty and fixing links
Browse files Browse the repository at this point in the history
Fixed some links and also added a few reading clarifications.
  • Loading branch information
lucsomers101 committed Oct 10, 2023
1 parent d2f948d commit 2971386
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/conceptual/theory.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ the other interfaces.
Every system contains a dataset, which represents the state of the
system. Every interface produces and consumes events that may change the
state of the system. This state is represented in a persistent store,
aka the database [^3]. Events that the system detects may cause the
aka the database. Events that the system detects may cause the
state to change.

![Anatomy of an information system](datamigration-Pre-migration.drawio.png)
Expand All @@ -37,7 +37,7 @@ database management systems refer to as integrity rules. The purpose of
integrity rules is to keep the constraints they represent satisfied.


An *information system* is a combination of dataset, schema, and functionality. Each is defined in a separate section.
An [information system](#information-systems-sctinformation-systems) is a combination of dataset, schema, and functionality. Each is defined in a separate section.

## Datasets {#sct:Datasets}

Expand Down Expand Up @@ -203,7 +203,7 @@ As before, a suffix disambiguates the elements of this definition when needed.

*An information system $\mathscr{S}$ is a tuple
$\langle\mathscr{D},\mathscr{Z},\mathcal{O},\text{\it maint}\rangle$,
in which*
in which:*

- *dataset
$\mathscr{D}=\langle{\mathcal{T}},{\text{\it inst}}\rangle$ as
Expand Down Expand Up @@ -352,7 +352,7 @@ so this is a dataset $\mathscr{D}$ as
introduced before.

The Ampersand compiler generates a schema $\mathscr{Z}$, which contains
concepts, relations, and rules. It defines the set of concepts:
concepts, relations and rules. It defines the set of concepts:

$\mathcal{C}=\{ {\tt Module}, {\tt Course}, {\tt Student}\}$

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/frequently-asked-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Some questions in this page do not have an answer yet. Please consider that as o
* How can I inspect the database underneath an Ampersand application?

## Deployment
* How can I deploy an Ampersand application on my laptop?
* How can I deploy an Ampersand application on a virual machine (i.e. a server)
* [How can I deploy an Ampersand application on my laptop?](installing-ampersand.md)
* [How can I deploy an Ampersand application on a virual machine (i.e. a server)](installing-ampersand.md)
* How can I deploy an Ampersand application on Kubernetes?

## Data
Expand Down
5 changes: 3 additions & 2 deletions docs/landingpage/5-contributor.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ title: For contributors

Many people have contributed to the Ampersand project in the past, each in her or his own way. We're very proud of the results and we are amazed daily of the software that tiny specifications can produce.

If you want to be part of it, contact [stefjoosten](<mailto:[email protected]?subject=Request demo meeting>) on Github to discuss your contribution.
If you want to be part of it, contact [stefjoosten](<mailto:[email protected]?subject=Request contribution meeting>) on Github to discuss your contribution.
Here are some links that are useful for contributors.

## Ordina A-team

If you are allready part of the Ordina A-team, you can find [onboarding documentation here](../guides/onboarding.md).
If you are already part of the Ordina A-team, you can find [onboarding documentation here](../guides/onboarding.md).

## The tools we use

- [Best Practices](../guides/best-practices) describe the do's and don'ts that every contributor should know before committing a contribution.
Expand Down
2 changes: 1 addition & 1 deletion docs/research.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Stef Joosten, [Rekenen met Taal](https://www.researchgate.net/publication/236340
<!-- The main page in AmpersandTarski.github.io refers to this header, so please don't change it frivolously. -->
The application [RAP](https://rap.cs.ou.nl) was built as an educational tool, and developed further into a tool in which anyone can build and run their own prototypes.

The project has contributed to the development of applications in relation algebra, which has lead to numerous publications in the [International Conference of Relation Algebraic Methods in Computer Science](http://www.ramics-conference.org).
The project has contributed to the development of applications in relation algebra, which has lead to numerous publications in the [International Conference of Relation Algebraic Methods in Computer Science](https://ramics20.lis-lab.fr/).

Numerous students at the Open Universiteit have graduated in the context of Ampersand.

Expand Down

0 comments on commit 2971386

Please sign in to comment.