Skip to content

Commit f7ed2fd

Browse files
InterdisciplinaryPhysicsTeampitmonticoneClaudMor
committed
Clean CITATION.bib, Project.toml, CI.yml
Co-Authored-By: Pietro Monticone <[email protected]> Co-Authored-By: Claudio Moroni <[email protected]>
1 parent b9698a5 commit f7ed2fd

File tree

6 files changed

+3
-3836
lines changed

6 files changed

+3
-3836
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches:
55
- main
6-
- dev
6+
#- dev
77
tags: '*'
88
pull_request:
99
concurrency:

CITATION.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@software{Moroni_Monticone_MultilayerGraphs_2022,
2-
abstract = {A Julia package for the construction, manipulation and analysis of multilayer graphs.},
2+
abstract = {A Julia package for the creation, manipulation and analysis of the structure, dynamics and functions of multilayer graphs.},
33
author = {Moroni, Claudio and Monticone, Pietro},
44
doi = {10.5281/zenodo.7009172},
55
institution = {University of Turin (UniTO)},

Project.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ authors = ["Claudio Moroni <[email protected]>", "Pietr
44
version = "0.1.2"
55

66
[deps]
7-
Agents = "46ada45e-f475-11e8-01d0-f70cc89e6671"
87
Bijections = "e2ed5e7c-b2de-5872-ae92-c73ca462fb04"
98
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
109
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
@@ -14,7 +13,6 @@ IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
1413
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1514
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
1615
OMEinsum = "ebe7aa44-baf0-506c-a96f-8464559b3922"
17-
PkgCite = "50d0efc5-baaf-4329-a409-faca2d9bd902"
1816
SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
1917
SimpleValueGraphs = "b43c691f-cac2-5415-8122-396fe16a49fc"
2018
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
@@ -28,9 +26,8 @@ Graphs = "1.7"
2826
IterTools = "1.4"
2927
MetaGraphs = "0.7"
3028
OMEinsum = "0.7"
31-
PkgCite = "0.1"
3229
SimpleTraits = "0.9"
3330
SimpleValueGraphs = "0.4"
3431
SimpleWeightedGraphs = "1.2"
3532
TensorOperations = "3.2"
36-
julia = "1.8"
33+
julia = "1.8"

0 commit comments

Comments
 (0)