Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.5%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: shuligraph
  • Language: Python
  • Default Branch: main
  • Size: 400 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created 11 months ago · Last pushed 6 months ago
Metadata Files
Readme Citation

README.md

Supplementary Materials for "On the Largest Spectral Radius with Given Eccentric Sequence"

This repository contains supplementary materials for the paper:

"On the Largest Spectral Radius with Given Eccentric Sequence"
(submitted to arXiv)

Contents

  • Trandpdf.py: Python script to generate the example trees. Core computations of spectral radius and eccentric sequences.
  • plots/: Folder containing over many subfigures illustrating the graph transformations.
  • README.md: This file.

How to Run Trandpdf.py

  1. Clone the repository: bash git clone https://github.com/shuligraph/eccentric-spectral-radius.git cd eccentric-spectral-radius

  2. Install dependencies (recommended: Python 3.8+): bash pip install -r requirements.txt

  3. Open Trandpdf.py in VS Code and run the script. You will be prompted to input the desired values for the order n, radius r and diameter d.

  4. After entering the values, the program will display several possible tree structures. Select one by entering its corresponding number and pressing Enter.

This will generate the necessary figures and data in the plots/ directory.

Citation

If you use this code or visualizations, please cite our paper once it's published. Thank you!

Owner

  • Name: Shu Li
  • Login: shuligraph
  • Kind: user
  • Company: INRIA

(ಡωಡ)

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this code or figures, please cite our paper."
title: "The trees with fixed eccentric sequence"
authors:
  - family-names: Li
    given-names: Shu
    orcid: https://orcid.org/0000-0002-4075-9885
data-released: 2025-04-23
version: 1.0.0
identifiers:
doi: 10.5281/zenodo.15268698
repository-code: https://github.com/shuligraph/eccentric-spectral-radius
license: MIT
kewords:
   - spectral radius
   - eccentricity
   - graph theory
   - linear algebra
   - tree structure

GitHub Events

Total
  • Release event: 2
  • Delete event: 1
  • Push event: 28
  • Create event: 4
Last Year
  • Release event: 2
  • Delete event: 1
  • Push event: 28
  • Create event: 4

Dependencies

requirements.txt pypi
  • matplotlib >=3.4
  • networkx >=2.6
  • numpy >=1.21