Sandra Mierz
Sandra Mierz
Hello Erik, I would like to suggest adding the [OpenAlex API](https://docs.openalex.org/) as source for a citation count. OpenAlex is a "fully-open index of scholarly works, authors, venues, institutions, and concepts"...
Hello, today I saw a tweet on Twitter (https://twitter.com/aarontay/status/1548674479601004545?t=n7WRkMg2ehfhfLnRlXZ-mA&s=19 ) and in the comments it was suggested that [Openalex](https://docs.openalex.org/) would be a good addition. While OpenAlex is not a repository...
## Proposed feature Hello! It would be great, if there would be an additional variable for the tomcat URIencoding, so I could set it to UTF-8, as described here https://www.baeldung.com/tomcat-utf-8...
Looking through OpenAlex docs and saw that they have a flag for "[is_retracted](https://docs.openalex.org/api-entities/works/work-object#is_retracted)". Could be a scheduled job (maybe once a month), checking for papers in DB, if the flag...
### Status quo Currently when importing a project, the loop to add filenames/archives is entered, even if none of the options `includeArchiveFileName` or `includeFileSources` are selected, resulting in an additional...
fixes #7271 fixes #7214 **Status Quo:** Call stack is roughly: * `ImportingParserBase.parse` * `ImportingParserBase.parseOneFile` * `.parseOneFile` * `TabularImportingParserBase.readTable` Currently the deletion of files happens in `TabularImportingParserBase.readTable` which is file based....
### To reproduce * First, create a project using multiple files, e.g. three csv files where one of the columns "empty" is * not empty in file 0 * completely...
I noticed an irregularity with the test coverage badge in the README, it jumps between showing different test coverages. It seems to be connected to the last action run, something...
### Status quo Within the `DatabaseImportController` are several calls to deprecated class `HttpUtilities` which should be replaced. Within `HttpUtilities` is a hint to use `Command` instead: > All methods have...
**Status quo:** Within the database extension is a command `ExecuteQueryCommand` that gets registered but afaict is never used. **ToDo**: If the command is never used or referenced it would make...