Update index.html
Browse files- index.html +198 -181
index.html
CHANGED
@@ -1,186 +1,203 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
9 |
* Copyright (c) Microsoft Corporation. All rights reserved.
|
10 |
* Licensed under the MIT License. See License.txt in the project root for license information.
|
11 |
*--------------------------------------------------------------------------------------------*/
|
12 |
|
13 |
-
.vscode-dark img[src$=\#gh-light-mode-only],
|
14 |
-
.vscode-light img[src$=\#gh-dark-mode-only],
|
15 |
-
.vscode-high-contrast:not(.vscode-high-contrast-light) img[src$=\#gh-light-mode-only],
|
16 |
-
.vscode-high-contrast-light img[src$=\#gh-dark-mode-only] {
|
17 |
-
|
18 |
-
}
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
<link rel="stylesheet"
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
list-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
</style>
|
53 |
-
<style>
|
54 |
-
@media (prefers-color-scheme: dark) {
|
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 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
</
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
<ul>
|
143 |
-
<li><a href="#pylar-ai-creative-ml-scientific-and-commercial-license">Pylar AI Creative ML Scientific and Commercial
|
144 |
-
|
145 |
-
<
|
146 |
-
<
|
147 |
-
<
|
148 |
-
</
|
149 |
-
</
|
150 |
-
|
151 |
-
</
|
152 |
-
</
|
153 |
-
</
|
154 |
-
|
155 |
-
<
|
156 |
-
|
157 |
-
|
158 |
-
<
|
159 |
-
<
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
</
|
164 |
-
<
|
165 |
-
<
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
<
|
171 |
-
|
172 |
-
|
173 |
-
</
|
174 |
-
<
|
175 |
-
<
|
176 |
-
|
177 |
-
|
178 |
-
<
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
|
4 |
+
<head>
|
5 |
+
<meta charset="UTF-8">
|
6 |
+
<title>Permission</title>
|
7 |
+
<style>
|
8 |
+
/* From extension vscode.github */
|
9 |
+
/*---------------------------------------------------------------------------------------------
|
10 |
* Copyright (c) Microsoft Corporation. All rights reserved.
|
11 |
* Licensed under the MIT License. See License.txt in the project root for license information.
|
12 |
*--------------------------------------------------------------------------------------------*/
|
13 |
|
14 |
+
.vscode-dark img[src$=\#gh-light-mode-only],
|
15 |
+
.vscode-light img[src$=\#gh-dark-mode-only],
|
16 |
+
.vscode-high-contrast:not(.vscode-high-contrast-light) img[src$=\#gh-light-mode-only],
|
17 |
+
.vscode-high-contrast-light img[src$=\#gh-dark-mode-only] {
|
18 |
+
display: none;
|
19 |
+
}
|
20 |
+
</style>
|
21 |
+
|
22 |
+
<link rel="stylesheet"
|
23 |
+
href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/markdown.css">
|
24 |
+
<link rel="stylesheet"
|
25 |
+
href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/highlight.css">
|
26 |
+
<style>
|
27 |
+
body {
|
28 |
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif;
|
29 |
+
font-size: 14px;
|
30 |
+
line-height: 1.6;
|
31 |
+
}
|
32 |
+
</style>
|
33 |
+
<style>
|
34 |
+
.task-list-item {
|
35 |
+
list-style-type: none;
|
36 |
+
}
|
37 |
+
|
38 |
+
.task-list-item-checkbox {
|
39 |
+
margin-left: -20px;
|
40 |
+
vertical-align: middle;
|
41 |
+
pointer-events: none;
|
42 |
+
}
|
43 |
+
</style>
|
44 |
+
<style>
|
45 |
+
:root {
|
46 |
+
--color-note: #0969da;
|
47 |
+
--color-tip: #1a7f37;
|
48 |
+
--color-warning: #9a6700;
|
49 |
+
--color-severe: #bc4c00;
|
50 |
+
--color-caution: #d1242f;
|
51 |
+
--color-important: #8250df;
|
52 |
+
}
|
53 |
+
</style>
|
54 |
+
<style>
|
55 |
+
@media (prefers-color-scheme: dark) {
|
56 |
+
:root {
|
57 |
+
--color-note: #2f81f7;
|
58 |
+
--color-tip: #3fb950;
|
59 |
+
--color-warning: #d29922;
|
60 |
+
--color-severe: #db6d28;
|
61 |
+
--color-caution: #f85149;
|
62 |
+
--color-important: #a371f7;
|
63 |
+
}
|
64 |
+
}
|
65 |
+
</style>
|
66 |
+
<style>
|
67 |
+
.markdown-alert {
|
68 |
+
padding: 0.5rem 1rem;
|
69 |
+
margin-bottom: 16px;
|
70 |
+
color: inherit;
|
71 |
+
border-left: .25em solid #888;
|
72 |
+
}
|
73 |
+
|
74 |
+
.markdown-alert>:first-child {
|
75 |
+
margin-top: 0
|
76 |
+
}
|
77 |
+
|
78 |
+
.markdown-alert>:last-child {
|
79 |
+
margin-bottom: 0
|
80 |
+
}
|
81 |
+
|
82 |
+
.markdown-alert .markdown-alert-title {
|
83 |
+
display: flex;
|
84 |
+
font-weight: 500;
|
85 |
+
align-items: center;
|
86 |
+
line-height: 1
|
87 |
+
}
|
88 |
+
|
89 |
+
.markdown-alert .markdown-alert-title .octicon {
|
90 |
+
margin-right: 0.5rem;
|
91 |
+
display: inline-block;
|
92 |
+
overflow: visible !important;
|
93 |
+
vertical-align: text-bottom;
|
94 |
+
fill: currentColor;
|
95 |
+
}
|
96 |
+
|
97 |
+
.markdown-alert.markdown-alert-note {
|
98 |
+
border-left-color: var(--color-note);
|
99 |
+
}
|
100 |
+
|
101 |
+
.markdown-alert.markdown-alert-note .markdown-alert-title {
|
102 |
+
color: var(--color-note);
|
103 |
+
}
|
104 |
+
|
105 |
+
.markdown-alert.markdown-alert-important {
|
106 |
+
border-left-color: var(--color-important);
|
107 |
+
}
|
108 |
+
|
109 |
+
.markdown-alert.markdown-alert-important .markdown-alert-title {
|
110 |
+
color: var(--color-important);
|
111 |
+
}
|
112 |
+
|
113 |
+
.markdown-alert.markdown-alert-warning {
|
114 |
+
border-left-color: var(--color-warning);
|
115 |
+
}
|
116 |
+
|
117 |
+
.markdown-alert.markdown-alert-warning .markdown-alert-title {
|
118 |
+
color: var(--color-warning);
|
119 |
+
}
|
120 |
+
|
121 |
+
.markdown-alert.markdown-alert-tip {
|
122 |
+
border-left-color: var(--color-tip);
|
123 |
+
}
|
124 |
+
|
125 |
+
.markdown-alert.markdown-alert-tip .markdown-alert-title {
|
126 |
+
color: var(--color-tip);
|
127 |
+
}
|
128 |
+
|
129 |
+
.markdown-alert.markdown-alert-caution {
|
130 |
+
border-left-color: var(--color-caution);
|
131 |
+
}
|
132 |
+
|
133 |
+
.markdown-alert.markdown-alert-caution .markdown-alert-title {
|
134 |
+
color: var(--color-caution);
|
135 |
+
}
|
136 |
+
</style>
|
137 |
+
|
138 |
+
</head>
|
139 |
+
|
140 |
+
<body class="vscode-body vscode-light">
|
141 |
+
<h1 id="pylar-ai-creative-ml-scientific-and-commercial-license">Pylar AI Creative ML Scientific and Commercial License
|
142 |
+
</h1>
|
143 |
+
<ul>
|
144 |
+
<li><a href="#pylar-ai-creative-ml-scientific-and-commercial-license">Pylar AI Creative ML Scientific and Commercial
|
145 |
+
License</a>
|
146 |
+
<ul>
|
147 |
+
<li><a href="#permission">Permission</a>
|
148 |
+
<ul>
|
149 |
+
<li><a href="#conditions">Conditions</a></li>
|
150 |
+
</ul>
|
151 |
+
</li>
|
152 |
+
<li><a href="#disclaimer">Disclaimer</a></li>
|
153 |
+
</ul>
|
154 |
+
</li>
|
155 |
+
</ul>
|
156 |
+
<blockquote>
|
157 |
+
<p>2024 ©, All Rights Reserved. Miguel Gargallo.</p>
|
158 |
+
</blockquote>
|
159 |
+
<h3 id="permission">Permission</h3>
|
160 |
+
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
161 |
+
documentation files (the "Software"), to deal in the Software without restriction, including without
|
162 |
+
limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
|
163 |
+
Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
|
164 |
+
<h4 id="conditions">Conditions</h4>
|
165 |
+
<ol>
|
166 |
+
<li>
|
167 |
+
<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions
|
168 |
+
of the Software.</p>
|
169 |
+
</li>
|
170 |
+
<li>
|
171 |
+
<p>Any work using, copying, modifying, merging, publishing, distributing, sublicensing, and/or selling copies of
|
172 |
+
the Software must explicitly acknowledge "Miguel Gargallo" as the original author of this work.
|
173 |
+
Failure to meet this condition will be considered a violation of this license.</p>
|
174 |
+
</li>
|
175 |
+
<li>
|
176 |
+
<p>The file in which this license is included (<a href="http://License.html">License.md</a>) must remain
|
177 |
+
unmodified. Any modifications to this file will be considered a violation of this license.</p>
|
178 |
+
</li>
|
179 |
+
<li>
|
180 |
+
<p>The Software may not be used to provide financial advisory services, whether directly or indirectly. Any such
|
181 |
+
use will be considered a violation of this license.</p>
|
182 |
+
</li>
|
183 |
+
</ol>
|
184 |
+
<hr>
|
185 |
+
<h3 id="disclaimer">Disclaimer</h3>
|
186 |
+
<p>The Software is provided "as is", without warranty of any kind, express or implied, including but not
|
187 |
+
limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event
|
188 |
+
shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of
|
189 |
+
contract, tort or otherwise, arising from, out of or in connection with the Software or the use or other dealings in
|
190 |
+
the Software.</p>
|
191 |
+
<blockquote>
|
192 |
+
<p>For further details about this license, please visit: <a
|
193 |
+
href="https://huggingface.co/spaces/superdatas/scientific-commercial-license">https://huggingface.co/spaces/superdatas/scientific-commercial-license</a>
|
194 |
+
</p>
|
195 |
+
</blockquote>
|
196 |
+
<hr>
|
197 |
+
<p>Version: 03272024</p>
|
198 |
+
|
199 |
+
|
200 |
+
|
201 |
+
</body>
|
202 |
+
|
203 |
+
</html>
|