Skip to main content

A telegram bot jumping in your citation database like a rabbit!

Project description

citation-rabbot

A telegram bot jumping in your citation database like a rabbit!

Index in Neo4J

fulltext index for title and abstract is necessary for /search_by_abstract:

CREATE FULLTEXT INDEX publication_title_fulltext_index FOR (p:Publication) ON EACH [p.title];
CREATE FULLTEXT INDEX publication_abstract_fulltext_index FOR (p:Publication) ON EACH [p.abstract];

For faster search, you can add text index for title:

CREATE TEXT INDEX publication_title_hash_text_index FOR (p:Publication) ON (p.title_hash);

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

citation-rabbot-3.19.tar.gz (10.7 kB view details)

Uploaded Source

File details

Details for the file citation-rabbot-3.19.tar.gz.

File metadata

  • Download URL: citation-rabbot-3.19.tar.gz
  • Upload date:
  • Size: 10.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for citation-rabbot-3.19.tar.gz
Algorithm Hash digest
SHA256 0150fae69419cabae11761df7935cc48a174a9d31d536891d469928480531be3
MD5 1d68d560c1df4da87e6628fee1dfad32
BLAKE2b-256 4cbaa8ef3e891a900850b0b71a69653c6bfec3051356c7cfca36a5f42b94bed1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page