
UFFFiles.jl A Julia package for reading and writing Universal File Format (UFF) files, commonly used in engineering applications. Installation Install `UFFFiles.jl` via Julia's package manager: import Pkg Pkg.add("UFFFiles") or (Yourenv) pkg> add UFFFiles Basic usage using UFFFiles data = readuff("path/to/your/file.uff") writeuff("path/to/save/file.uff", data) Helper functions - Converting units to SI convert_to_si(data) - Convert a series of similar datasets to a matrix (for datasets 55 or 58) collect_to_mat(data) Supported formats Currently, `UFFFiles.jl` supports reading and writing UFF files with the following blocks: - Dataset 15 - Dataset 18 - Dataset 55 - Dataset 58 - Dataset 82 - Dataset 151 - Dataset 164 - Dataset 1858 - Dataset 2411 - Dataset 2412 - Dataset 2414
Mechanics
Mechanics
| selected citations These citations are derived from selected sources. This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | 0 | |
| popularity This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network. | Average | |
| influence This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | Average | |
| impulse This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network. | Average |
