{{ paper.abstract }}
{{ paper.abstract }}
| 标题 | 年份 | 期刊 | 研究类型 | 理论框架 | 主要发现(摘要) | 相关性 | 质量 | 状态 | 操作 | |
|---|---|---|---|---|---|---|---|---|---|---|
|
{{ paper.title.length>55 ? paper.title.slice(0,55)+'…' : paper.title }}
{{ fmtAuthors(paper.authors) }}
{{ c.name }}
+{{ paperCatsMap[paper.id].length-3 }}
|
{{ paper.year || '—' }} | {{ (paper.venue||'').length>18 ? paper.venue.slice(0,18)+'…' : (paper.venue||'—') }} | {{ paper.research_type.replace('研究','') }} — | {{ (paper.theoretical_framework||'').length>30 ? paper.theoretical_framework.slice(0,30)+'…' : (paper.theoretical_framework||'—') }} | {{ (paper.main_findings||paper.abstract||'').length>40 ? (paper.main_findings||paper.abstract||'').slice(0,40)+'…' : (paper.main_findings||paper.abstract||'—') }} |
|
{{ '★'.repeat(paper.quality_score||0) }}{{ '☆'.repeat(5-(paper.quality_score||0)) }} |
发现:{{ paper.main_findings.slice(0,100) }}{{ paper.main_findings.length>100?'…':'' }}
{{ paper.notes.slice(0,80) }}{{ paper.notes.length>80?'…':'' }}
输入你的研究课题名称和简要描述,AI 会为你建议合适的文献分类结构
{{ ref }}
| Author(Year) | Theory | Method | Sample | Key Finding |
|---|---|---|---|---|
| {{ row.author_year }} | {{ row.theory }} | {{ row.method }} | {{ row.sample }} | {{ row.key_finding }} |
{{ ref }}
| # | Author(Year) | Title | Journal | Research Objective | Theoretical Framework | Type | Research Design | Sampling | Sample Size | Sample Characteristics | Data Collection | Main Findings | Conclusions | Limitations | Score | Categories |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ i+1 }} | {{ r.apa_inline }} | {{ r.title }} | {{ r.venue }} | {{ r.research_objective }} | {{ r.theoretical_framework }} | {{ r.research_type }} | {{ r.research_design }} | {{ r.sampling_method }} | {{ r.sample_size }} | {{ r.sample_characteristics }} | {{ r.data_collection }} | {{ r.main_findings }} | {{ r.conclusions }} | {{ r.limitations_noted }} | {{ r.relevance_score }} | {{ c }} |
| ID | 用户名 | 昵称 | 文献数 | 最近活跃 | 注册时间 |
|---|---|---|---|---|---|
| {{ u.id }} | {{ u.username }} Admin | {{ u.display_name }} | {{ u.paper_count }} | {{ u.last_active || '-' }} | {{ u.created_at }} |