Skip to content

Commit 48e9ac2

Browse files
committed
english switch: update internal links to translated filenames
1 parent d2ad76e commit 48e9ac2

File tree

6 files changed

+20
-22
lines changed

6 files changed

+20
-22
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Open Models - Brick of Knowledge
22

3-
**\[Brick under construction, see [roadmap](organisation/feuille-de-route.md)\]**
3+
**\[Brick under construction, see [roadmap](organisation/roadmap.md)\]**
44

55
Digital is a new world that we have only just begun to explore.
66

@@ -22,29 +22,29 @@ A resource to acquire basic skills in open models and being an active player in
2222

2323
**Open models knowledge :**
2424

25-
* [Introduction to open models](contenu/introduction.md)
26-
* [History of open models](contenu/histoire.md)
27-
* [Method for building a digital commons](contenu/methode/README.md)
28-
* [List of open models](contenu/mod%C3%A8les/README.md)
29-
* [List of projects](contenu/projets/README.md)
25+
* [Introduction to open models](content/introduction.md)
26+
* [History of open models](content/history.md)
27+
* [Method for building a digital commons](content/method/README.md)
28+
* [List of open models](content/models/README.md)
29+
* [List of projects](content/projects/README.md)
3030

31-
A [list of resources](ressources.md) on open models brings together a variety of useful links.
31+
A [list of resources](resources.md) on open models brings together a variety of useful links.
3232

3333
## Workshop materials 📚
3434

35-
Open model education takes many forms and reaches many audiences, a multitude of teaching materials can be created and reused. To help you set up activities, a whole range of open resources can be found on a page dedicated to [materials for open models education workshops](materiel-atelier.md).
35+
Open model education takes many forms and reaches many audiences, a multitude of teaching materials can be created and reused. To help you set up activities, a whole range of open resources can be found on a page dedicated to [materials for open models education workshops](workshop-material.md).
3636

3737
## Roadmap 🗺️
3838

39-
To set and understand the orientation of the community around the brick, a [roadmap](organisation/feuille-de-route.md) shows the main axes of work defined.
39+
To set and understand the orientation of the community around the brick, a [roadmap](organisation/roadmap.md) shows the main axes of work defined.
4040

4141
A collective project, a collaboratively built digital commons, open to contribution and hosted (temporarily 🤞) on the non-open-source [GitHub](https://github.com/Open-Models/Brique) platform.
4242

4343
## Contribute 🐜
4444

4545
The digital commons are based on an entire culture of contribution. The contributions of each individual contribute to the prosperity of the whole, provided that the ecosystem around a project is able to include external players.
4646

47-
A [contribution guide](organisation/guide-contribution.md) explains different ways to help on this brick of knowledge project.
47+
A [contribution guide](organisation/contribution-guidelines.md) explains different ways to help on this brick of knowledge project.
4848

4949
Many ways to participate in this democratization of open models!
5050

content/method/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Open models are often (but not exclusively) based on the establishment of a digi
1010

1111
There is a whole range of strategies for structuring a digital commons, we are now searching for a certain methodology.
1212

13-
* **Rule n°1**: [Make a project that makes sense and is based on a common purpose](regle-1.md)
14-
* **Rule n°2**: [Work and communicate publicly](regle-2.md)
15-
* **Rule n°3**: [Competition doesn't exist, turn everyone into a partner](regle-3.md)
16-
* **Rule n°4**: [Being able to integrate external contributors](regle-4.md)
17-
* **Rule n°5**: [Improving a resource through peer review](regle-5.md)
18-
* **Rule n°6**: [Architect a digital work environment](regle-6.md)
13+
* **Rule n°1**: [Make a project that makes sense and is based on a common purpose](rule-1.md)
14+
* **Rule n°2**: [Work and communicate publicly](rule-2.md)
15+
* **Rule n°3**: [Competition doesn't exist, turn everyone into a partner](rule-3.md)
16+
* **Rule n°4**: [Being able to integrate external contributors](rule-4.md)
17+
* **Rule n°5**: [Improving a resource through peer review](rule-5.md)
18+
* **Rule n°6**: [Architect a digital work environment](rule-6.md)

content/method/rule-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Welcoming external contributions requires careful thought and the implementation
44

55
The aim is to reduce this needed energy as much as possible. Various elements will reduce this friction, such as the availability of information, the way decisions are made, the complexity of the resource, the digital environment and so on.
66

7-
The basic practice in the software world is to provide a "contribution guide", the documentation will be a tool to enable this integration. For example, the Python language offers a guide to contributing: https://devguide.python.org/. They explain how to retrieve code, submit modifications, link to various tools such as bug tracker, resources for getting started with CPython (Python's C code)... A contribution guide can also be found on Wikipedia (https://fr.wikipedia.org/wiki/Aide:D%C3%A9buter), or under construction for the open models knowledge brick (https://github.com/Open-Models/Brique/blob/main/guide-contribution.md).
7+
The basic practice in the software world is to provide a "contribution guide", the documentation will be a tool to enable this integration. For example, the Python language offers a guide to contributing: https://devguide.python.org/. They explain how to retrieve code, submit modifications, link to various tools such as bug tracker, resources for getting started with CPython (Python's C code)... A contribution guide can also be found on Wikipedia (https://fr.wikipedia.org/wiki/Aide:D%C3%A9buter), or under construction for the open models knowledge brick (https://github.com/Open-Models/Brique/blob/main/organisation/contribution-guideline.md).
88

99
The quality of the code, its structuring and, more generally, the complexity of a resource will influence how easy it is to contribute. If nobody understands it, in a « spaghetti code » for example, this will make participation very difficult.
1010

content/models/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## List of open templates
22

3-
**\[Page under construction, see [#2](https://github.com/Open-Models/Brique/issues/2)\]**
4-
53
* [Open Education](open-education.md)
64
* [Open Science](open-science.md)
75
* [Open Collaboration](open-collaboration.md)

content/models/open-education.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ Although limited and highly variable from one field to another, it is already po
4141

4242
On certain new subjects or those that are insufficiently taught in traditional education, it even seems necessary to rely on open education for training, starting with open models or ecology.
4343

44-
Impossible to meet all needs and cite all existing open educational resources, it will be important to conduct an exploration phase on the Internet or in OER databases, [the list of resources in the brick](/ressources.html) is a first track.
44+
Impossible to meet all needs and cite all existing open educational resources, it will be important to conduct an exploration phase on the Internet or in OER databases, [the list of resources in the brick](/resources.html) is a first track.
4545

4646
There is no single answer to the problem of how to produce open education training. There is a whole range of possible approaches, from publishing a PowerPoint-type presentation under an open license, to structuring a complex environment for collaboratively producing OER and enabling interaction between learners.
4747

4848
While we know that much remains to be invented, the tools needed to produce open educational resources will vary from one project to another, depending on financial and human resources, technical skills, and so on.
4949

5050
> **The Open Models Knowledge Brick** is a complex example of open education, an experiment of open educational resource for education in open models, in a digital commons logic developed using open software tools such as [Markdown](https://www.markdowntutorial.com/), [git](https://about.gitlab.com/topics/version-control/what-is-git-version-control/) and [GitHub](https://fr.wikipedia.org/wiki/GitHub).
5151
>
52-
> The project is intended to be a resource accessible to anyone wishing to learn about open models. Although it requires some technical knowledge with which to familiarize oneself, all content is retrievable, modifiable and shareable. Pedagogical content that is freely accessible, that can be co-produced, based on [spaces for exchange with the community around the project](/README.html#contribuer-), learners and stakeholders who gravitate around open models
52+
> The project is intended to be a resource accessible to anyone wishing to learn about open models. Although it requires some technical knowledge with which to familiarize oneself, all content is retrievable, modifiable and shareable. Pedagogical content that is freely accessible, that can be co-produced, based on [spaces for exchange with the community around the project](/README.html#contribute-), learners and stakeholders who gravitate around open models
5353
>
5454
> Many trainers in open models and in digital technology more broadly could find interest in this type of pedagogical content within a whole range of organizations: schools, universities, but also in IT, public institutions, etc. The commercial use of the brick being permitted, a service activity such as offering training in open models on a freelance basis becomes possible.
5555

organisation/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Open models are subjects that evolve over a long period of time, from decades to
44

55
The objectives around the brick of knowledge on open models are going to be to disseminate these models through educational work to acculturate the citizen of the XXIᵉ century, continue to build this digital common and federate an ecosystem of stakeholders around these dynamics to prepare for the future.
66

7-
In an open logic, everyone is free to contribute according to their skills, desires and financial/time/geographical/etc. constraints. More details in the [contribution guide](guide-contribution.md).
7+
In an open logic, everyone is free to contribute according to their skills, desires and financial/time/geographical/etc. constraints. More details in the [contribution guidelines](contribution-guidelines.md).
88

99
<p align="center" width="100%">
1010
<img src="https://raw.githubusercontent.com/Open-Models/Brique/main/images/roadmap.jpg">

0 commit comments

Comments
 (0)