Main public logs
From Network for Advanced NMR
Jump to navigationJump to search
Combined display of all available logs of Network for Advanced NMR. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:10, 5 June 2025 Mmaciejewski talk contribs created page File:Manual-harvest.png
- 15:10, 5 June 2025 Mmaciejewski talk contribs uploaded File:Manual-harvest.png
- 18:14, 4 June 2025 Mmaciejewski talk contribs created page File:Experiment-details.png
- 18:14, 4 June 2025 Mmaciejewski talk contribs uploaded File:Experiment-details.png
- 17:37, 4 June 2025 Mmaciejewski talk contribs created page File:NDTS-GUI.png
- 17:37, 4 June 2025 Mmaciejewski talk contribs uploaded File:NDTS-GUI.png
- 16:07, 4 June 2025 User account Jglushka talk contribs was created automatically
- 16:07, 4 June 2025 User account Lmorris talk contribs was created automatically
- 14:48, 4 June 2025 Mmaciejewski talk contribs created page NDTS-GUI (Created page with "Overview NDTS installations on the spectrometer workstation are comprised of the daemon which runs as a service and the NDTS graphical user interface (NDTS-GUI) which provides status information and allows users to make changes to harvesting status, NAN user, and metadata that will be associated with datasets. NDTS is designed to automatically harvest datasets as they complete when harvesting is set to "on", but datasets can also be manually harvested through the NDTS-GU...") Tag: Visual edit: Switched
- 19:35, 3 June 2025 Mmaciejewski talk contribs created page NDTS Daemon and GUI Update Example (Created page with "<pre> [nmradmin@centos5]$ tar xv data-transport-daemon.centos5-0.1.0.tar [nmradmin@centos5]$ cd dtdaemon-installer [nmradmin@centos5 dtdaemon-installer]$ sudo ./install.sh install directory exists - performing upgrade... Wed May 11 07:15:37 2022 LOG_START Started dtd logger. [nmradmin@centos5 dtdaemon-installer]$ sudo /sbin/service data-transport-daemon status data-transport-daemon (pid 6148) is running... </pre>")
- 19:34, 3 June 2025 Mmaciejewski talk contribs created page NDTS Daemon and GUI Install Example (Created page with "<pre> [nmradmin@centos5]$ tar xv data-transport-daemon.centos5-0.1.0.tar [nmradmin@centos5]$ cd dtdaemon-installer [nmradmin@centos5 dtdaemon-installer]$ sudo ./install.sh install directory does not exist - performing new install... Enter the gateway IP address: 155.37.xx.xx Enter the instrument name: test-drone-centos5 Enter the workstation UUID: ede3cd8e-0c30-4ea3-xxxx-yyyyyyyyyyyy Wed May 11 06:18:31 2022 LOG_START Started dtd logger. [nmradmin@centos5 dtdaemon-insta...") Tag: Visual edit: Switched
- 19:29, 3 June 2025 Mmaciejewski talk contribs created page NDTS Gateway Update Example (Created page with "<pre> cbontempi@devchris:/home/cbontempi/dtgateway-installer$ sudo ./install.sh File /etc/systemd/system/data-transport-gateway.service exists Requirement already satisfied: pip==20.0.2 in ./venv/lib/python3.8/site-packages (20.0.2) Requirement already satisfied: requests in ./venv/lib/python3.8/site-packages (from -r requirements.txt (line 1)) (2.27.1) Requirement already satisfied: certifi>=2017.4.17 in ./venv/lib/python3.8/site-packages (from requests->-r requirements...") Tag: Visual edit: Switched
- 19:22, 3 June 2025 Mmaciejewski talk contribs created page NDTS Gateway Install Example (Created page with "<code> cbontempi@devchris:/home/cbontempi$ tar xv data-transport-gateway-0.1.0.tar cbontempi@devchris:/home/cbontempi$ cd dtgateway-installer cbontempi@devchris:/home/cbontempi/dtgateway-installer$ sudo ./install.sh Copying data-transport-gateway.service to /etc/systemd/system... Created symlink /etc/systemd/system/multi-user.target.wants/data-transport- gateway.service → /etc/systemd/system/data-transport-gateway.service. Requirement already satisfied: pip==20.0.2 in...") Tag: Visual edit: Switched
- 15:46, 3 June 2025 Apozhidaeva talk contribs created page File:Context menu for sample actions.png
- 15:46, 3 June 2025 Apozhidaeva talk contribs uploaded File:Context menu for sample actions.png
- 15:43, 3 June 2025 Apozhidaeva talk contribs created page File:Navigation Pane.png
- 15:43, 3 June 2025 Apozhidaeva talk contribs uploaded File:Navigation Pane.png
- 13:59, 3 June 2025 Mmaciejewski talk contribs deleted page NDTS Daemon installation components (content was: "= Components of the NDTS Daemon Installation = All daemon-related files reside under <code>/opt/nan-dtdaemon</code> (except the SysV service script). Knowing where each file lives helps with troubleshooting, backups, and upgrades. == '''Top-Level Executable and Service Script''' == {| class="wikitable" ! Path !! Purpose |- | <code>/opt/nan-dtdaemon/data-tran...", and the only contributor was "Mmaciejewski" (talk))
- 13:48, 3 June 2025 Mmaciejewski talk contribs deleted page NDTS Daemon Configuration (content before blanking was: "<span style="display:inline-block; margin-bottom:1em;">← Back to NAN Data Transport System Overview</span> = Configuring the Daemon = The NDTS daemon reads its settings from a simple key/value dat file === Location === <pre>/opt/nan-dtdaemon/data/ndtd_configuration.dat</pre> The file may list parameters in any order. Edit with ''nano'' or your favorite editor <pre>sudo nano /opt/nan-dtdaemon/data/ndtd_configuration.dat</pre...")
- 13:24, 3 June 2025 Mmaciejewski talk contribs created page NDTS Daemon Installation (Created page with "== '''Daemon Installation (Workstation)''' == === Prerequisites === # '''Gateway IP address''' # Exact '''Instrument Name''' (set in the Facility Dashboard – no spaces) # '''Workstation UUID''' (generated when the spectrometer was added) <mark>WARNING: If you are installing on Alma Linux make sure that the <code>'''chkconfig'''</code> package is installed before proceeding. Without this service package, the NDTS Workstation will not properly install or run on Alma.</m...")
- 13:22, 3 June 2025 Mmaciejewski talk contribs created page NDTS Gateway Installation (Created page with "== '''Gateway Installation''' == === Prerequisites === * A '''Gateway UUID''' supplied by the NAN Repository administrator * A Linux host (Ubuntu 20.04 or later recommended) reachable by all workstations * TCP port '''60195''' open inbound from those workstations === Installation Steps === <pre> # Copy the .gz file to the gateway computer tar xf data-transport-gateway-<version>.tar.gz cd dtgateway-installer sudo ./install.sh # → You will be prompted only for the Gate...") Tag: Visual edit: Switched
- 19:47, 2 June 2025 Apozhidaeva talk contribs created page File:New Sample.png
- 19:47, 2 June 2025 Apozhidaeva talk contribs uploaded File:New Sample.png
- 19:31, 2 June 2025 Mmaciejewski talk contribs created page NDTS Daemon installation components (Created page with "= Components of the NDTS Daemon Installation = All daemon-related files reside under <code>/opt/nan-dtdaemon</code> (except the SysV service script). Knowing where each file lives helps with troubleshooting, backups, and upgrades. == '''Top-Level Executable and Service Script''' == {| class="wikitable" ! Path !! Purpose |- | <code>/opt/nan-dtdaemon/data-transport-daemon</code> || Main daemon executable. Forks, then exits; detects if another instance is running. |- |...") Tag: Visual edit: Switched
- 19:21, 2 June 2025 Mmaciejewski talk contribs created page NDTS Daemon Operation (Created page with "= Running and Monitoring the Daemon = This page explains how to control the **data-transport-daemon** service, verify connectivity, and interpret the logs produced on each spectrometer workstation. == '''Starting, Stopping, and Checking Status''' == <pre> # Start the daemon sudo /sbin/service data-transport-daemon start # Stop the daemon sudo /sbin/service data-transport-daemon stop # Restart (reloads configuration) sudo /sbin/service data-transport-daemon restart #...") Tag: Visual edit: Switched
- 18:40, 2 June 2025 Apozhidaeva talk contribs created page Sample Components (Created page with "{| class="wikitable" |+Sample Component Types !Type !Subtype !Comments |- | rowspan="4" |Bio Macromolecule |Protein | |- |Nucleic Acid - DNA | |- |Nucleic Acid - RNA | |- |Carbohydrate | |- | rowspan="3" |Small molecules |Metabolite | |- |Natural Product | |- |Other organic | |- |Chemical Formula |Chemical Formula | |- |Polymer |Polymer | |- | rowspan="2" |Mixtures |Biological Material | |- |Environmental Sample | |- | rowspan="5" |Components |Solvent System | |- |Buffer...") Tag: Visual edit
- 18:01, 2 June 2025 Mmaciejewski talk contribs created page NDTS Daemon Configuration (Created page with "<span style="display:inline-block; margin-bottom:1em;">← Back to NAN Data Transport System Overview</span> = Configuring the Daemon = After installing the Daemon on a spectrometer workstation, configuration is required to define how experiments are detected, how metadata is applied, and how data is routed to the Gateway. == '''Daemon Configuration File''' == The configuration file is located at: <pre>/etc/data-transport/daemon/config.ya...")
- 17:50, 2 June 2025 Mmaciejewski talk contribs created page Download Software (Created page with "coming soon") Tag: Visual edit: Switched
- 17:47, 2 June 2025 Mmaciejewski talk contribs created page NDTS Installation (Created page with "= Installing and Updating Daemon and Gateway = This page explains how to install, update, uninstall, and roll back the two local NDTS components: * The '''Daemon''' – installed on each spectrometer workstation * The '''Gateway''' – installed on a facility-level server These components are responsible for harvesting experiment data and transferring it securely to the NAN Repository. == '''Acquiring Installation Packages''' == Installation packages are provided as `...") Tag: Visual edit: Switched
- 16:04, 2 June 2025 Mmaciejewski talk contribs created page File:Spectrometer-edit.png
- 16:04, 2 June 2025 Mmaciejewski talk contribs uploaded File:Spectrometer-edit.png
- 16:02, 2 June 2025 Mmaciejewski talk contribs created page File:Probe-channels.png
- 16:02, 2 June 2025 Mmaciejewski talk contribs uploaded File:Probe-channels.png
- 15:59, 2 June 2025 Mmaciejewski talk contribs created page File:Add-probe.png
- 15:59, 2 June 2025 Mmaciejewski talk contribs uploaded File:Add-probe.png
- 15:50, 2 June 2025 Mmaciejewski talk contribs created page Probes (Created page with "<span style="display:inline-block; margin-bottom:1em;">← Back to Facility Dashboards</span> == '''Adding and Editing Probes''' == Facility staff can add or edit probes through the Facility Dashboard. Each probe entry is divided into several sections: Basic Information, Operating Temperature Range, and Channels. Channels can include individual nuclei or broadband ranges. === '''Basic Information''' === {| class="wikitable" ! Field !! Descripti...") Tag: Visual edit: Switched
- 15:25, 2 June 2025 Mmaciejewski talk contribs created page Spectrometers (Created page with "<span style="display:inline-block; margin-bottom:1em;">← Back to Facility Dashboards</span> == '''Adding and Editing Spectrometers''' == Facility staff can add or edit spectrometers through the Facility Dashboard. Each spectrometer entry is divided into several sections: Basic Information, Magnet Information, Console Information, Workstation Information, NMR Software, and Add-On Software Features. === '''Basic Information''' === {| class="wik...")
- 14:56, 2 June 2025 Mmaciejewski talk contribs created page Facility Information (Created page with "= Facility Information Page = The '''Facility Information''' page on the NAN portal enables facility managers, staff, and directors to manage and publish details about their NMR facility and instruments. This page acts as a content management interface, and all designated staff members have permission to edit facility-related content across the Facility Dashboard. == '''Overview''' == The Facility Information page is used to populate the facility and instrument section...") Tag: Visual edit: Switched
- 14:26, 2 June 2025 Mmaciejewski talk contribs created page User Roles and Permissions (Created page with "= User Roles in the NAN Portal = This page describes the different user roles within the NAN portal, including what each role can access and do. User roles determine the level of access and available actions within the system. == '''Public User''' == A user who is not authenticated with an NMRhub account. They have view-only access to: * The '''Resource Connector''' (lists facilities, instruments, configurations, searchable by services) * The '''Knowledgebase''' (intr...")
- 19:20, 30 May 2025 Apozhidaeva talk contribs created page File:Customization Tools.png
- 19:20, 30 May 2025 Apozhidaeva talk contribs uploaded File:Customization Tools.png
- 17:23, 30 May 2025 Apozhidaeva talk contribs created page Sample Columns (Created page with "{| class="wikitable" |- ! Column Title !! Filter Type !! Desription |- | Last Edit Date || Example || Example |- | Active || Example || Example |- | Preparation Date || Example || Example |- | Tags || Example || Example |- | Physical State, displayed as State || Example || Example |- | Container Type, displayed as a Container || Example || Example |- | Rotor size, displayed as Size || Example || Example |- | Container Label, displayed as Label || Example || Example |- |...")
- 16:21, 30 May 2025 Mmaciejewski talk contribs created page Facility Dashboards (Created page with "= Facility Dashboard = The **Facility Dashboard** is a privileged section of the NAN portal, accessible only to users who have been designated as staff at a participating NMR facility. It provides a centralized interface for managing key aspects of a virtual NMR facility. == Access and Visibility == The Facility Dashboard appears in the collapsible left-hand menu **only for users identified as facility staff**. At the bottom of the menu bar, a display shows the curren...") Tag: Visual edit: Switched
- 19:41, 29 May 2025 Apozhidaeva talk contribs created page Samples (Created page with "<span style="display:inline-block; margin-bottom:1em;">← Back to Data Browser</span> = Data Browser: Samples = The Samples Browser allows users to create and manage samples they are authorized to access. Access permissions are granted through lab-based, user-based, or collaborative permissions authorized by a Principal Investigator (PI). The Sample Browser includes: * A Navigation Pane on the left side for switching between sample views and hierarch...")
- 15:21, 29 May 2025 Mmaciejewski talk contribs created page File:Navigation-pane.png
- 15:21, 29 May 2025 Mmaciejewski talk contribs uploaded File:Navigation-pane.png
- 15:05, 29 May 2025 Mmaciejewski talk contribs created page Project, Studies, and Collections (Created page with " = Organizational Structure: Projects, Studies, Collections, and Funding Sources = NAN provides a structured, hierarchical approach to organizing NMR data. This system enables users—particularly PIs and their lab members—to manage data in ways that are aligned with research goals, collaborations, and funding agency requirements. == Projects == Projects are the top-level organizational unit and are typically created by a Principal Investigator (PI) or a PI Delegate....") Tag: Visual edit
- 13:42, 29 May 2025 Mmaciejewski talk contribs deleted page Widget (content was: "{{delete}} Page for testing installation.")
- 13:41, 29 May 2025 Mmaciejewski talk contribs deleted page Tuesday Test (content was: "=== Introduction === more text here {| class="wikitable" |+Header !x !y !z |- | | | |- | | | |- | | | |}", and the only contributor was "Ypustovalova" (talk))
- 13:36, 29 May 2025 Mmaciejewski talk contribs deleted page Main Page/test (content was: "{{delete}} testing Category:Cyberinfrastructure & Software Category:Data Models")