Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.1 KB

dataset.md

File metadata and controls

36 lines (26 loc) · 1.1 KB

Dataset explained!

JCR Impact Factor

  • 11,867 records in our database.
  • 35% increase in the number of journals compared to previous data

NSF - National Science Foundation

NIH - National Institutes of Health

NASA - National Aeronautics and Space Administration

More Agencies

** DHS ** DOD ** DARPA ** Department of Engergy ** Department of Education (ED) ** Department of Transforation ** http://www.grants.gov/web/grants/learn-grants/grant-making-agencies.html

Function in Excel to split First and Last name

FirstName

  • =LEFT(F2,FIND("[",SUBSTITUTE(F2," ","[",LEN(F2)-LEN(SUBSTITUTE(F2," ",""))))-1)

LastName

  • =RIGHT(F2,LEN(F2)-FIND("",SUBSTITUTE(F2," ","",LEN(F2)-LEN(SUBSTITUTE(F2," ","")))))