-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscrolls.json
More file actions
100 lines (100 loc) · 4.66 KB
/
scrolls.json
File metadata and controls
100 lines (100 loc) · 4.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"scrolls": [
{
"file": "typst/spectral_theorem.html",
"title": "The Spectral Theorem for Symmetric Matrices",
"authors": "Dr. Victor Frankenstein, Captain Nemo",
"abstract": "The spectral theorem establishes that symmetric matrices can be diagonalized by orthogonal transformations. This fundamental result connects linear algebra with geometric intuition and enables applications from optimization to quantum mechanics. We present the theorem with proof and demonstrate its power through concrete examples.",
"keywords": [
"mathematics",
"linear algebra",
"spectral theorem",
"Typst"
],
"user": "Pavel Kowalski",
"subject": "Mathematics",
"license": "cc-by-4.0"
},
{
"file": "quarto/iris_analysis.html",
"title": "Interactive Analysis of the Iris Dataset",
"authors": "Sherlock Holmes, Alice Liddell",
"abstract": "The Iris dataset is a classic multivariate dataset used for classification and visualization. This paper provides an interactive exploratory analysis using Python and Plotly, demonstrating species clustering through petal and sepal measurements. Interactive visualizations enable readers to explore the data patterns that make this dataset ideal for demonstrating machine learning classification algorithms.",
"keywords": [
"data science",
"machine learning",
"Quarto",
"interactive plots",
"classification"
],
"user": "Anita Patel",
"subject": "Computer Science",
"license": "cc-by-4.0"
},
{
"file": "rsm/damped_oscillators.html",
"title": "Damped Harmonic Oscillators: Three Characteristic Regimes",
"authors": "Dr. Henry Jekyll, Elizabeth Bennet",
"abstract": "The damped harmonic oscillator extends the simple harmonic oscillator by incorporating energy dissipation. This paper examines the three characteristic regimes—underdamped, critically damped, and overdamped—and demonstrates how the damping coefficient fundamentally determines system behavior. An interactive simulation enables exploration of parameter space, building intuition for this fundamental physical system.",
"keywords": [
"physics",
"oscillators",
"damping",
"interactive simulation",
"RSM"
],
"user": "Sarah Kim",
"subject": "Physics",
"license": "cc-by-4.0"
},
{
"file": "jupyter/graph_traversal.html",
"title": "Graph Traversal Algorithms: BFS and DFS",
"authors": "Dorothy Gale, Huckleberry Finn",
"abstract": "Graph traversal algorithms systematically visit vertices in a graph. This paper examines the two fundamental approaches: Breadth-First Search (BFS) explores level-by-level, while Depth-First Search (DFS) explores as deep as possible before backtracking. Understanding their distinct characteristics is essential for selecting the appropriate algorithm for path-finding, connectivity analysis, and graph-based problem solving.",
"keywords": [
"algorithms",
"graph theory",
"BFS",
"DFS",
"Jupyter"
],
"user": "John Smith",
"subject": "Computer Science",
"license": "cc-by-4.0"
},
{
"file": "zip-simple",
"title": "Prime Number Distribution in Arithmetic Progressions",
"authors": "Jay Gatsby, Ishmael Queequeg",
"abstract": "We examine the distribution of prime numbers within arithmetic progressions, building on Dirichlet's theorem to visualize how primes spread across residue classes. Using elementary computational methods, we demonstrate the equidistribution phenomenon for small moduli and present visual evidence supporting the prime number theorem for arithmetic progressions.",
"keywords": [
"mathematics",
"number theory",
"prime numbers",
"zip upload"
],
"user": "Pavel Kowalski",
"subject": "Mathematics",
"license": "cc-by-4.0",
"format": "zip"
},
{
"file": "zip-quarto-style",
"title": "Thermal Conductivity of Binary Alloys",
"authors": "Atticus Finch, Jane Eyre",
"abstract": "We present measurements of thermal conductivity across a range of copper-nickel binary alloys at room temperature. The data reveal the characteristic minimum in conductivity at intermediate compositions, consistent with Nordheim's rule for solid-solution scattering.",
"keywords": [
"materials science",
"thermal conductivity",
"alloys",
"zip upload",
"Quarto"
],
"user": "Anita Patel",
"subject": "Physics",
"license": "cc-by-4.0",
"format": "zip"
}
]
}