174,980 research outputs found
Monk, R C, NX72977
This record was harvested from a previous catalogue system and will be withdrawn in 2025. Information in this record may be superseded or incomplete. Visit this record in UMA's new catalogue at: https://archives.library.unimelb.edu.au/nodes/view/405721Surname: MONK. Given Name(s) or Initials: R C. Military Service Number or Last Known Location: NX72977. Missing, Wounded and Prisoner of War Enquiry Card Index Number: 21192.243933
Item: [2016.0049.37998] "Monk, R C, NX72977
Monk, J C, 214411
This record was harvested from a previous catalogue system and will be withdrawn in 2025. Information in this record may be superseded or incomplete. Visit this record in UMA's new catalogue at: https://archives.library.unimelb.edu.au/nodes/view/405716Surname: MONK. Given Name(s) or Initials: J C. Military Service Number or Last Known Location: 214411. Missing, Wounded and Prisoner of War Enquiry Card Index Number: SEA-4860.243924
Item: [2016.0049.37993] "Monk, J C, 214411
Monk, W J C, 403793
This record was harvested from a previous catalogue system and will be withdrawn in 2025. Information in this record may be superseded or incomplete. Visit this record in UMA's new catalogue at: https://archives.library.unimelb.edu.au/nodes/view/405717Surname: MONK. Given Name(s) or Initials: W J C. Military Service Number or Last Known Location: 403793. Missing, Wounded and Prisoner of War Enquiry Card Index Number: 44570.243925
Item: [2016.0049.37994] "Monk, W J C, 403793
Ellis C. Monk, JSU ROTC
Ellis C. Monk was a member of the Jacksonville State University ROTC program. He received his commission in 1998. Shown he stands in uniform in front of a portrait backdrop. (circa 1998)https://digitalcommons.jsu.edu/rotc_photos/10400/thumbnail.jp
Growth curves and their implications in hand-fed Monk parrots (Myiopsitta monachus)
Christina Petzinger,1,2 J Jill Heatley,3 John E Bauer1,2 1Comparative Animal Nutrition Research Laboratory, Department of Small Animal Clinical Sciences, College of Veterinary Medicine and Biomedical Sciences, 2Intercollegiate Faculty of Nutrition, Texas A&M University, 3Zoological Medicine Service, Department of Small Animal Medicine and Surgery, College of Veterinary Medicine and Biomedical Sciences, Texas A&M University, College Station, TX, USA Abstract: Monk parrots (Myiopsitta monachus) were hand-fed over two chick seasons spanning of 2010 to 2011. Information from the growth curve of chicks hand-fed in 2010 was used to develop a feeding protocol for the 2011 season (Protocol-2011). This protocol addressed the problems of delayed followed by excessive growth experienced by parrots hand fed in 2010. Monk parrots that were hand-fed in 2011 following the new protocol experienced delayed growth after 20 days of age. However, some Monk parrots were fed in excess of Protocol-2011 and did not experience a major delay in growth. The energy requirement equations used to construct Protocol-2011 were low when compared to adult Monk parrot maintenance energy requirements. The data suggest that growing birds do not require approximately twice their adult maintenance energy requirements, as is the case for growing dogs. Additionally, there appear to be fluctuations in energy needs as Monk parrots grow. A major increase in energy needs occurred between days 18 and 23 posthatching, which corresponds to feather development and growth in Monk parrot chicks. Thus, multiple equations estimating energy requirements, rather than just one equation, are likely needed from hatching to fledging in order to ensure adequate energy is provided to chicks. More research on the energy requirements of growing Monk parrots, especially around the time of fledging and weaning, is needed to improve hand-fed methods and potentially the adult health of hand-fed birds. Keywords: psittacine, energy requirement, Quaker parrot, hand feeding, chick, hand-fe
MoNK - A MOdelica iNKscape extension
MoNK - A MOdelica iNKscape extension
MoNK is a extension for Inkscape to produce graphical annotation strings for Modelica from an Inkscape SVG image. Once installed it adds the new export format "Modelica annotation (*.mo)" to the File -> Save as.. menu.
The SVG standard is much more expressive than Modelica annotations. Not every SVG image can be translated to a Modelica file. At the same time, Modelica includes high-level concepts such as fill patterns, which cannot be easily parsed from an SVG file. Therefore, MoNK implements functionality on a best-effort basis, including the features that are most often used in Inkscape and in Modelica. The goal is to allow drawing icons for Modelica classes in Inkscape that can be used in Modelica with minimal manual effort.
This project supersedes the Modelica vector graphics editor MoVE in the Modelica Tool Ensemble MoTE.
Installation
If Python is installed on your machine, you can just run
python setup.py install_ink
from inside the main folder of this project and the script will automatically locate your Inkscape extension folder and place the necessary files in that folder.
Alternatively, you can download a release distribution from GitHub, which only contains the files that need to be put in the Inkscape extension folder. The correct folder is:
For Windows: %userprofile%\AppData\Roaming\inkscape\extensions
For Linux: ~/.config/inkscape/extensions/
Script parameters
The main script of MoNK is found in src/svg2modelica.py. This file is called from within Inkscape to print the resulting Modelica code on stdout. It can take the following parameters:
svgfile is the filename of the SVG document that should be translated. This must be the first parameter.
--modelname=SomeString (shorthand -m SomeString) determines the model name that should be written to the Modelica output. This should be the same name as the file name chosen in Inkscape in order to load the model in an IDE like OpenModelica to examine the results.
--strict=True|False (shorthand -s True|False) if true, non-translatable elements in the SVG document are treated as errors. Otherwise they are simply ignored.
--normalize_extent=True|False (shorthand -n True|False) if true, the extent attribute of the coordinateSystem element in the Modelica output will be normalized to fit within {{-100, -100}, {100, 100}}. This is not required by the Modelica specification, but a de facto standard that is also assumed in OMEdit. Unnormalized icons may look fine in the diagram view, but might be cropped in the tree view for selecting classes.
Features
Supported SVG elements and attributes:
(non-smooth)
and
Inkscape ellipse arcs (sodipodi:type = "arc")
(including nested transformations)
transform attribute (single transform statement w/o skew and scale)
stroke and fill css attributes (rgb or hex)
stroke-width css attribute
marker-start and marker-end (any non-empty marker will result in Arrow.Open)
css attributes horizontalAlignment, font-style, font-weight, text-decoration, font-family, and font-size for
viewBox attribute
Unsupported SVG elements and attributes:
Smooth paths (path characters C, c, S, s, Q, q, T, t, A, a)
css attributes stroke-dasharray and stroke-dashoffset
css attribute fill-opacity and stroke-opacity
css stroke-width values given as inherit or percentages
actual parsing of different marker types for marker-start and marker-end
transform attributes including skew expressions (directly or in matrix form)
, , , , and other tags not listed as supported
with "holes" (settings for css property fill-rule are ignored)
subscripts and superscripts in elements
Supported Modelica elements and attributes:
Line (non-smooth)
Polygon (non-smooth)
Rectangle
Ellipse (including tartAngle and endAngle)
Text
LinePattern.None, LinePattern.Solid
FillPattern.None, FillPattern.Solid
lineThickness attribute
fillColor and lineColor attributes
Arrow.Open and Arrow.None
all ``TextAlignment``s
all ``TextStyle``s
Unsupported Modelica elements and attributes:
LinePattern``s ``Dash, Dot, DashDot, and DashDotDot
FillPattern``s ``Horizontal, Vertical, Cross, Forward, Backward, CrossDiag, HorizontalCylinder, VerticalCylinder, and Sphere
borderPattern for Rectangle
Smooth.Bezier
Arrow.Filled, Arrow.Half
extent of Text annotation is not scaled to actual text size, but only approximated (exact scaling would require rendering the text)
Bitmap
Tips and workarounds for unsupported elements and attributes
The following manual adjustments may be necessary for annotations produced by this extension:
Always use "Save a Copy..." instead of "Save as..." in Inkscape, since .mo is only an export format that cannot be imported again. If you want to change your drawing afterwards, you will still have to save a .svg version of it.
lineThickness and thickness attributes are zoom-invariant in OpenModelica, which can require the use of smaller thickness values. For lines, this can be avoided by transforming the stroke to a filled shape by selecting Path -> Stroke to Path in the menu.
Text elements might not have the correct size, as this can only be approximated without actually rendering the text. If exact placement of glyphs is important, you can use the Object to Path feature in the "Path" menu. However, this may then in turn introduce new issues if the resulting path is smooth (see below).
Smooth Line and Polygon elements have to be drawn without smooth elements and can then be smoothed afterwards by changing the smooth parameter in OpenModelica.
In order to approximate smooth paths for use in Modelica, you can draw a smooth path in Inkscape and then use the "Insert nodes" tool to add new nodes between each two consecutive nodes. Usually you should only have to do this once or twice to get satisfactory accuracy to then turn all nodes into corner nodes by clicking "make selected nodes corner" twice. This will allow you to transfer the shape to Modelica, where you can then manually add the attribute smooth=Smooth.Bezier. For sharp corners you will need to add a second node at the corner that is very close (ideally at the identical position) to the first node, but otherwise this method can give passable results.
Most of the time you can avoid errors with unsupported transforms by ungrouping paths in Inkscape. By default, Inkscape will apply transform attributes to groups, but for individual paths the attribute will be removed and the path coordinates will be updated instead
Stable Isotopes Confirm a Coastal Diet for Critically Endangered Mediterranean Monk Seals
Understanding the ecology and behaviour of endangered species is essential for developing effective management and conservation strategies.We used stable isotope analysis to investigate the foraging behaviour of critically endangered Mediterranean monk seals (Monachus monachus) in Greece.We measured carbon and nitrogen isotope ratios (expressed as δ13C and δ15N values, respectively) derived from the hair of deceased adult and juvenile seals and the muscle of their known prey to quantify their diets.We tested the hypothesis that monk seals primarily foraged for prey that occupy coastal habitats in Greece.We compared isotope values from seal hair to their coastal and pelagic prey (after correcting all prey for isotopic discrimination) and used these isotopic data and a stable isotope mixing model to estimate the proportion of coastal and pelagic resources consumed by seals. As predicted, we found that seals had similar δ13C values as many coastal prey species and higher δ13C values than pelagic species; these results, in conjunction with mean dietary estimates (coastal = 61 % vs. pelagic = 39 %), suggest that seals have a diverse diet comprising prey from multiple trophic levels that primarily occupy the coast. Marine resource managers should consider using the results from this study to inform the future management of coastal habitats in Greece to protect Mediterranean monk seals
The poisoning of King John by a monk in 1216
six blocks in two rows (bottom R) The monk preparing his poison; (bottom C) the monk and a companion offering the poison to King John seated at table with another; (upper C) the body of King John on a bier, the scene in a picture frame; (upper R) the monk confessing; (upper L) the monk, lying dead of poison, mourned by two monks; (lower L) memorial mass for the monk. (Artisan 2) 175x259\ \ Tipped in foldout ""place this in p. 256""\Candles, Monk, Cup, Mass, Poison, Image
Report on the brain of the monk seal (Monachus monachus, Hermann, 1779)
The Mediterranean monk seal (Monachus monachus, Hermann, 1779) is an endangered species of pinniped endemic to few areas of the Mediterranean Sea. Extensive hunting and poaching over the last two centuries have rendered it a rare sight, scattered mainly in the Aegean Sea and the western coast of North Africa. In a rare event, a female monk seal calf stranded and died in southern Italy (Brindisi, Puglia). During due necropsy, the brain was extracted and fixed. The present report is the first of a monk seal brain. The features reported are remarkably typical of a true seal brain, with some specific characteristics. The brain cortical circonvolutions, main fissures and the external parts are described, and an EQ was calculated. Overall, this carnivore adapted to aquatic life shares some aspects of its neuroanatomy and physiology with other seemingly distant aquatic mammals
Cetacean morbillivirus and toxoplasma gondii co-infection in mediterranean monk seal pup, Italy
A Mediterranean monk seal (Monachus monachus) pup from the southern Adriatic coast of Italy showed cetacean morbillivirus (CeMV) and disseminated Toxoplasma gondii co-infection, which probably resulted from CeMV-induced immunosuppression. These findings are of concern for the conservation of this critically endangered species
- …
