Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
cecoeco committed Dec 23, 2024
1 parent 3a6eb53 commit 9834353
Show file tree
Hide file tree
Showing 94 changed files with 3,349 additions and 3,624 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
build
*.local
.vscode/
!.vscode/extensions.json
Expand Down
10 changes: 0 additions & 10 deletions app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
FROM julia:latest

WORKDIR /app

COPY . .

RUN julia --project -e "using Pkg; Pkg.instantiate(); Pkg.precompile()"

RUN apt-get update && apt-get install -y \
curl \
gnupg \
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
&& apt-get install -y nodejs

ENTRYPOINT [ "julia", "--project", "src/app.jl" ]
8 changes: 1 addition & 7 deletions app/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.4"
manifest_format = "2.0"
project_hash = "978be966e9da3af26653d9bdffeabd57c427fec7"
project_hash = "6602da55ed12d01c9bc85694a631a942ce4ef5a8"

[[deps.AbstractTrees]]
git-tree-sha1 = "2d9c9a55f9c93e8887ad391fbae72f8ef55e1177"
Expand Down Expand Up @@ -460,12 +460,6 @@ version = "2023.1.10"
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
version = "1.2.0"

[[deps.NodeJS]]
deps = ["Pkg"]
git-tree-sha1 = "bf1f49fd62754064bc42490a8ddc2aa3694a8e7a"
uuid = "2bd173c7-0d6d-553b-b6af-13a54713934c"
version = "2.0.0"

[[deps.OpenBLAS_jll]]
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
Expand Down
2 changes: 0 additions & 2 deletions app/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ HTMLTables = "b1afcece-b80e-4563-b90e-36b4cc56d3fa"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
JSONTables = "b9914132-a727-11e9-1322-f18e41205b0b"
NodeJS = "2bd173c7-0d6d-553b-b6af-13a54713934c"
Oxygen = "df9a0d86-3283-4920-82dc-4555fc0d1d8b"
PRISMA = "7b67a8d2-c4f5-4933-b91c-0fc427024db5"

Expand All @@ -12,7 +11,6 @@ HTMLTables = "0.5"
HTTP = "1"
JSON3 = "1"
JSONTables = "1"
NodeJS = "2"
Oxygen = "1"
PRISMA = "0.0.8"
julia = "1"
Binary file added app/dist/Roboto-Black.ttf
Binary file not shown.
Binary file added app/dist/Roboto-BlackItalic.ttf
Binary file not shown.
Binary file added app/dist/Roboto-Bold.ttf
Binary file not shown.
Binary file added app/dist/Roboto-BoldItalic.ttf
Binary file not shown.
Binary file added app/dist/Roboto-Italic.ttf
Binary file not shown.
Binary file added app/dist/Roboto-Light.ttf
Binary file not shown.
Binary file added app/dist/Roboto-LightItalic.ttf
Binary file not shown.
Binary file added app/dist/Roboto-Medium.ttf
Binary file not shown.
Binary file added app/dist/Roboto-MediumItalic.ttf
Binary file not shown.
Binary file added app/dist/Roboto-Regular.ttf
Binary file not shown.
Binary file added app/dist/Roboto-Thin.ttf
Binary file not shown.
Binary file added app/dist/Roboto-ThinItalic.ttf
Binary file not shown.
Binary file added app/dist/RobotoSlab-Black.ttf
Binary file not shown.
Binary file added app/dist/RobotoSlab-Bold.ttf
Binary file not shown.
Binary file added app/dist/RobotoSlab-ExtraBold.ttf
Binary file not shown.
Binary file added app/dist/RobotoSlab-ExtraLight.ttf
Binary file not shown.
Binary file added app/dist/RobotoSlab-Light.ttf
Binary file not shown.
Binary file added app/dist/RobotoSlab-Medium.ttf
Binary file not shown.
Binary file added app/dist/RobotoSlab-Regular.ttf
Binary file not shown.
Binary file added app/dist/RobotoSlab-SemiBold.ttf
Binary file not shown.
Binary file added app/dist/RobotoSlab-Thin.ttf
Binary file not shown.
Binary file added app/dist/RobotoSlab-VariableFont_wght.ttf
Binary file not shown.
Binary file added app/dist/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions app/dist/index.css

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions app/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PRISMA.jl</title>
<meta name="description" content="generate PRISMA checklists and flow diagrams">
<meta name="keywords" content="PRISMA, checklist, flow diagram, meta-analysis, systematic review">
<meta name="author" content="Ceco Elijah Maples and PRISMA.jl Contributors">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="stylesheet" type="text/css" href="/index.css">
<script defer src="/index.js"></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
40 changes: 40 additions & 0 deletions app/dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 9834353

Please sign in to comment.