Skip to content

Commit 9834353

Browse files
committed
new
1 parent 3a6eb53 commit 9834353

File tree

94 files changed

+3349
-3624
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+3349
-3624
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ yarn-error.log*
77
pnpm-debug.log*
88
lerna-debug.log*
99
node_modules
10-
dist
1110
dist-ssr
12-
build
1311
*.local
1412
.vscode/
1513
!.vscode/extensions.json

app/Dockerfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
FROM julia:latest
2-
32
WORKDIR /app
4-
53
COPY . .
6-
74
RUN julia --project -e "using Pkg; Pkg.instantiate(); Pkg.precompile()"
8-
9-
RUN apt-get update && apt-get install -y \
10-
curl \
11-
gnupg \
12-
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
13-
&& apt-get install -y nodejs
14-
155
ENTRYPOINT [ "julia", "--project", "src/app.jl" ]

app/Manifest.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.10.4"
44
manifest_format = "2.0"
5-
project_hash = "978be966e9da3af26653d9bdffeabd57c427fec7"
5+
project_hash = "6602da55ed12d01c9bc85694a631a942ce4ef5a8"
66

77
[[deps.AbstractTrees]]
88
git-tree-sha1 = "2d9c9a55f9c93e8887ad391fbae72f8ef55e1177"
@@ -460,12 +460,6 @@ version = "2023.1.10"
460460
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
461461
version = "1.2.0"
462462

463-
[[deps.NodeJS]]
464-
deps = ["Pkg"]
465-
git-tree-sha1 = "bf1f49fd62754064bc42490a8ddc2aa3694a8e7a"
466-
uuid = "2bd173c7-0d6d-553b-b6af-13a54713934c"
467-
version = "2.0.0"
468-
469463
[[deps.OpenBLAS_jll]]
470464
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
471465
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"

app/Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ HTMLTables = "b1afcece-b80e-4563-b90e-36b4cc56d3fa"
33
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
44
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
55
JSONTables = "b9914132-a727-11e9-1322-f18e41205b0b"
6-
NodeJS = "2bd173c7-0d6d-553b-b6af-13a54713934c"
76
Oxygen = "df9a0d86-3283-4920-82dc-4555fc0d1d8b"
87
PRISMA = "7b67a8d2-c4f5-4933-b91c-0fc427024db5"
98

@@ -12,7 +11,6 @@ HTMLTables = "0.5"
1211
HTTP = "1"
1312
JSON3 = "1"
1413
JSONTables = "1"
15-
NodeJS = "2"
1614
Oxygen = "1"
1715
PRISMA = "0.0.8"
1816
julia = "1"

app/dist/Roboto-Black.ttf

164 KB
Binary file not shown.

app/dist/Roboto-BlackItalic.ttf

170 KB
Binary file not shown.

app/dist/Roboto-Bold.ttf

163 KB
Binary file not shown.

app/dist/Roboto-BoldItalic.ttf

167 KB
Binary file not shown.

app/dist/Roboto-Italic.ttf

167 KB
Binary file not shown.

app/dist/Roboto-Light.ttf

163 KB
Binary file not shown.

app/dist/Roboto-LightItalic.ttf

169 KB
Binary file not shown.

app/dist/Roboto-Medium.ttf

165 KB
Binary file not shown.

app/dist/Roboto-MediumItalic.ttf

169 KB
Binary file not shown.

app/dist/Roboto-Regular.ttf

164 KB
Binary file not shown.

app/dist/Roboto-Thin.ttf

165 KB
Binary file not shown.

app/dist/Roboto-ThinItalic.ttf

169 KB
Binary file not shown.

app/dist/RobotoSlab-Black.ttf

124 KB
Binary file not shown.

app/dist/RobotoSlab-Bold.ttf

124 KB
Binary file not shown.

app/dist/RobotoSlab-ExtraBold.ttf

124 KB
Binary file not shown.

app/dist/RobotoSlab-ExtraLight.ttf

124 KB
Binary file not shown.

app/dist/RobotoSlab-Light.ttf

124 KB
Binary file not shown.

app/dist/RobotoSlab-Medium.ttf

124 KB
Binary file not shown.

app/dist/RobotoSlab-Regular.ttf

123 KB
Binary file not shown.

app/dist/RobotoSlab-SemiBold.ttf

124 KB
Binary file not shown.

app/dist/RobotoSlab-Thin.ttf

123 KB
Binary file not shown.
244 KB
Binary file not shown.

app/dist/favicon.ico

169 KB
Binary file not shown.

app/dist/index.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/dist/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>PRISMA.jl</title>
7+
<meta name="description" content="generate PRISMA checklists and flow diagrams">
8+
<meta name="keywords" content="PRISMA, checklist, flow diagram, meta-analysis, systematic review">
9+
<meta name="author" content="Ceco Elijah Maples and PRISMA.jl Contributors">
10+
<link rel="icon" type="image/x-icon" href="/favicon.ico">
11+
<link rel="stylesheet" type="text/css" href="/index.css">
12+
<script defer src="/index.js"></script>
13+
</head>
14+
<body>
15+
<noscript>You need to enable JavaScript to run this app.</noscript>
16+
<div id="root"></div>
17+
</body>
18+
</html>

app/dist/index.js

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)