> For the complete documentation index, see [llms.txt](https://academicai.jovempesquisador.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academicai.jovempesquisador.com/refwiz.md).

# RefWiz

Nesta versão da nossa ferramenta, vamos usar o *Semantic Scholars*: uma ferramenta que busca nas principais bases de dados!&#x20;

{% hint style="info" %}
Para alguns isso pode ser negativo, mas essa plataforma trata *preprints* como artigos. Eu tenho achado isso valioso uma vez que *preprints* mostram o estado da arte. Para saber se é um preprint, click no link do artigo, o artigo estará marcado como preprint. Artigos podem levar meses para serem publicados, se forem, ao passo que preprint seria pessoas experimentando. [Saiba mais sobre preprints](https://www.jovempesquisador.com/post/o-que-s%C3%A3o-os-preprints-e-como-usar).
{% endhint %}

Como é uma ferramenta em desenvolvimento, vem mais truques no futuro. Como exemplo, seria legal poder fazer perguntas aos resultados!

No momento, estamos limitados aos 10 resultados principais.

## Como usar?

{% hint style="info" %}
Postagem de blog: [*RefWizScholars: buscando o Semantic Scholars*](https://www.jovempesquisador.com/post/refwizscholars-buscando-o-semantic-scholars)
{% endhint %}

{% embed url="<https://www.youtube.com/watch?t=68s&v=y8KU8eHyeUA>" %}

<figure><img src="/files/FaJliWAyZG9vCBl2GyQ3" alt=""><figcaption><p>Sua informações, como falor em créditos. Lembrete: você recebe uma cortesia em começar a usar a ferramenta, mas precisa recarregar para continuar usando!</p></figcaption></figure>

<figure><img src="/files/L20rLVi1GSGe2ogg0MrS" alt=""><figcaption></figcaption></figure>

### Examplo #1: classificação de serpentes usando transferência de conhecimento&#x20;

> I believe it is possible to make snake classification using transfer learning

{% hint style="info" %}
Buscas em inglês dão resultados melhores, mas pode tentar em português. Vão aparecer artigos em português
{% endhint %}

<figure><img src="/files/BGmrx7hNqyN8uYdKOVNI" alt=""><figcaption><p>Resutado da busca, sõa escolhido os 10 primeiros artigos que aparecem na lista. O Resumo que consegue gerar usa somente esses artigo, os resumos. Precisa ler os artigos para confirmar, ou mesmo, considera outros artigos. Isso seria ideia para te ajudar, não como revisão final. Um cenário interessante é quando começa a pesquisar em uma área, pela primeira vez, ou gostaria de saber mais sobre uma área em específico.</p></figcaption></figure>

Ao apertar o botão para resumir.

> The application of transfer learning in snake classification is gaining traction due to its efficiency and adaptability. Various studies demonstrate its potential; for instance, Pires (2021) showcased a user-friendly app that facilitates species identification using deep learning models, emphasizing the ease of constructing these without extensive coding knowledge. Meanwhile, Desingu and Kumar (2021) developed a classifier combining image and geographic data, achieving notable results with the Inception ResNet V2 architecture. Additionally, Yang and Sinnott (2021) explored deployment in mobile environments, further indicating the technology's versatility and effectiveness in snake species classification.&#x20;
>
> **References**:&#x20;
>
> PIRES, Jorge Guerra. SnakeFace: a transfer learning based app for snake classification. 2021.&#x20;
>
> DESINGU, Karthik; KUMAR, Mirunalini J. Snake Species Classification using Transfer Learning Technique. 2021.&#x20;
>
> YANG, Z.; SINNOTT, R. Snake Detection and Classification using Deep Learning. 2021.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://academicai.jovempesquisador.com/refwiz.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
