# PeopleMap

![Main Page of PeopleMap](https://565656995-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M6khJNZw2q0TPRB0ZLK%2F-M9BMu0kfiRQho033SMO%2F-M9KhKjQTNIG9vu9Pb9u%2Fpeoplemap-crownjewel.png?alt=media\&token=cefdbb57-458a-4f77-a868-d0ca7779a9ef)

## About PeopleMap

PeopleMap is an interactive, web-based tool that uses natural language processing (NLP) techniques to improve the accuracy of the information and characterization of researchers. The tool maps out researchers through textual embeddings that make use of a variety of textual characteristics related to each researcher, such as college/school of their professorship, laboratory affiliation, titles and abstracts of their papers found on Google Scholar, and Google Scholar keywords.

Using the following steps, you will be to visually explore the research interests of any group of researchers with Google Scholar profiles. It will walk you through the steps of scraping Google Scholar profiles, processing the data, and exploring the visualizations generated by PeopleMap.

* To access two live demos of PeopleMap, please go to either of the following links:
  * &#x20;<https://poloclub.github.io/people-map/ideas/>
  * &#x20;<https://poloclub.github.io/people-map/ml/>
* To access the Github repository, please go to the following link:
  * <https://github.com/poloclub/people-map>

PeopleMap is brought to you by [Jon Saad-Falcon](https://www.linkedin.com/in/jonsaadfalcon/), [Omar Shaikh](https://www.linkedin.com/in/oshaikh13/), [Jay Wang](https://zijie.wang/), [Austin Wright](https://austinpwright.com/), [Sasha Richardson](https://www.linkedin.com/in/sasha-richardson/), and [Polo Chau](https://poloclub.github.io/polochau/).

## Getting Started

* To begin the process of setting up PeopleMap, navigate to the page below:

{% content-ref url="getting-start" %}
[getting-start](https://poloclub.gitbook.io/people-map/getting-start)
{% endcontent-ref %}

## Setting Up PeopleMap Platform

* To jump to the steps for data collection and loading the PeopleMap platform, navigate to the page below:

{% content-ref url="setting-up-peoplemap" %}
[setting-up-peoplemap](https://poloclub.gitbook.io/people-map/setting-up-peoplemap)
{% endcontent-ref %}

## Functionalities in PeopleMap

* For more information on the functionalities of PeopleMap, navigate to the page below:

{% content-ref url="functionalities-in-peoplemap" %}
[functionalities-in-peoplemap](https://poloclub.gitbook.io/people-map/functionalities-in-peoplemap)
{% endcontent-ref %}

## FAQ

* For any questions about PeopleMap, debugging issues, and contacting the creators, navigate to the page below:

{% content-ref url="faq" %}
[faq](https://poloclub.gitbook.io/people-map/faq)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://poloclub.gitbook.io/people-map/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
