-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (34 loc) · 1.76 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
<html>
<head>
<title> PATENT RESEARCH </title>
<h1 style="text-align: center;">PATENT RESEARCH </h1>
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<div><p align="center">
<ul><li><a href="solar.html">Photovoltaic Patents</a></li>
<li><a href="pharma.html">Pharmaceutical Patents</a></li>
<li><a href="antidep.html">Anti-depressant Patents</a></li>
<li><a href="antiall.html">Anti-allergic Patents</a></li>
<li><a href="antiviral.html">Anti-viral Patents</a></li></ul></p>
</div>
</head>
<p align="center"> Description: quantitative analysis of patent text</p>
<p align="center">Mar 10 2020: This is the respository for Matt Wilder's postdoctoral research on patent text, which got underway in September 2020 at Harvard University. Herein, you will find datasets, code and supplementary materials for working papers and ahead of print articles. Please cite code based on the bibliographic information given in the script headers. Please cite working papers based on the SSRN criteria. My SSRN page can be found here: https://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=2096771</p>
<p align="center">***supplement under construction***</p>
<p align="center">I am in the process of building and uploading files to the online supplement for Can we afford to be more like Scandinavians? Please check back soon for updates. Report broken links to [email protected]</p>
<!-- <div>
<a href="solar.html">Photovoltaic Patents</a>
</div>
<div>
<a href="pharma.html">Pharmaceutical Patents</a>
</div>
<div>
<a href="antidep.html">Anti-depressant Patents</a>
</div>
<div>
<a href="antiall.html">Anti-allergic Patents</a>
</div>
<div>
<a href="antiviral.html">Anti-viral Patents</a>
</div> -->
</body>
</html>