Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norman-bury/research-writing-skill
/ functions
Functions
26 in github.com/Norman-bury/research-writing-skill
⨍
Functions
26
◇
Types & classes
1
↓ 6 callers
Function
clean_text
Remove characters that break citation formats.
scripts/scholar_search.py:48
↓ 3 callers
Function
normalize_paper
Normalize paper dict for citation formatting.
scripts/scholar_search.py:71
↓ 1 callers
Method
_search_arxiv
Search arXiv API.
scripts/scholar_search.py:418
↓ 1 callers
Method
_search_crossref
Search CrossRef API.
scripts/scholar_search.py:318
↓ 1 callers
Method
_search_pubmed
Search PubMed via E-utilities API.
scripts/scholar_search.py:255
↓ 1 callers
Method
_search_semanticscholar
Search Semantic Scholar API.
scripts/scholar_search.py:372
↓ 1 callers
Function
extract_abstract
Extract abstract from paper text.
scripts/pdf_parser.py:104
↓ 1 callers
Function
extract_metadata
Extract metadata from PDF.
scripts/pdf_parser.py:85
↓ 1 callers
Function
extract_text
Extract all text from PDF.
scripts/pdf_parser.py:75
↓ 1 callers
Function
format_papers
Format list of papers to specified format.
scripts/scholar_search.py:179
↓ 1 callers
Function
generate_cite_key
Generate a BibTeX citation key from paper data.
scripts/scholar_search.py:56
↓ 1 callers
Function
main
()
templates/figure-template.py:196
↓ 1 callers
Function
main
()
scripts/pdf_parser.py:194
↓ 1 callers
Function
main
()
scripts/scholar_search.py:482
↓ 1 callers
Function
parse_sections
Parse paper into IMRaD sections.
scripts/pdf_parser.py:141
↓ 1 callers
Function
plot_line_chart
绑制折线图
templates/figure-template.py:126
↓ 1 callers
Function
save_figure
保存图片为PNG和SVG格式
templates/figure-template.py:104
↓ 1 callers
Method
search
Search multiple databases and aggregate results.
scripts/scholar_search.py:206
↓ 1 callers
Function
setup_plot_style
配置全局绑定样式 - 450 DPI,学术风格
templates/figure-template.py:65
↓ 1 callers
Function
summarize_text
Simple extractive summarization.
scripts/pdf_parser.py:179
↓ 1 callers
Function
to_bibtex
Format paper as BibTeX entry.
scripts/scholar_search.py:94
↓ 1 callers
Function
to_ris
Format paper as RIS entry.
scripts/scholar_search.py:131
↓ 1 callers
Function
to_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
Function
plot_bar_chart
绘制条形图
templates/figure-template.py:146
Function
plot_heatmap
绘制热力图
templates/figure-template.py:169