Aghababaei / PhD-Seeker

Finding latest fully funded PhD positions for international students through web scraping
GNU General Public License v3.0
84 stars 11 forks source link

Do we need to have the `index` column in `verbose` mode? #13

Closed javadr closed 2 years ago

javadr commented 2 years ago

I was thinking of removing the index column from the output of verbose mode. What's your opinion about that? Do we should stick with that column or not? If you think we should have it, will it be better to start from 1 instead 0 or not? Please, let me know your idea.

with the index column:

┏━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃    ┃ Country        ┃ Date               ┃ Title                                                  ┃
┡━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ 0  │ Australia      │ 1 day ago          │ PhD Scholarship: Machine Learning-Enabled Processing & │
│    │                │                    │ Visualization of Dissolved Metal Ion Sensing           │
│ 1  │ Australia      │ 10 days ago        │ Two PhD scholarships in BioMedical Machine Learning    │
│    │                │                    │ Lab at UNSW SYDNEY                                     │
│ 2  │ Belgium        │                    │ PhD in deep learning for biomedical images of the      │
│    │                │                    │ pelvic floor                                           │
│ 3  │ China          │                    │ Radar signal processing based on neural network        │
│    │                │                    │ sequence model                                         │
│ 4  │ China          │                    │ Research on Smart Radar for Physical Sign Detection    │
│ 5  │ China          │                    │ Research on artificial intelligence algorithms for     │
│    │                │                    │ radar and vision fusion technology

and without it:

┏━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Country        ┃ Date               ┃ Title                                                       ┃
┡━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ Australia      │ 1 day ago          │ PhD Scholarship: Machine Learning-Enabled Processing &      │
│                │                    │ Visualization of Dissolved Metal Ion Sensing                │
│ Australia      │ 10 days ago        │ Two PhD scholarships in BioMedical Machine Learning Lab at  │
│                │                    │ UNSW SYDNEY                                                 │
│ Belgium        │                    │ PhD in deep learning for biomedical images of the pelvic    │
│                │                    │ floor                                                       │
│ China          │                    │ Radar signal processing based on neural network sequence    │
│                │                    │ model                                                       │
│ China          │                    │ Research on Smart Radar for Physical Sign Detection         │
│ China          │                    │ Research on artificial intelligence algorithms for radar    │
│                │                    │ and vision fusion technology                                │
Aghababaei commented 2 years ago

Considering that there are multiple vacancies reported on one page, I think it would be helpful to start the index from 1.

javadr commented 2 years ago

Done! Version 0.4.2