Science Research Assistant

Search for scientific information as quickly as possible while researching and writing scientific papers.

Was ist Science Research Assistant?

Science Research Assistant ist eine Chrome-Erweiterung, die von Science Research Tools entwickelt wurde, und ihr Hauptmerkmal ist "Search for scientific information as quickly as possible while researching and writing scientific papers.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Science Research Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie Science Research Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Science Research Assistant is a browser extension that helps scientists, journalists, and readers to find and utilize the existing body of scientific research. Finding facts and information as efficiently and quickly as possible is always priority while researching and writing your own thesis.

Its algorithm summarizes the text on any web page, providing the most frequently used keywords and phrases and highlighting key information. You can tweak the algorithm by providing your own rules. This will help you to quickly go through the most important information on any web page, including lengthy scientific papers that might contain a couple thousand words, or sometimes even more.

After that, you can select any keyword or phrase on any web page and quickly search on thousands scientific journals for that keyword (via Plos, BMJ, PubMed, BioMed, Nature, Wiley, Elsevier, NIH, FDA and many others).  You can also create your own keyword for search. We strive to give priority to open access journals, but understand the scientific importance of each and every information source.

Moreover, there are useful meta-search options and other tools which might help you in your search for scientific information.

Even if you are still not decided on your hypothesis or the topic of your interest, this tool can help you to quickly navigate through the massive amounts of information available. For example, using the News or Trends option, you can quickly learn how popular some topic is and is likely to become over the time, and even get some related suggestions and ideas.

Science Research Assistant will help you to:
· Search and analyze the complex structure of web information
· Use inductive or deductive research methods for scientific discovery
· Choose a writing topic and/or hypothesis
· Find scientific journal articles
· Find books
· Use helpful meta-search patterns to dig deeper into the web
· Find patents
· Narrowing down your writing theme
· Expanding information horizontally in order to find a more appropriate writing theme
· Find definitions
· Track news and trends

We always welcome suggestions on what science sources and useful tools to include in future releases of the Science Research Assistant, so do not hesitate to contact us by using the provided form in the settings section.

Usage:
- Keyword analysis – click the right mouse button and then choose “Keyword frequency analysis (beta)” from the context menu.
- Keyword distribution – click on the highlighted keyword to see all its appearances in the text.
- Keywords analysis settings overlay – choose the number of words in a keyword phrase (one to five) and the minimum required frequency within the text (from two to 10) you would like to get analysis for. Click the refresh button or remove the results button to remove the analysis.
- Selection search – select any word in text on a web page, click the right mouse button, and choose “Science search for ..” from your context menu. This activates a search of various journals and web tools (see settings popup).
- Settings/Manual search – click on the extension icon in the top right corner of your web browser to get a settings/manual search popup; all your changes will be automatically saved.

Change log
------------
1.0.2 
* Processing speed improvement

2.0.1
Added
* New categories (physics/math/tech/computer science, social sciences)
* Patents search
* New databases

Thanks for all feedback!                    

Grundlegende Informationen zur Erweiterung

Name Science Research Assistant Science Research Assistant
ID ceacgaccjcomdbnoodjpllihjmeflfmg
Offizielle URL https://chromewebstore.google.com/detail/science-research-assistan/ceacgaccjcomdbnoodjpllihjmeflfmg
Beschreibung Search for scientific information as quickly as possible while researching and writing scientific papers.
Dateigröße 20.71 KB
Installationsanzahl 31,630
Aktuelle Version 2.0.2
Letztes Update 2019-02-27
Veröffentlichungsdatum 2019-02-27
Bewertung 4.80/5 Insgesamt 20 Bewertungen
Entwickler Science Research Tools
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.steadyhealth.com/science-research-assistant-browser-extension-plugin-addon
Hilfeseite URL http://www.steadyhealth.com/science-research-assistant-browser-extension-plugin-addon#usage
URL der Datenschutzrichtlinien-Seite http://www.steadyhealth.com/polices/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Science Research Assistant",
    "description": "Search for scientific information as quickly as possible while researching and writing scientific papers.",
    "version": "2.0.2",
    "background": {
        "scripts": [
            "data.min.js",
            "background.min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.min.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ]
}