Networks of Innovation: Visualizing U.S. patent citation networks in R

Slides:



Advertisements
Similar presentations
Machine Learning Homework
Advertisements

Instructional Guide. How does EasyBib make research easier? Citation Generation Easily create a bibliography in MLA, APA, and Chicago styles Export to.
Microsoft ® Office PowerPoint ® 2003 Training Package to a CD Your STS, Tom Redd, presents:
SAVING YOUR PIVOT ANIMATION FOR THE WEB Your.PIV file is what you used to make the animation, but now you need to save it in a final version that will.
Course Orientation Assignments Tool. If the Assignments tool has been added to the course, use the Assignments link in the Course Menu to access upcoming.
An Introduction to EndNote and RefWorks Laura Barrett Psychology Librarian Undergraduate Services Librarian
Tips for Taking the Computer-Based FSA Mathematics Assessments
Jean Phillips Schwerdtfeger Library Space Science and Engineering Center University of Wisconsin-Madison November 2005.
TEST REFLECTION CHAPTER 9 & 10. QUESTION 1 A spreadsheet is an application program you can use for working with numbers and doing math. False Look up.
The basics of the Online Portal
What is RefWorks A web-based bibliographic citation manager It allows you to collect, save and organize bibliographic citations to journal articles, books,
Instructional Guide Original presentation created by EasyBib, adapted by S. Hall for educational purposes following Fair Use Guidelines and permission.
November 2014Prepared by the Computer Lab Montgomery County-Norristown Public Library.
Publishing Your Research Introduction Thinking about publication Publishing by podcasting Getting some feedback Taking time to reflect Talk About It Your.
Support.ebsco.com Download Manager Tutorial. Welcome to EBSCO’s NetLibrary Download Manager tutorial. NetLibrary offers the most comprehensive collection.
“The Power At The Click Of A Mouse” (Using Power Point To Create A Presentation)
BIT115 Downloading & Installing the BIT115 Software & Programs.
Downloading and Installing Autodesk Revit 2016
Setting up and getting going with…. MIT App Inventor.
Downloading and Installing Autodesk Inventor Professional 2015 This is a 4 step process 1.Register with the Autodesk Student Community 2.Downloading the.
NVivo Software – A Qualitative Research And Data Analysis Tool: New User Tutorial Created Through a CMU Faculty Insight Team Grant by Joanne Hopper Bradley.
After clicking the link, you will be taken to this page. Both the StudyCards™ and TI StudyCards™ Creator for Windows® needs to be downloaded. The first.
How to use By Lauren Fowler. Adding Attachments Attachments are pictures, videos and files that you have on your computer. You can add these to.
How to save your work… T. Canady. Opening an application Once you open an application, immediately click –File –Save.
SQL SERVER 2008 Installation Guide A Step by Step Guide Prepared by Hassan Tariq.
Software Installation and Copyrights Basic Computer Concepts Installation Basics  Installation Process  Copy files from distribution disks.
Instructional Design Center Embedding Google Documents in Blackboard.
TechKnowlogy Conference August 2, 2011 Using GoogleDocs for Collaboration.
Reference Management Module I: Introduction By Rehema Chande-Mallya(PhD)
Find a Driver For HP 7150 Series Printer in Windows 7, 8 and XP.
NVivo Software – A Qualitative Research
After Construction Name: Per #:.
Downloading & Installing the BIT115 Software & Programs
Please log on a computer Open the web and then Open four tabs…
Development Environment
How to get started with RefWorks
Delicious Social Bookmarking
RefWorks: Advanced November 23, 2005.
Registering for Easy Bib and Creating a Works Cited Page
iClickers: Technology and Pedagogy
eBook Downloading Tutorial for METU
Technology for Tomorrow Intro to Google Drive Part 1
Endnote Part I.
Local Networks Overview Personal Relations: Core Discussion Networks
How to get started with RefWorks
Producing Conservation Business Plans from Miradi
Adding Assignments and Learning Units to Your TSS Course
1. Press the Power button or switch to flip on the printer, if it is turn off. 2. From the Home display screen on the product control panel, click the.
Installing the HP LaserJet Pro 500 color MFP M570 printer software in Windows on a Wireless Network & Wired Network.
Technical expert studying and writing helpful articles on antivirus and other security products.
Tips for Taking the Computer-Based FSA Mathematics Assessments
Collaboration with Google Docs
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
Scopus - Elsevier (Advanced Course Module 8)
Synthesis Research Paper Turn It In Registration Codes:
Cite Your Sources Easier and Faster with
Office 365.
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
RefWorks Presented by Suzanne van den Hoogen
Alice: A Free 3D Animation World for Teaching Programming
Alice: A Free 3D Animation World for Teaching Programming
Cite Your Sources Easier and Faster with
Introduction to RefWorks
NAVIGATING THE MINEFIELD
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
PubMed/How to Search, Display, Download & (module 4.1)
Macrosystems EDDIE: Getting Started + Troubleshooting Tips
PubMed/How to Search, Display, Download & (module 4.1)
Chloe Riley | Research Commons Librarian |
Presentation transcript:

Networks of Innovation: Visualizing U.S. patent citation networks in R Soc 359 – Entrepreneurship, Data Expedition Josh Bruce & Molly Copeland 10/31/2018, 11/5/2018

Objectives & Outline By the end of our expedition, you will be able to: Explore data using R in Rstudio Identify components of a patent ego-network Visualize patent networks with igraph Describe innovation in a technology area based on patent networks Outline: Discussion & background Using R & RStudio Patent data in RStudio Visualizing & exploring data in Rstudio Poll class: Who has analyzed data with: Excel? SPSS? SAS or STATA? R? Python? Other?

Download R: https://cloud.r-project.org/ Click on ‘Download R for…’ the appropriate platform (Mac/Windows) Click ‘Install R for the first time’ Click “Download R 3.5.1 for…” Mac or Windows Save the installation file, open it, and install like you install any other program. Download Rstudio: https://www.rstudio.com/products/rstudio/download/#download Click the Green ‘Download” button under the option for RStudio Desktop FREE Click the correct Installer for Max or Windows Open RStudio to make sure it installed properly. Download the data: Make a folder named Data somewhere you can easily find Go to this Duke Box folder (login with netid): https://tinyurl.com/359data Download all 7 files to your new Data folder Right-click the File “Patent Nets Code” and select ‘Open With’ then ‘RStudio’. If you’ve correctly installed RStudio and downloaded the data, you should see a page of code and notes open in RStudio. Poll class: who has successfully download R & Rstudio & the data?

Ego-network Data On scrap paper: Jot down initials of up to 5 close friends This is one ego-network: a friendship network Draw your ego-network with you at the center, and lines to each friend Connect friends who are also friends (or maybe just know each other) Digging right in: We’re going to be working with a specific kind of data: ego-network data (a subset of social network analysis theories & tools); the math can be complicated (luckily computers do most of it for us) but the idea is intuitive Ego-network exercise

Ego-network Definitions Node – aka vertex – actors Tie – aka edge – relationship between actors Ego – focal node; an ego-network is this actor’s network Alter – all other nodes that aren’t ego Attribute – features or characteristics of nodes or ties Source: http://historicaldataninjas.com/social-network-analysis-for-dummies/

Ego-network Definitions Measures: Size – number of nodes or alters Degree – a node’s number of ties Density – number of ties that exist for the maximum that could possible exist (and many more) Today, focusing on size, degree, density (but many more ego-network measures possible) HP: 3 nodes, degree=2, density=1; friend example: 6 nodes, ego’s degree=5, alter =1 or 2 or 3, density is .53 Source: http://historicaldataninjas.com/social-network-analysis-for-dummies/

Of course, ego-networks are only a slice of much larger networks, but we won’t get into that today Source: https://exploredhblog.wordpress.com/2018/04/10/social-network-analysis-workshop/

Not just friendships… What else could a network represent? (different relationships: kinship, colleagues, classmates, sexual partners, bullying, enemies; different nodes: words in the same book, movies that share actors, countries with em/immigration, papers that cite other research)

Patent Citation Networks Patent applications cite prior patents What are the nodes and edges in a patent network? Automatic Alert System Autonomous Control Processor Roadway Sensors Citation Self-driving Car Navigation System Adaptive Lighting System

Let’s Dig In Open RStudio Use the drop down menus to open the “Patent Nets Code” file you already downloaded from Box Note: R and RStudio are 2 separate things (R is the engine, Rstudio is the driver’s seat) Tutorial continues in Rstudio…

Networks of Innovation: Visualizing U. S Networks of Innovation: Visualizing U.S. patent citation networks in R – Day 2 Soc 359 – Entrepreneurship, Data Expedition Josh Bruce & Molly Copeland 10/31/2018, 11/5/2018

Patents – So what? Why is patenting important? Monopoly on invention (20 years for utility patents) As of March 2013, US is a first-inventor-to-file system Other reasons? What does it cost to patent? Time – 25.3 years months wait after filing (FY 2016) Money – typically ~ $12k, easily > $25k Cost of patenting greatly increases for international registrations Other reasons include: legitimacy of business, funding attraction (govt and investors), licensing revenue

In 2015, Duke made $36.7 million from tech licensing

What’s in a patent? Patent number (once granted) Title Abstract Claims Technology Class (CPC in this case) Citations And more! Focal Patent 1 number = 6116364

With a partner, complete for network 2 or 3: Visualize it. What types of citations are in this network? What are the values for: Size? Density? Ego’s degree? Highest alter degree? Choose an attribute of interest to: Describe in the network (Presence? Avg degree or density for nodes with this attribute? What does this attribute and its distribution in the network tell you about this area of technology and innovation? **What can visualizing or describing patent citation networks tell us about innovation? **What might be some pitfalls or likely problems of these analyses? Can discuss or jot down thoughts on scrap paper or R comments; even if don’t get network visualized or measured, discuss the final two items As able with time, discuss student answers to the prompts