Science Research Assistant
Search for scientific information as quickly as possible while researching and writing scientific papers.
Co to jest Science Research Assistant?
Science Research Assistant to rozszerzenie Chrome opracowane przez Science Research Tools, a jego główną funkcją jest „Search for scientific information as quickly as possible while researching and writing scientific papers.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Science Research Assistant
Pobierz pliki rozszerzeń Science Research Assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Science Research Assistant |
ID | ceacgaccjcomdbnoodjpllihjmeflfmg |
Oficjalny URL | https://chromewebstore.google.com/detail/science-research-assistan/ceacgaccjcomdbnoodjpllihjmeflfmg |
Opis | Search for scientific information as quickly as possible while researching and writing scientific papers. |
Rozmiar pliku | 20.71 KB |
Liczba instalacji | 31,630 |
Aktualna Wersja | 2.0.2 |
Ostatnia Aktualizacja | 2019-02-27 |
Data Publikacji | 2019-02-27 |
Ocena | 4.80/5 Łącznie 20 Oceny |
Deweloper | Science Research Tools |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.steadyhealth.com/science-research-assistant-browser-extension-plugin-addon |
Adres URL Strony Pomocy | http://www.steadyhealth.com/science-research-assistant-browser-extension-plugin-addon#usage |
Adres URL Strony Polityki Prywatności | http://www.steadyhealth.com/polices/privacy |
Obsługiwane Języki | 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" ] } |