Human Brain Project by Ciro Santilli 40 Updated 2025-07-16
www.nature.com/articles/d41586-023-02600-x
Almost since it began, however, the HBP has drawn criticism. The project did not achieve its goal of simulating the whole human brain — an aim that many scientists regarded as far-fetched in the first place. It changed direction several times, and its scientific output became “fragmented and mosaic-like”, says HBP member Yves Frégnac
They overreached it seems.
SPARQL tutorial by Ciro Santilli 40 Updated 2025-07-16
In this tutorial, we will use the Jena SPARQL hello world as a starting point. Tested on Apache Jena 4.10.0.
Basic query on rdf/vcard.ttl RDF Turtle data to find the person with full name "John Smith":
sparql --data=rdf/vcard.ttl --query=<( printf '%s\n' 'SELECT ?x WHERE { ?x <http://www.w3.org/2001/vcard-rdf/3.0#FN> "John Smith" }')
Output:
---------------------------------
| x                             |
=================================
| <http://somewhere/JohnSmith/> |
---------------------------------
To avoid writing http://www.w3.org/2001/vcard-rdf/3.0# a billion times as queries grow larger, we can use the PREFIX syntax:
sparql --data=rdf/vcard.ttl --query=<( printf '%s\n' '
PREFIX vc: <http://www.w3.org/2001/vcard-rdf/3.0#>
SELECT ?x
WHERE { ?x vc:FN "John Smith" }
')
Output:
---------------------------------
| x                             |
=================================
| <http://somewhere/JohnSmith/> |
---------------------------------
Bibliography:
Ciro Santilli's knee by Ciro Santilli 40 Updated 2025-07-16
If Achilles' had his heel, Ciro had his knee.
First during University in Brazil while trying a kick up during the development of Cirodance his knee went a bit weird for a few weeks.
Then, just after arriving in France for École Polytechnique, the boys were playing indoor soccer, and to impress the girls Ciro was playing really hard, even took off his shirt, and suddenly when he was running by himself his knee snapped, he fell and it hurt like hell.
Ciro was on crutches for a few weeks, but the inflammation went away, but then he tried to play more soccer, but the knee was not as stable as before, and once he tried to run full speed, it slipped and hurt him a bit more (less severely) and so he gave up. For some reason it was not visible on the tomography made at the hospital.
Maybe Ciro should have investigated more though, certainly an experienced doctor could have done a hand pressure exam to determine which joint was damaged manually even. That was a medical failure.
So from this day on Ciro gave up on all interesting sports, and confined himself to more repetitive stuff like gym weights and cycling: Section "Ciro Santilli's sport practice". At Polytechnique he was forced to take up swimming as his mandatory sport, that was unbearably boring.
This defect is likely genetic since a close relative had similar problems.
But oh well, his then not-even girlfriend was impressed enough by the soccer or sorry enough for the sucker to marry him, so it worked out.
The CLI tools don't appear to be packaged for Ubuntu 23.10? Annoying... There is a package libapache-jena-java but it doesn't contain any binaries, only Java library files.
To run the CLI tools easily we can download the prebuilt:
sudo apt install openjdk-22-jre
wget https://dlcdn.apache.org/jena/binaries/apache-jena-4.10.0.zip
unzip apache-jena-4.10.0.zip
cd apache-jena-4.10.0
export JENA_HOME="$(pwd)"
export PATH="$PATH:$(pwd)/bin"
and we can confirm it works with:
sparql -version
which outputs:
Apache Jena version 4.10.0
If your Java is too old then then running sparql with the prebuilts fails with:
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: arq/sparql has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:473)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
        at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:621)
Build from source is likely something like:
sudo apt install maven openjdk-22-jdk
git clone https://github.com/apache/jena --branch jena-4.10.0 --depth 1
cd jena
mvn clean install
TODO test it.
If you make the mistake of trying to run the source tree without build:
git clone https://github.com/apache/jena --branch jena-4.10.0 --depth 1
cd jena
export JENA_HOME="$(pwd)"
export PATH="$PATH:$(pwd)/apache-jena/bin"
it fails with:
Error: Could not find or load main class arq.sparql
as per: users.jena.apache.narkive.com/T5TaEszT/sparql-tutorial-querying-datasets-error-unrecognized-option-graph
Richard B. Dunn could refer to several individuals, but without more context, it’s challenging to provide specific information. One notable figure is Richard B. Dunn, an academic and historian known for his work on early American history, specifically colonial America. He may also be associated with various other fields or professions.
Robert M. MacQueen is a notable figure in the field of computer science, particularly known for his contributions to algorithms and data structures. He is recognized for developing the MacQueen clustering algorithm, which is part of the broader domain of data analysis and machine learning. The algorithm is a type of classification method used in various applications, including statistics and data mining.
"Novae" (singular: nova) refers to astronomical events involving the sudden brightness of a star due to a thermonuclear explosion on its surface. This phenomenon occurs typically in binary star systems, where a white dwarf star accumulates material from a companion star, often a red giant or a main-sequence star.
Sandra Troian is a physicist known for her work in the field of fluid mechanics and complex fluids. She has made significant contributions to our understanding of the behavior of fluids in various contexts, particularly in areas such as capillarity, surface tension, and the dynamics of complex fluids. Troian is a professor at the University of California, Los Angeles (UCLA) and has published numerous research papers that address both theoretical and experimental aspects of fluid dynamics.
Robert G. Jahn (born October 24, 1930 – November 17, 2020) was an American engineer, physicist, and parapsychologist best known for his work in the fields of consciousness and the interaction between human thoughts and physical systems. He was a professor of aerospace engineering at Princeton University and later became the dean of the School of Engineering and Applied Science.
Ronald C. Davidson is a noted physicist, particularly recognized for his contributions to plasma physics and accelerator physics. He has been involved in research related to particle accelerators, plasma interactions, and boundary physics. Davidson is also known for his work in developing theories and models related to the behavior of charged particles in various settings. In addition to his research, he has authored and co-authored several significant publications and textbooks in the fields of plasma physics and accelerator science.
As of my last knowledge update in October 2023, there isn't a widely recognized figure or concept specifically known as "Sam Zeller." It's possible that it refers to a person who may not have gained broad public attention, or it could relate to a specific niche topic, such as an emerging artist, influencer, or a character in literature or media.
Sethanne Howard is a noted American mathematician, recognized for her contributions in various fields of mathematics, including differential equations and mathematics education. She has been involved in outreach and education, often promoting mathematics at different levels, including K-12 education. Howard also has a strong focus on using mathematics to solve real-world problems and has worked in different academic and administrative roles in the mathematics community.
Wallace Clement Sabine (1868–1919) was an American physicist and acoustician who is best known for his pioneering work in the field of architectural acoustics. He is particularly noted for developing the principles of sound absorption and reverberation, which significantly influenced the design of auditoriums, concert halls, and other spaces where sound quality is important.
Shirley Chiang could refer to a specific individual, but without additional context, it's difficult to provide precise information. There may be multiple people named Shirley Chiang in various fields such as academia, business, or the arts.
Stephon Alexander is a prominent theoretical physicist known for his work in cosmology and the intersection of physics with the philosophy of science. He has made significant contributions to the understanding of the universe's structure and the fundamental principles of physics. In addition to his research, Alexander is also recognized for his efforts in science education and outreach, particularly in promoting diversity in the sciences. He is also an author, and his works often explore the connections between physics, music, and culture.
Susan Coppersmith is a prominent mathematician known for her work in applied mathematics and statistics, particularly in the areas of statistical theory and methodology. She has contributed to various fields, including biostatistics and machine learning, and has published numerous research papers and articles. In addition to her research, she is also recognized for her role in education and mentoring students in the mathematical sciences.
Stanley Cohen (born 1922) is an American physicist known for his contributions to the field of experimental physics, particularly in the area of nuclear and particle physics. He is perhaps best known for his work in the development of the field of biophysics and genetic engineering, notably for his role in the discovery and development of recombinant DNA technology.

Pinned article: Introduction to the OurBigBook Project

Welcome to the OurBigBook Project! Our goal is to create the perfect publishing platform for STEM subjects, and get university-level students to write the best free STEM tutorials ever.
Everyone is welcome to create an account and play with the site: ourbigbook.com/go/register. We belive that students themselves can write amazing tutorials, but teachers are welcome too. You can write about anything you want, it doesn't have to be STEM or even educational. Silly test content is very welcome and you won't be penalized in any way. Just keep it legal!
We have two killer features:
  1. topics: topics group articles by different users with the same title, e.g. here is the topic for the "Fundamental Theorem of Calculus" ourbigbook.com/go/topic/fundamental-theorem-of-calculus
    Articles of different users are sorted by upvote within each article page. This feature is a bit like:
    • a Wikipedia where each user can have their own version of each article
    • a Q&A website like Stack Overflow, where multiple people can give their views on a given topic, and the best ones are sorted by upvote. Except you don't need to wait for someone to ask first, and any topic goes, no matter how narrow or broad
    This feature makes it possible for readers to find better explanations of any topic created by other writers. And it allows writers to create an explanation in a place that readers might actually find it.
    Figure 1.
    Screenshot of the "Derivative" topic page
    . View it live at: ourbigbook.com/go/topic/derivative
  2. local editing: you can store all your personal knowledge base content locally in a plaintext markup format that can be edited locally and published either:
    This way you can be sure that even if OurBigBook.com were to go down one day (which we have no plans to do as it is quite cheap to host!), your content will still be perfectly readable as a static site.
    Figure 2.
    You can publish local OurBigBook lightweight markup files to either https://OurBigBook.com or as a static website
    .
    Figure 3.
    Visual Studio Code extension installation
    .
    Figure 4.
    Visual Studio Code extension tree navigation
    .
    Figure 5.
    Web editor
    . You can also edit articles on the Web editor without installing anything locally.
    Video 3.
    Edit locally and publish demo
    . Source. This shows editing OurBigBook Markup and publishing it using the Visual Studio Code extension.
    Video 4.
    OurBigBook Visual Studio Code extension editing and navigation demo
    . Source.
  3. https://raw.githubusercontent.com/ourbigbook/ourbigbook-media/master/feature/x/hilbert-space-arrow.png
  4. Infinitely deep tables of contents:
    Figure 6.
    Dynamic article tree with infinitely deep table of contents
    .
    Descendant pages can also show up as toplevel e.g.: ourbigbook.com/cirosantilli/chordate-subclade
All our software is open source and hosted at: github.com/ourbigbook/ourbigbook
Further documentation can be found at: docs.ourbigbook.com
Feel free to reach our to us for any help or suggestions: docs.ourbigbook.com/#contact