Open Menu
AllLocalCommunitiesAbout
lotide
AllLocalCommunitiesAbout
Login

Peasants

⁨357⁩ ⁨likes⁩

Submitted ⁨⁨3⁩ ⁨weeks⁩ ago⁩ by ⁨fossilesque@mander.xyz⁩ to ⁨science_memes@mander.xyz⁩

https://mander.xyz/pictrs/image/302b5296-7104-41be-aee0-4227d1fd4e1a.png

source

Comments

Sort:hotnewtop
  • Madrigal@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

    File names are for plebs.

    Serious people use document management systems and rich metadata to manage these things.

    /snoot

    source
    • echolalia@lemmy.ml ⁨2⁩ ⁨weeks⁩ ago

      Hello wizard,

      May I ask what ur favorite “document management system” is (hopefully containerized in docker)?

      source
      • OfficeMonkey@lemmy.today ⁨2⁩ ⁨weeks⁩ ago

        Not a wizard, but I’m finding my docker configuration of paperless-ngx to meet my minimal needs.

        source
        • -> View More Comments
      • bremen15@feddit.org ⁨2⁩ ⁨weeks⁩ ago

        There are several document management systems (DMS) that can be used on Debian and Android and can be synchronized using Syncthing. Here are some options:

        1. Paperless-ngx:

          • Description: Paperless-ngx is an open-source document management system that offers OCR functionality and can extract metadata from documents. It can be synchronized with Syncthing by setting up a shared folder where documents are uploaded and automatically processed.
          • Usage with Syncthing: Users can set up a Syncthing folder where documents are uploaded, and Paperless-ngx can automatically process these documents and extract metadata.
          • Platforms: Available for Debian and Android.
          • Source: Reddit Discussion.
        2. Mayan EDMS:

          • Description: Mayan EDMS is another open-source document management system that offers extensive features for managing documents and metadata.
          • Usage with Syncthing: Similar to Paperless-ngx, Mayan EDMS can be configured to process documents from a Syncthing folder.
          • Platforms: Available for Debian and Android.
          • Source: Reddit Discussion.
        3. LetoDMS:

          • Description: LetoDMS is an open-source document management system based on PHP and MySQL. It supports document metadata, version control, and automated email notifications.
          • Usage with Syncthing: LetoDMS can be configured to process documents from a Syncthing folder and manage metadata.
          • Platforms: Available for Debian and Android.
          • Source: Medevel Article.
        4. ProjectSend:

          • Description: ProjectSend is a secure, simple, and powerful open-source file-sharing system. It supports multiple languages and has a responsive design that works on various screen sizes.
          • Usage with Syncthing: ProjectSend can be configured to manage files from a Syncthing folder and synchronize metadata.
          • Platforms: Available for Debian and Android.
          • Source: Medevel Article.

        These systems can be synchronized with Syncthing by setting up shared folders that are monitored and processed by the DMS. Syncthing itself supports the synchronization of metadata and can be used on various platforms, including Debian and Android.

        source
        • -> View More Comments
  • bigpEE@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

    Have y’all not heard of zotero?

    source
    • Novice_Idiot@lemmy.wtf ⁨2⁩ ⁨weeks⁩ ago

      Checked it out, honestly looks pretty cool! Might use it!

      source
      • turmoil@feddit.org ⁨2⁩ ⁨weeks⁩ ago

        It’s so incredibly useful, especially with the Better BibTex plugin

        source
  • wiase@discuss.online ⁨2⁩ ⁨weeks⁩ ago

    No, but seriously, half of my research time is wasted on renaming downloaded files. (Yeah, I know, there’s reference management software but people use different ones, so sharing papers or storing tgem for easy access is still dependent on properly named files.)

    source
    • spiffmeister@aussie.zone ⁨2⁩ ⁨weeks⁩ ago

      Why aren’t you just sending people a doi or a hyperlink if they want a paper? And if they have asked for a specific paper surely they can do the renaming?

      source
      • wiase@discuss.online ⁨1⁩ ⁨week⁩ ago

        No, because we do collaborate on sharepoints.

        source
    • nialv7@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

      This feels like it could be a legitimate use of LLM.

      source
      • wiase@discuss.online ⁨1⁩ ⁨week⁩ ago

        Don’t get me started on what is a legitimate use for LLM given the ethical and ecological implications.

        source
    • sga@lemmings.world ⁨2⁩ ⁨weeks⁩ ago

      I have a script which fetches bib entries for pdfs, and then renames it to my prefered format (names of author (no more than 2) - name of paper).

      in case you are interested

      
      #!/usr/bin/env sh
      
      newnamefn(){
      	bib="$(pdf2bib "$1")"
      	name="$(echo "$bib" | grep "title = " | cut -d'{' -f 2 | cut -d'{' -f 1 )"
      	authors=$(echo "$bib" | grep "author = " | cut -d'{' -f 2 | cut -d'{' -f 1  | sed -z 's/\ and\ /\n/g' | head -n 2 | tr '\n' ' ')
      	echo "$authors-$name" | detox --inline
      }
      
      for i in "$@" ; do 
      	newname="$(newnamefn "$i")" 
      	mv "$i" "${i%/*}/$newname".pdf
      done
      
      

      detox --inline is just a utility which makes the file names shell friendly (removes special characters and spaces), but that is optional. Also, technically the newnamefn is what does all of the job, and below is just a loop to iterate on all files that are given as input like script file1 “file2” file3, where file2 had some special characters, so enclosed in “” quotes. you can also translate it to python, then you would not even require sed and grep (you can just get output in json-esque format). I have a small keybinding in my file manager, which renames all selected files, so I do not have to spend any amount of my mind

      you can make it work in any os (maybe use some llm for it), you just have to install pdf2bib

      source
      • wiase@discuss.online ⁨1⁩ ⁨week⁩ ago

        Nice! Thank you! (Can’t install it on my work computer though because ~reasons~ but will certainly try on my private laptop.)

        source
        • -> View More Comments
  • piconaut@sh.itjust.works ⁨3⁩ ⁨weeks⁩ ago

    It’s not my fault. All the servers hosting papers name them like this. Go complain to them. No seriously, go complain to them. This has annoyed me for quite some time.

    source
    • Zkuld@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

      would you prefer thrid_paper_0.0.6.4_final_upload_final.pdf?

      source
      • olafurp@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

        How about "Title.Up.To.20.Characters.Name.Lastname.et.al.id123523432.pdf

        source
    • emergencyfood@sh.itjust.works ⁨2⁩ ⁨weeks⁩ ago

      Meanwhile, the russian website uses firstauthorYEAR.pdf

      Common publishing industry L.

      source
  • Sanctus@lemmy.world ⁨3⁩ ⁨weeks⁩ ago

    bitch_ass_transmission_bill_2025
    taxes_2025 fucking_student_loan_bullshit_2025

    source
    • Venus_Ziegenfalle@feddit.org ⁨2⁩ ⁨weeks⁩ ago

      Bullshit_thesis_final_2_fuck_school.pdf and be sure to forget renaming it before submission.

      source
  • Gustephan@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

    Seriously, why would anybody bother putting their papers in a folder when the desktop is just right there?

    source
    • DeathsEmbrace@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

      You would be surprised at how many people digitally toss shit everywhere

      source
      • Gustephan@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

        I’m one of them, haha. My archives are nice and organized, but anything related to a current project I’m working on either lives on the desktop or lives at ~, depending on which machine I’m using. Automated output type files go into a structure (like any kind of processed or cleaned data), but figures? References? Drafts? FFA on the desktop. For whatever reason I just cannot function with an organized workspace

        source
  • kalpol@lemmy.ca ⁨2⁩ ⁨weeks⁩ ago

    It changed my life. Mainly because of the automatic citation handling and bibliography generation in LyX.

    source
  • MBM@lemmings.world ⁨3⁩ ⁨weeks⁩ ago

    There’s another way?

    source
  • flango@lemmy.eco.br ⁨3⁩ ⁨weeks⁩ ago

    How do you do it?

    source