Although there are undoubtedly excellent books available for educating people, it is crucial to recognize that there are multiple approaches to teaching. What may be simple for one person may not be for another. Employing a singular teaching methodology for an entire population can erect barriers instead of fostering progress. Our reflective project aims to cultivate understanding of science from an individual perspective, mitigating inequality. After all, we are all part of the same species, Homo sapiens.
Math is presented in a simple way, focusing not on memorizing formulas, but on developing the reasoning needed to understand them, using our body and nature as tools for learning.
Various genealogical projects exist to assist individuals in constructing their family trees. Some of these projects encourage collaboration, enabling people to work together to trace their ancestors. The primary objective of our project is not to compete with existing websites or software for family tree creation, but rather to facilitate the application of the scientific method, aiding individuals in comprehending the growth of their family knowledge over centuries. Additionally, we highlight familial participation in significant historical events.
Beyond delineating family connections, our project integrates logical reasoning by teaching various sciences in tandem. This approach seeks to foster understanding not only of ourselves and our familial lineage but also of the broader universe.
Our project is designed to minimize page reloads and does not consolidate all its code into a single file. Consequently, attempting to open the index.html
file locally triggers the need to load additional JavaScript files, resulting in your browser interpreting it as a CORS request, and blocking access.
To enable local access to the content, we have developed a simple web server using GO. After installing GO on your host machine, you can execute the following command:
$ go run src/history_tracers.go
Listening Port 12345 without devmode content /
Once you've completed these steps, you can open your web browser and navigate to http://localhost:12345
.
To incorporate a new language into the project, begin by creating a directory. Subsequently, execute a script that automatically generates all necessary files for the new language:
$ mkdir lang/es-ES
$ cd scripts
$ bash create_language.sh --path "es-ES" --msg "Aguardando traducción"
Lastly, you can incorporate content in another language. It's advisable to commence by handling files whose names do not follow the Universal Unique Identifier format.