Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ovler-young/sciencedirect2markdown

A Python tool to convert ScienceDirect JSON content to Markdown format, supporting text styling, math formulas, tables, and figures.
https://github.com/ovler-young/sciencedirect2markdown

converter document-conversion markdown sciencedirect scientific-papers streamlit text-processing

Last synced: 4 days ago
JSON representation

A Python tool to convert ScienceDirect JSON content to Markdown format, supporting text styling, math formulas, tables, and figures.

Awesome Lists containing this project

README

        

# ScienceDirect2MarkDown

It convert json from ScienceDirect to MarkDown with some support of styles.

It now require manually copy the json from the F12 console, go to the network tab, search "body", refresh the page, click the first item, go to the response tab, select all and copy.

Next, open the [streamlit app](https://sciencedirect2markdown.streamlit.app/), paste the json, and click the button to convert to markdown.

You can priview the markdown in the app, and download the markdown file.

## Known issues

1. Reference is in separate request, which I have not yet implemented and not plan to do so.
2. Same-page jump is not working.