Skip to content

Commit

Permalink
Renaming to base: switch repo URL
Browse files Browse the repository at this point in the history
Rename GitHub repository from Brique to Base
  • Loading branch information
AbcSxyZ committed Aug 12, 2024
1 parent 5b10a4f commit a6f53af
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Open model education takes many forms and reaches many audiences, a multitude of

To set and understand the orientation of the community around the knowledge base, a [roadmap](organisation/roadmap.md) shows the main axes of work defined.

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

## Contribute 🐜

Expand All @@ -50,7 +50,7 @@ Many ways to participate in this democratization of open models!

## Exchange with the community 🤳🏼

The [discussion space](https://github.com/Open-Models/Brique/discussions) allows you to ask questions, go into more detail on certain points or simply chat with other members of the community ❤️
The [discussion space](https://github.com/Open-Models/Base/discussions) allows you to ask questions, go into more detail on certain points or simply chat with other members of the community ❤️

Don't hesitate to share any open models related projects you may have over there, they could be of interest to others people!

Expand Down
4 changes: 2 additions & 2 deletions content/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Little by little, the software world began to have a more or less direct influen

## Open models in the software world

![Open Source Timeline](https://raw.githubusercontent.com/Open-Models/Brique/main/images/open-source-timeline.png)
![Open Source Timeline](https://raw.githubusercontent.com/Open-Models/Base/main/images/open-source-timeline.png)

In the early days of computing, open source software and open collaboration were technically impossible.

In 1945, the first computer weighed 30 tons, built by academics with programs written on [punched cards](https://raw.githubusercontent.com/Open-Models/Brique/main/images/punch-card.png). The first digitized program appeared on June 11, 1948. When the first companies to produce computer hardware and then software appeared, software was in a sense "open source" even if the term didn't exist; the source code was supplied with the hardware as business models were based on the sale of physical components. Computers were reserved for small groups of specialists who were proficient in programming and required to modify software.
In 1945, the first computer weighed 30 tons, built by academics with programs written on [punched cards](https://raw.githubusercontent.com/Open-Models/Base/main/images/punch-card.png). The first digitized program appeared on June 11, 1948. When the first companies to produce computer hardware and then software appeared, software was in a sense "open source" even if the term didn't exist; the source code was supplied with the hardware as business models were based on the sale of physical components. Computers were reserved for small groups of specialists who were proficient in programming and required to modify software.

From the 70s onwards, a new stage in the democratization of computing took place with the arrival of "[microcomputer](https://en.wikipedia.org/wiki/Microcomputer)", as computers became more personal. Hobbyist and hackers got to grips with the technology while new companies such as Microsoft in 1975 and Apple in 1977 emerged. As the latter wanted to retain control over software, the code was gradually closed, intellectual property began to apply to software with the [Copyright Act](https://en.wikipedia.org/wiki/Copyright_Act_of_1976) of 1976. The source code became the exclusive property of companies, software was distributed without the source code in the form of executables.

Expand Down
2 changes: 1 addition & 1 deletion content/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> **Open models**: Modes of organisation and knowledge production based on the digital, the free circulation of information and collaboration on an Internet scale which seek to benefit from the properties of interaction between ecosystems.
<p align="center" width="100%">
<img src="https://raw.githubusercontent.com/Open-Models/Brique/main/images/open-models.png">
<img src="https://raw.githubusercontent.com/Open-Models/Base/main/images/open-models.png">
</p>

The digital is transforming our relationship with knowledge through its ability to disseminate information and connect people. A variety of new dynamics based on sharing and collaboration around informational resources are emerging enabling the co-production of knowledge.
Expand Down
4 changes: 2 additions & 2 deletions content/method/rule-1.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Rule no. 1: Make a project that makes sense and is based on a common purpose

This is the beginning of a knowledge base on open models to enable everyone to understand what are these models based on open source and open collaboration: https://github.com/Open-Models/Brique
This is the beginning of a knowledge base on open models to enable everyone to understand what are these models based on open source and open collaboration: https://github.com/Open-Models/Base

This resource is intended as a knowledge base freely available to all to help you grasp the concept of open models.

The objectives are multiple: to understand & disseminate the concept of open models, to broaden one's digital culture, to discover how to build an open project, to appreciate the potential of knowledge dissemination and collaboration on Internet...

Uses will emerge depending on who uses it and what ideas come to mind.

For the time being, the construction of this base has only just begun, with the beginnings of a plan for its content (https://github.com/Open-Models/Brique/issues/1). It consists of defining the concept of "open models", explaining the history of the phenomenon and showing how open projects are structured.
For the time being, the construction of this base has only just begun, with the beginnings of a plan for its content (https://github.com/Open-Models/Base/issues/1). It consists of defining the concept of "open models", explaining the history of the phenomenon and showing how open projects are structured.
2 changes: 1 addition & 1 deletion content/method/rule-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Welcoming external contributions requires careful thought and the implementation

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.

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://en.wikipedia.org/wiki/Help:Getting_started), or under construction for the open models knowledge base (https://github.com/Open-Models/Brique/blob/main/organisation/contribution-guideline.md).
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://en.wikipedia.org/wiki/Help:Getting_started), or under construction for the open models knowledge base (https://github.com/Open-Models/Base/blob/main/organisation/contribution-guideline.md).

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.

Expand Down
2 changes: 1 addition & 1 deletion content/models/open-education.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
> [Open Education Handbook](https://en.wikibooks.org/wiki/Open_Education_Handbook), Wikibooks
<p align="center">
<img width="80%" src="https://raw.githubusercontent.com/Open-Models/Brique/main/images/open-education-schema.jpg">
<img width="80%" src="https://raw.githubusercontent.com/Open-Models/Base/main/images/open-education-schema.jpg">
<br>
<i>Illustration of the « <a href="https://publications.jrc.ec.europa.eu/repository/handle/JRC101436">Opening up Education</a> », Joint Research Centre of the European Union </i>
</p>
Expand Down
2 changes: 1 addition & 1 deletion content/models/open-innovation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## Presentation

![open innovation](https://raw.githubusercontent.com/Open-Models/Brique/main/images/open-innovation.jpg)
![open innovation](https://raw.githubusercontent.com/Open-Models/Base/main/images/open-innovation.jpg)

Open innovation involves, as an actor within an ecosystem, enriching oneself with external knowledge while redistributing one's own to the rest of the ecosystem to create new solutions. In the business world, this is achieved through the sharing of intellectual property and R&D resources.

Expand Down
2 changes: 1 addition & 1 deletion content/models/open-science.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## Presentation

<p align="center">
<img width="60%" src="https://raw.githubusercontent.com/Open-Models/Brique/main/images/open-science-schema.jpg">
<img width="60%" src="https://raw.githubusercontent.com/Open-Models/Base/main/images/open-science-schema.jpg">
<br>
<i>NASA illustration</i>
</p>
Expand Down
2 changes: 1 addition & 1 deletion content/projects/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## List of projects related to open models

**\[IN CONSTRUCTION, see [#3](https://github.com/Open-Models/Brique/issues/3)\]**
**\[IN CONSTRUCTION, see [#3](https://github.com/Open-Models/Base/issues/3)\]**

* [Goldcorp](goldcorp-challenge.md)
6 changes: 3 additions & 3 deletions organisation/contribution-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ But above all, the more you understand about open models, the more comfortable y

## Contribute to content

The content of the base and any modifications are based on a [Github repository](https://github.com/Open-Models/Brique).
The content of the base and any modifications are based on a [Github repository](https://github.com/Open-Models/Base).

At the moment, there are real technical obstacles to contribution, and a certain mastery of Git/Github and Markdown will be required to produce the content (guide coming soon?).

Take a look at the [version 0](https://github.com/Open-Models/Brique/projects/1) roadmap to see what's currently being developed and participate where you feel comfortable.
Take a look at the [version 0](https://github.com/Open-Models/Base/projects/1) roadmap to see what's currently being developed and participate where you feel comfortable.

Everything is constantly evolving and relies on peer review, so bring your critical eye if you see a way to improve the quality of the content.

Come and give your opinion in the [issues](https://github.com/Open-Models/Brique/issues), [pull request](https://github.com/Open-Models/Brique/pulls) (modification proposals) reviews are highly useful.
Come and give your opinion in the [issues](https://github.com/Open-Models/Base/issues), [pull request](https://github.com/Open-Models/Base/pulls) (modification proposals) reviews are highly useful.

## Contribute using content

Expand Down
4 changes: 2 additions & 2 deletions organisation/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The objectives around the base of knowledge on open models are going to be to di
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).

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

## Training in open models
Expand Down Expand Up @@ -36,7 +36,7 @@ As a first step, at least 3 dimensions need to be built up further:

One day there will be the question of building a truly collaborative platform, the technical environment of the base is very immature.

A kanban allows you to see the developments in progress for [version 0](https://github.com/Open-Models/Brique/projects/1), which will be built according to the needs and problems that emerge with [GitHub](https://github.com/Open-Models/Brique)'s system of [issues](https://github.com/Open-Models/Brique/issues) and [pull requests](https://github.com/Open-Models/Brique/pulls).
A kanban allows you to see the developments in progress for [version 0](https://github.com/Open-Models/Base/projects/1), which will be built according to the needs and problems that emerge with [GitHub](https://github.com/Open-Models/Base)'s system of [issues](https://github.com/Open-Models/Base/issues) and [pull requests](https://github.com/Open-Models/Base/pulls).

## Federating an ecosystem of stakeholders

Expand Down
2 changes: 1 addition & 1 deletion resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A set of complementary resources to help you explore open models more deeply.
Links to a variety of elements to learn more about these phenomena, to find players in these fields, to get informed, find tools, learn more about current legislation...

In the spirit of contribution, any recommendation that will enrich this list of resources and our collective knowledge will be appreciated, ideally as an issue (or directly as a pull request) on [Github](https://github.com/Open-Models/Brique/issues).
In the spirit of contribution, any recommendation that will enrich this list of resources and our collective knowledge will be appreciated, ideally as an issue (or directly as a pull request) on [Github](https://github.com/Open-Models/Base/issues).

### Table of contents

Expand Down

0 comments on commit a6f53af

Please sign in to comment.