Sergei Abramov is a mathematician known for his contributions to various fields, particularly in the area of computer science and mathematical logic. His work often involves topics such as algorithmic complexity, formal languages, and the foundations of mathematics. One of his notable contributions is in the area of effective computability and numerical methods. Abramov's work has also included research on problems related to polynomial-time computations and decision problems in mathematics.
Henry Way Kendall (1926-2015) was an American physicist and a prominent advocate for the promotion of science and education. He is best known for his work in experimental physics, particularly in the field of particle physics. Kendall made significant contributions to the understanding of the structure of protons and neutrons through deep inelastic scattering experiments at the Stanford Linear Accelerator Center (SLAC).
James Robert Erskine-Murray, often known through his full name or simply as Erskine-Murray, was a notable figure in the realm of Scottish history, particularly recognized for his contributions to the field of education and literature. However, without more specific context or a clearly defined timeline, it's challenging to provide detailed information since there might be several individuals with similar names or a lack of widespread recognition.
John Call Cook is a relatively obscure figure, and there isn't much widely available information about him. It's possible that you might be referring to a specific person known for a certain achievement or within a certain niche, but as of my last update in October 2023, I couldn't find notable references to anyone by that exact name. If you can provide additional context or clarify the domain (e.g.
John Edwin Field (1799–1860) was an English landscape painter, known for his romantic and idealized depictions of nature. He was part of the English art scene in the early 19th century and contributed to the genre of landscape art that emphasized the beauty and majesty of the natural world. Field's work often featured serene and picturesque landscapes, characterized by a soft color palette and a focus on light and atmosphere.
The trinomial triangle is a mathematical structure similar to Pascal's triangle, but instead of summing the two numbers directly above a position to find the number below, it sums three numbers. Each entry in the trinomial triangle represents a coefficient related to the expansion of trinomial expressions. To construct a trinomial triangle: 1. Start with a single element at the top (the apex) of the triangle, typically the number 1.
Arne Broman is a name that may refer to different individuals depending on the context, but one notable person with that name is a Swedish scientist known for his work in the field of physics, particularly in relation to astrobiology and stellar phenomena. If you have a specific Arne Broman in mind or if you are looking for information on a different context (such as literature, history, etc.), please provide more details for a more accurate response!
Antonio Monteiro is a mathematician known for his contributions to various fields of mathematics, including differential equations, dynamical systems, and applied mathematics. His work often focuses on the intersection of pure and applied mathematics, blending theoretical insights with practical applications. Though not as widely recognized as some other mathematicians, Monteiro may be involved in research, teaching, and contributions to mathematical literature and education. Information on specific publications or areas of expertise might be available in academic databases or through institutional affiliations.
Anna-Karin Tornberg is a notable figure in the field of computer science, particularly recognized for her research in artificial intelligence (AI) and knowledge representation. She has contributed to various areas, including machine learning, reasoning, and optimization methods used in AI. Tornberg may be involved in academic work, publishing research papers, and collaborating with other experts in her field.
As of my last knowledge update in October 2023, there isn't widely known or significant information regarding a person or entity named "Adolf Weiler." It's possible that he could be a private individual, a lesser-known figure, or associated with a specific niche or local context that isn't widely documented.
Hokky Situngkir is an Indonesian researcher, educator, and entrepreneur known for his work in the field of complex systems and social complexity. He is involved in the study of computational social sciences and has contributed to various interdisciplinary fields, including sociology, economics, and information technology. His work often explores how complex interactions within social systems can lead to emergent phenomena. Additionally, he has been involved in promoting education and research in Indonesia and has contributed to discussions on the intersection of technology and society.
Helaine Selin is a scholar and editor known for her work in the fields of science and philosophy, particularly in relation to the role of cultural perspectives in scientific inquiry. She has edited various volumes that explore the interplay between science, culture, and society. Notably, she is the editor of the "Science Across Cultures" series, which examines how different cultures understand and interact with scientific concepts.
Burgers' equation is a fundamental partial differential equation in fluid mechanics and mathematics. It is named after the Dutch physicist Johannes Burgers, who introduced it in his study of turbulence and other fluid dynamics phenomena. The equation can be seen as a simplification of the Navier-Stokes equations, which govern fluid motion.
The Camassa-Holm equation is a nonlinear partial differential equation that describes the dynamics of shallow water waves. It was first introduced by Roberta Camassa and Darryl Holm in their 1993 paper. The equation models unidirectional wave propagation and is noteworthy for its ability to describe solitary waves, which can maintain their shape while traveling at constant speeds.
The Darcy friction factor, often denoted as \( f \), is a key component in the Darcy-Weisbach equation, which is used to calculate pressure loss (or head loss) due to friction in a pipe or duct.
sqlite3 ':memory:' 'WITH t (i) AS (VALUES (-1), (-1), (-2)) SELECT *, row_number() over () FROM t'
-1|1
-1|2
-2|3
With a possible output:
partition by
:sqlite3 ':memory:' 'WITH t (i) AS (VALUES (-1), (-1), (-2)) SELECT *, row_number() over ( partition by i ) FROM t'
-2|1
-1|1
-1|2
Pinned article: ourbigbook/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!
Intro to OurBigBook
. Source. We have two killer features:
- 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-calculusArticles 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/derivativeVideo 2. OurBigBook Web topics demo. Source. - 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.
- to OurBigBook.com to get awesome multi-user features like topics and likes
- as HTML files to a static website, which you can host yourself for free on many external providers like GitHub Pages, and remain in full control
Figure 2. You can publish local OurBigBook lightweight markup files to either OurBigBook.com or as a static website.Figure 3. Visual Studio Code extension installation.Figure 5. . 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. - Infinitely deep tables of contents:
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