Who lives below the line — DataSpeaks
← Back to Topics & Dashboards
LIVELIHOODS

Who lives below the line?

A closer look at multidimensional poverty across India — who is being left behind, where they live, and how deprivation differs across communities and places.

Source
NITI Aayog — Multidimensional Poverty Index
Theme
Livelihoods
Status
In preparation

What this dataset tells us

Poverty is more than income. The Multidimensional Poverty Index looks across several dimensions of deprivation to show where people face disadvantages in their everyday lives.

This dataset will help DataSpeaks show how multidimensional poverty varies across India and how different places compare.

The aim is simple: make complex public data easier to explore, compare and understand.

Map in preparation

We are preparing the interactive map for this dataset. Check back as the catalogue grows.

Explore other datasets →
© DataSpeaks · Data that speaks. Insights that empower.
``` --- # 2. The other nine pages Use exactly the same HTML structure and change the content. | Dataset | Theme | SDGs | Suggested filename | | ------------------------------ | ----------- | ------------ | ------------------------------------ | | Who lives below the line | Livelihoods | 1 · 10 · 3 | `who-lives-below-the-line.html` | | India's retreating coastline | Mobility | 14 · 13 · 11 | `indias-retreating-coastline.html` | | What a plate costs | Food | 2 · 1 · 12 | `what-a-plate-costs.html` | | The most dangerous kilometres | Mobility | 3 · 11 · 9 | `most-dangerous-kilometres.html` | | Who is online | Digital | 9 · 4 · 17 | `who-is-online.html` | | Days above 40°C | Livelihoods | 13 · 3 · 11 | `days-above-40c.html` | | What got sown this season | Food | 2 · 15 · 1 | `what-got-sown-this-season.html` | | Where people move for work | Livelihoods | 8 · 10 · 11 | `where-people-move-for-work.html` | | The grid's changing mix | Digital | 7 · 13 · 9 | `grids-changing-mix.html` | | Justice, and how long it takes | Livelihoods | 16 · 5 · 10 | `justice-and-how-long-it-takes.html` | --- # 3. Add the cards to `dataspeak_topic.html` The important part is that the existing catalogue page should link to the new pages. Add a section like this wherever your dataset cards are generated: ```html
NEW DATASETS

What India is telling us

Explore datasets across people, places, climate, food, mobility and digital access.

``` --- ## 4. Your folder should look like this On your hosting, I recommend: ```text public_html/ │ ├── index.html ├── dataspeak_topic.html ├── goals.html ├── sources.html ├── about.html ├── methods.html │ └── datasets/ │ ├── who-lives-below-the-line.html ├── indias-retreating-coastline.html ├── what-a-plate-costs.html ├── most-dangerous-kilometres.html ├── who-is-online.html ├── days-above-40c.html ├── what-got-sown-this-season.html ├── where-people-move-for-work.html ├── grids-changing-mix.html └── justice-and-how-long-it-takes.html ``` This is better than putting 10 HTML files in the root because later you can have: ```text datasets/ existing-dataset-1.html existing-dataset-2.html ... new-dataset-1.html ... ``` and keep the site organized. ### One important improvement I would **not** show every new page as simply "In preparation" without anything else. For example, for the two datasets that are already live, show: **LIVE MAP** `Explore the map →` For the other datasets: **IN PREPARATION** `Data source verified · Map coming soon` That makes the catalogue feel like a functioning data platform rather than a collection of unfinished pages. And because you already have **22 datasets covering all 17 SDGs**, I would make the catalogue header say something like: > **22 datasets. 17 goals. One view of India.** That is a much stronger presentation than simply saying "10 new datasets." **Also:** *Days above 40°C* and *What got sown this season* are good candidates to build next because they can potentially reuse work/data pipelines from your existing monsoon map.