Linux 软件免费装
Banner图

Citrus

开发者 edenhance
更新时间 2026年1月12日 21:16
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: MIT
版权网址: 版权信息

标签

bibliography citations publications research pure

下载

1.2.1

详情介绍:

Citrus is a modern WordPress plugin that displays research publications beautifully on your website. Choose between automatic synchronization from the Pure API or manual entry of BibTeX data (paste or upload). Ideal for universities, research institutions, and academic departments. Key features: Requirements Note: Pure API mode is designed and tested with Pure API version 5.24, the final version of the legacy versioned Web Service. It may not be compatible with the new Pure API.

安装:

  1. Upload the citrus folder to the /wp-content/plugins/ directory, or install the plugin via the WordPress Plugins screen.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Go to Citrus in the WordPress admin menu.
  4. Choose your data source:
  5. Pure API: Enter your Pure API credentials (API key and Organization ID) for automatic synchronization.
  6. Manual Entry: Paste your BibTeX data directly or upload a .txt file containing your publications.
  7. (Optional) Configure AI features and appearance settings.

屏幕截图:

  • Settings Page – Configure Pure API credentials and sync options
  • AI Summary Generation (in progress)
  • AI Summary Generation (complete)
  • Compact Publications Display

升级注意事项:

1.2.0 Major update! You can now upload BibTeX files manually as an alternative to Pure API. Choose your preferred data source in settings. 1.1.2 Important update for WordPress directory compliance. Adds required external services documentation and security improvements. 1.1.1 Recommended update for documentation and small improvements. Keeps your plugin aligned with latest directory practices.

常见问题:

Can I use this plugin without Pure API access?

Yes! As of version 1.2.0, you can manually provide BibTeX data instead of using the Pure API. Simply select "Manual Upload" as your data source in the settings, then either paste your BibTeX content or upload a .txt file.

Do I need Pure API access?

No, Pure API access is optional. You can choose between:

  • Pure API mode: Automatic synchronization from your institution's Pure system (requires API credentials)
  • Manual Entry mode: Paste BibTeX data or upload a .txt file For Pure API mode, you need credentials from your institution's Pure system (API key and organization ID). This plugin is designed for Pure API version 5.24 (the final version of the legacy versioned Web Service) and may not be compatible with the new Pure API. Contact your Pure system administrator.

Why can't I upload .bib files directly?

WordPress restricts certain file types for security reasons, including .bib and .bibtex files. To work around this, you have two easy options:

  1. Paste your BibTeX data directly into the text area (recommended)
  2. Save your .bib file as .txt and upload that instead Both methods work perfectly - the plugin processes the BibTeX content the same way.

How do I get BibTeX data from my reference manager?

Most reference managers can export to BibTeX format:

  • Zotero: File → Export Library → Format: BibTeX
  • Mendeley: File → Export → BibTeX (*.bib)
  • EndNote: File → Export → Output Style: BibTeX Export After exporting, you can either:
  • Open the .bib file in a text editor, copy the content, and paste it into Citrus
  • Rename the .bib file to .txt and upload it

What BibTeX format should I use for manual upload?

Any standard BibTeX format will work. Your data should contain entries like @article, @inproceedings, @book, etc. The plugin parses standard BibTeX fields including title, author, year, journal, booktitle, publisher, and more.

Can I switch between Pure API and manual entry?

Yes, you can change your data source at any time in the plugin settings. When you switch modes, the plugin will use the appropriate data source for displaying publications.

Are AI features required?

No. AI features are optional. The plugin works perfectly without AI. If enabled, you will need an OpenAI-compatible API key.

Where is data stored?

BibTeX data and cached files are saved to wp-content/uploads/citrus/, not inside the plugin directory. This keeps data safe during plugin updates and avoids asking users to edit plugin files.

Is my data secure?

Yes. API keys are stored securely in WordPress options and never exposed to the frontend. Only publication metadata (titles, abstracts, years) may be sent to the AI provider when summaries are generated.

Does it work with my theme?

Yes. Citrus uses clean, modern CSS that adapts to any theme and supports dark mode.

How can I customize the appearance?

Choose from 6 built-in color schemes or add custom CSS via the settings page. CSS variables are available for easy theming.

更新日志:

1.2.0 1.1.2 1.1.1 1.1.0