-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
237 lines (185 loc) · 9.51 KB
/
index.html
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
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
143
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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<<<<<<< HEAD
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Patent Drafting Tips</title>
<meta name="description" content="">
<meta name="author" content="Li">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="stylesheet" href="libraries/frameworks/revealjs/css/reveal.min.css">
<link rel="stylesheet" href="libraries/frameworks/revealjs/css/theme/default.css" id="theme">
<link rel="stylesheet" href="libraries/highlighters/highlight.js/css/tomorrow.css" id="theme">
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]--> <link rel="stylesheet" href = "assets/css/ribbons.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section class='' data-state='' id='slide-1'>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<h2>Patent drafting tips</h2>
<p>Li</p>
</section>
<section class='' data-state='' id='slide-2'>
<h2>Outline</h2>
<hr>
<p>Purpose for writing disclosures </p>
<p class='fragment'>Good Practice at IBM CRL </p>
<p class='fragment'>Key elements of a good disclosure </p>
<p class='fragment'>Tips for communicating with lawyer </p>
<p class='fragment'>An example </p>
</section>
<section class='' data-state='' id='slide-3'>
<h2>Purpose for writing disclosures</h2>
<hr>
<ul class = "build incremental">
<li>Capitalize innovative ideas<br></li>
</ul>
<pre><code class="r"># Ideas are cheap
</code></pre>
<ul class = "build incremental">
<li> Protect key technology in our products</li>
</ul>
<pre><code class="r"># There are so many competitors
</code></pre>
<ul class = "build incremental">
<li> Establish authority in a field<br></li>
</ul>
<pre><code class="r">#I truly know my products
</code></pre>
<ul class = "build incremental">
<li> Develop patent assets</li>
</ul>
<pre><code class="r"># What if my product do not sell
</code></pre>
</section>
<section class='' data-state='' id='slide-4'>
<h2>Good practice at IBM CRL</h2>
<hr>
<ul class = "build incremental">
<li>Incentive</li>
</ul>
<pre><code class="r"># Patent filing award & Platea award
# High impact patent award
# Patent asset award
</code></pre>
<ul class = "build incremental">
<li>Patent Review Committee</li>
</ul>
<pre><code class="r"># An attorney
# reviewer with >2 platea
# Master inventor
</code></pre>
</section>
<section class='' data-state='' id='slide-5'>
<h2>Balance between projects and patent activities</h2>
<hr>
<p class='fragment'>Small meetings to cook ideas irrelevant to projects</p>
<blockquote>
<p>Many many ideas are patentable</p>
</blockquote>
<p class='fragment'>Ways to improve productivity</p>
<blockquote>
<p>Brain storming on ideas which can expand or change a project</p>
</blockquote>
<p class='fragment'>Collaborations are the key</p>
<blockquote>
<p>Cross team idea discussion</p>
</blockquote>
</section>
<section class='' data-state='' id='slide-6'>
<h2>An example</h2>
</section>
<section class='' data-state='' id='slide-7'>
<h2>Tips to communicate with attorney</h2>
<ul class = "build incremental">
<li><p>Write as clear as possible</p></li>
<li><p>Give as many examples as possible</p></li>
<li><p>Clearly mark every elements on a figure/Table/Equation</p></li>
<li><p>Carefully prepare search document (be professional and be clever)</p></li>
<li><p>Highlight claim points (less is more)</p></li>
</ul>
<script>
$('ul.incremental li').addClass('fragment')
$('ol.incremental li').addClass('fragment')
</script>
</section>
</div>
</div>
</body>
<script src="libraries/frameworks/revealjs/lib/js/head.min.js"></script>
<script src="libraries/frameworks/revealjs/js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
theme: Reveal.getQueryHash().theme || 'default',
transition: Reveal.getQueryHash().transition || 'default',
dependencies: [
// Cross-browser shim that fully implements classList -
// https://github.com/eligrey/classList.js/
{ src: 'libraries/frameworks/revealjs/lib/js/classList.js', condition: function() { return !document.body.classList;}},
// Zoom in and out with Alt+click
{ src: 'libraries/frameworks/revealjs/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
// Speaker notes
{ src: 'libraries/frameworks/revealjs/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } },
// Remote control your reveal.js presentation using a touch device
//{ src: 'libraries/frameworks/revealjs/plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script> <!-- LOAD HIGHLIGHTER JS FILES -->
<script src="libraries/highlighters/highlight.js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<!-- DONE LOADING HIGHLIGHTER JS FILES -->
</html>
=======
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Tips p by Lorcha</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Tips p</h1>
<h2 class="project-tagline">tips sharing</h2>
<a href="https://github.com/Lorcha/tips_p" class="btn">View on GitHub</a>
<a href="https://github.com/Lorcha/tips_p/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/Lorcha/tips_p/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to GitHub Pages.</h3>
<p>This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here <a href="https://guides.github.com/features/mastering-markdown/">using GitHub Flavored Markdown</a>, select a template crafted by a designer, and publish. After your page is generated, you can check out the new <code>gh-pages</code> branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.</p>
<h3>
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span class="octicon octicon-link"></span></a>Designer Templates</h3>
<p>We’ve crafted some handsome templates for you to use. Go ahead and click 'Continue to layouts' to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved.</p>
<h3>
<a id="creating-pages-manually" class="anchor" href="#creating-pages-manually" aria-hidden="true"><span class="octicon octicon-link"></span></a>Creating pages manually</h3>
<p>If you prefer to not use the automatic generator, push a branch named <code>gh-pages</code> to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.</p>
<h3>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<p>You can <a href="https://github.com/blog/821" class="user-mention">@mention</a> a GitHub username to generate a link to their profile. The resulting <code><a></code> element will link to the contributor’s GitHub Profile. For example: In 2007, Chris Wanstrath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p>
<h3>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
<p>Having trouble with Pages? Check out our <a href="https://help.github.com/pages">documentation</a> or <a href="https://github.com/contact">contact support</a> and we’ll help you sort it out.</p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/Lorcha/tips_p">Tips p</a> is maintained by <a href="https://github.com/Lorcha">Lorcha</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>
>>>>>>> 575601f1cd3094e41e01ff50c2cffdb975bc3643