MCPcopy Create free account

hub / github.com/Norman-bury/research-writing-skill / functions

Functions26 in github.com/Norman-bury/research-writing-skill

↓ 6 callersFunctionclean_text
Remove characters that break citation formats.
scripts/scholar_search.py:48
↓ 3 callersFunctionnormalize_paper
Normalize paper dict for citation formatting.
scripts/scholar_search.py:71
↓ 1 callersMethod_search_arxiv
Search arXiv API.
scripts/scholar_search.py:418
↓ 1 callersMethod_search_crossref
Search CrossRef API.
scripts/scholar_search.py:318
↓ 1 callersMethod_search_pubmed
Search PubMed via E-utilities API.
scripts/scholar_search.py:255
↓ 1 callersMethod_search_semanticscholar
Search Semantic Scholar API.
scripts/scholar_search.py:372
↓ 1 callersFunctionextract_abstract
Extract abstract from paper text.
scripts/pdf_parser.py:104
↓ 1 callersFunctionextract_metadata
Extract metadata from PDF.
scripts/pdf_parser.py:85
↓ 1 callersFunctionextract_text
Extract all text from PDF.
scripts/pdf_parser.py:75
↓ 1 callersFunctionformat_papers
Format list of papers to specified format.
scripts/scholar_search.py:179
↓ 1 callersFunctiongenerate_cite_key
Generate a BibTeX citation key from paper data.
scripts/scholar_search.py:56
↓ 1 callersFunctionmain
()
templates/figure-template.py:196
↓ 1 callersFunctionmain
()
scripts/pdf_parser.py:194
↓ 1 callersFunctionmain
()
scripts/scholar_search.py:482
↓ 1 callersFunctionparse_sections
Parse paper into IMRaD sections.
scripts/pdf_parser.py:141
↓ 1 callersFunctionplot_line_chart
绑制折线图
templates/figure-template.py:126
↓ 1 callersFunctionsave_figure
保存图片为PNG和SVG格式
templates/figure-template.py:104
↓ 1 callersMethodsearch
Search multiple databases and aggregate results.
scripts/scholar_search.py:206
↓ 1 callersFunctionsetup_plot_style
配置全局绑定样式 - 450 DPI,学术风格
templates/figure-template.py:65
↓ 1 callersFunctionsummarize_text
Simple extractive summarization.
scripts/pdf_parser.py:179
↓ 1 callersFunctionto_bibtex
Format paper as BibTeX entry.
scripts/scholar_search.py:94
↓ 1 callersFunctionto_ris
Format paper as RIS entry.
scripts/scholar_search.py:131
↓ 1 callersFunctionto_text_citation
Format paper as text citation in specified style.
scripts/scholar_search.py:158
Method__init__
(self, email: str = "research@example.com")
scripts/scholar_search.py:201
Functionplot_bar_chart
绘制条形图
templates/figure-template.py:146
Functionplot_heatmap
绘制热力图
templates/figure-template.py:169