simonduerr commited on
Commit
3efca34
1 Parent(s): 6d159eb

Upload 15 files

Browse files
.DS_Store ADDED
Binary file (6.15 kB). View file
 
.gitattributes CHANGED
@@ -52,3 +52,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
52
  *.jpg filter=lfs diff=lfs merge=lfs -text
53
  *.jpeg filter=lfs diff=lfs merge=lfs -text
54
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
52
  *.jpg filter=lfs diff=lfs merge=lfs -text
53
  *.jpeg filter=lfs diff=lfs merge=lfs -text
54
  *.webp filter=lfs diff=lfs merge=lfs -text
55
+ static/js/main.5445f351.js filter=lfs diff=lfs merge=lfs -text
apple-touch-icon.png ADDED

Git LFS Details

  • SHA256: f414dcb2c13ea591559b6373070b7a5d4f59b59ef5910c5fa013a80c74a162a2
  • Pointer size: 130 Bytes
  • Size of remote file: 11.8 kB
asset-manifest.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "files": {
3
+ "main.css": "./static/css/main.6a646761.css",
4
+ "main.js": "./static/js/main.5445f351.js",
5
+ "index.html": "./index.html",
6
+ "static/media/overlay.svg": "./static/media/overlay.8faf238632c16c841197.svg"
7
+ },
8
+ "entrypoints": [
9
+ "static/css/main.6a646761.css",
10
+ "static/js/main.5445f351.js"
11
+ ]
12
+ }
favicon-16x16.png ADDED

Git LFS Details

  • SHA256: b17e9b5e3467455a41e611edc0f49b05cf2f02d7569524a958cfdb5d22c989d9
  • Pointer size: 128 Bytes
  • Size of remote file: 600 Bytes
favicon-32x32.png ADDED

Git LFS Details

  • SHA256: 5cc22edce0ac5dd4b4a20b9a4b828d08ae312941b03f60aa3fe467a6bf9db561
  • Pointer size: 129 Bytes
  • Size of remote file: 1.23 kB
favicon.ico ADDED
index.html ADDED
@@ -0,0 +1 @@
 
 
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Ketcher is a web-based chemical structure editor"/><link rel="shortcut icon" type="image/x-icon" href="./favicon.ico"/><link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png"/><link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png"/><link rel="manifest" href="./manifest.json"/><title>Ketcher v2.7.2</title><script defer="defer" src="./static/js/main.5445f351.js"></script><link href="./static/css/main.6a646761.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
logo.svg ADDED
manifest.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "short_name": "Ketcher",
3
+ "name": "Ketcher",
4
+ "icons": [
5
+ {
6
+ "src": "favicon.ico",
7
+ "sizes": "64x64 32x32 24x24 16x16",
8
+ "type": "image/x-icon"
9
+ }
10
+ ],
11
+ "start_url": ".",
12
+ "display": "standalone",
13
+ "theme_color": "#000000",
14
+ "background_color": "#ffffff"
15
+ }
robots.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # https://www.robotstxt.org/robotstxt.html
2
+ User-agent: *
3
+ Disallow:
static/css/main.6a646761.css ADDED
The diff for this file is too large to render. See raw diff
 
static/js/main.5445f351.js ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1494bc8a9b62ef969ee6e004e968dd0b90bf738d69a5b1e2023678d049ef222b
3
+ size 12442162
static/js/main.5445f351.js.LICENSE.txt ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ Copyright (c) 2018 Jed Watson.
9
+ Licensed under the MIT License (MIT), see
10
+ http://jedwatson.github.io/classnames
11
+ */
12
+
13
+ /*!
14
+ * The buffer module from node.js, for the browser.
15
+ *
16
+ * @author Feross Aboukhadijeh <[email protected]> <http://feross.org>
17
+ * @license MIT
18
+ */
19
+
20
+ /**
21
+ *
22
+ *
23
+ * @author Jerry Bendy <[email protected]>
24
+ * @licence MIT
25
+ *
26
+ */
27
+
28
+ /**
29
+ * @license
30
+ * Lodash <https://lodash.com/>
31
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
32
+ * Released under MIT license <https://lodash.com/license>
33
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
34
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
35
+ */
36
+
37
+ /** @license MUI v5.4.4
38
+ *
39
+ * This source code is licensed under the MIT license found in the
40
+ * LICENSE file in the root directory of this source tree.
41
+ */
42
+
43
+ /** @license React v0.20.2
44
+ * scheduler.production.min.js
45
+ *
46
+ * Copyright (c) Facebook, Inc. and its affiliates.
47
+ *
48
+ * This source code is licensed under the MIT license found in the
49
+ * LICENSE file in the root directory of this source tree.
50
+ */
51
+
52
+ /** @license React v16.13.1
53
+ * react-is.production.min.js
54
+ *
55
+ * Copyright (c) Facebook, Inc. and its affiliates.
56
+ *
57
+ * This source code is licensed under the MIT license found in the
58
+ * LICENSE file in the root directory of this source tree.
59
+ */
60
+
61
+ /** @license React v17.0.2
62
+ * react-dom.production.min.js
63
+ *
64
+ * Copyright (c) Facebook, Inc. and its affiliates.
65
+ *
66
+ * This source code is licensed under the MIT license found in the
67
+ * LICENSE file in the root directory of this source tree.
68
+ */
69
+
70
+ /** @license React v17.0.2
71
+ * react-is.production.min.js
72
+ *
73
+ * Copyright (c) Facebook, Inc. and its affiliates.
74
+ *
75
+ * This source code is licensed under the MIT license found in the
76
+ * LICENSE file in the root directory of this source tree.
77
+ */
78
+
79
+ /** @license React v17.0.2
80
+ * react-jsx-runtime.production.min.js
81
+ *
82
+ * Copyright (c) Facebook, Inc. and its affiliates.
83
+ *
84
+ * This source code is licensed under the MIT license found in the
85
+ * LICENSE file in the root directory of this source tree.
86
+ */
87
+
88
+ /** @license React v17.0.2
89
+ * react.production.min.js
90
+ *
91
+ * Copyright (c) Facebook, Inc. and its affiliates.
92
+ *
93
+ * This source code is licensed under the MIT license found in the
94
+ * LICENSE file in the root directory of this source tree.
95
+ */
96
+
97
+ /** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
static/media/overlay.8faf238632c16c841197.svg ADDED
templates/library.svg ADDED