grid

Multimodality in practice: investigating theory-in-practice-through-methodology / edited by Sigrid Norris

Online Resource




grid

Joyful: the surprising power of ordinary things to create extraordinary happiness / Ingrid Fetell Lee

Barker Library - BF575.H27 L437 2018




grid

2019 7th International Conference on Smart Grid (icSmartGrid) [electronic journal].

IEEE / Institute of Electrical and Electronics Engineers Incorporated




grid

2019 2nd International Conference on Smart Grid and Renewable Energy (SGRE) [electronic journal].




grid

2007 3rd IEEE International Conference on e-Science and Grid Computing [electronic journal].

IEEE Computer Society




grid

2006 7th IEEE/ACM International Conference on Grid Computing [electronic journal].

IEEE / Institute of Electrical and Electronics Engineers Incorporated




grid

Introduction to finance BUS140 / compiled by Vanessa Grida




grid

Improved classification rates for localized algorithms under margin conditions / Ingrid Karin Blaschzyk

Online Resource




grid

Vehicle-to-Grid [electronic resource] : A Sociotechnical Transition Beyond Electric Mobility / by Lance Noel, Gerardo Zarazua de Rubens, Johannes Kester, Benjamin K. Sovacool

Noel, Lance, author




grid

Building a multimodal future: connecting real estate development and transportation demand management to ease gridlock / Justin B. Schor, Federico Tallis

Rotch Library - HE308.S36 2019




grid

Landscape impact assessment in planning processes / Ingrid Belčáková, Paola Gazzola, Eva Pauditšová ; managing editor Agnieszka Topolska, language editor Jonathan Wotton

Rotch Library - GF90.B45 2018




grid

Fascinating CSS Grid Layout Examples and Tutorials

CSS Grid is one of the most powerful tools available to developers. The simple module allows you to create entire website layouts, responsive galleries, and other cool effects. With enough creativity, you can do a lot of interesting things using …




grid

KNPP unit 1 synchronised with southern power grid, generates 160 MW power

The synchronisation coincided with Prime Minister Manmohan Singh's three-day visit to Russia.




grid

Kudankulam-1 trips on launch but NPCIL says linked to grid

The grid control room said the unit is not likely to come back on before Wednesday night.




grid

Microgrids and other local area power and energy systems / Alexis Kwasinski (University of Pittsburgh), Wayne Weaver (Michigan Technological University), Robert S. Balog (Texas A&M University)

Kwasinski, Alexis, 1970- author




grid

JSJ 301: CSS Grids: The Future of Frontend Layout with Dave Geddes

Panel: 

Charles Max Wood

Aimee Knight

Cory House

AJ O'Neal

Joe Eames

Aaron Frost

Special Guests: Dave Geddes

In this episode, the JavaScript Jabber panelists talk with Dave Geddes about CSS Grids. Dave quit his job about a year ago and has been living the entrepreneur and programmer life since then. Now, he builds mastery games to help people learn CSS. Dave discusses the differences between Flexbox and CSS Grid and how the games that he creates can help people learn CSS Grid in a fun and interactive way.

In particular, we dive pretty deep on:

  • CSS Mastery games
  • FlexboxZombies.com
  • GridCritters.com
  • Uses spaced repetition and delayed recall to learn
  • CSS Grid
  • Flexbox
  • CSS Grid as the cake and Flexbox as the frosting
  • Edge spec
  • What Flexbox can do
  • Sub-Grids
  • Geddski.com
  • Nesting Grids
  • Old Grid vs New Grid layout
  • Why would you move from Flexbox to CSS Grid?
  • CSS Grid tools
  • GridByExample.com
  • Education and Gamification
  • Pick a UI that interests you
  • For a discount on Grid Critters: enter JS Jabber for 20% off
  • And much, much more!

Links:

Picks:

Charles

Aimee

Cory

AJ

Joe

Aaron

Dave





grid

Policy success in an age of gridlock: how the Toxic Substances Control Act was finally reformed / Lawrence S. Rothenberg

Dewey Library - KF3958.A3282016 A2 R68 2018




grid

Greener batteries for grid storage

An unconventional design doubles the storage capacity of a low-cost, and nontoxic battery for the renewable grid




grid

Achieving sustainable cultivation of wheat / edited by Professor Peter Langridge (University of Adelaide, Australia)




grid

A history of water engineering and management in Yemen: material remains and textual foundations / by Ingrid Hehmeyer

Rotch Library - TD313.Y45 H44 2019




grid

A new critical approach to the history of Palestine: Palestine history and heritage project 1 / edited by Ingrid Hjelm, Hamdan Taha, Ilan Pappe, and Thomas L. Thompson

Rotch Library - DS117.N49 2019




grid

grid items appear to float left?

my grid layout is broken and all items, except for the navbar and hero-image, cling to the left – and even stranger, my main section containing the body of text extends all the way out. this is a 3 minute quick fix for you CSS experts and I could really use your help! Here is my code and some more details https://stackoverflow.com/questions/59775696/css-grid-layout-appears-to-float-left




grid

Smart grid reliability assessment under variable weather conditions




grid

Voltage stability impact of grid-tied photovoltaic systems utilizing dynamic reactive power control




grid

Characterizing wireless and powerline communication channels with applications to smart grid networks




grid

Gridlock 2000 : prospects for mobility in Northeast Florida : conference summary




grid

Marriage record of Grider, Henry L. and Johnson, Minnie O.




grid

Jack Lightfoot's gridiron boys or, Leading a patched-up team to victory




grid

Dick Merriwell's mercy; or, The first game on the gridiron




grid

New 4x4 Containing Units 17-20, Center of Court off SW Corner of 8x8 Grid




grid

Dick Merriwell's ability, or, The young gladiators of the gridiron




grid

Responsive grids and how to actually use them: common UI layouts

How to use the right responsive grid and UI layout based on your design goals.




grid

Does masonry belong in the CSS Grid specification?

My thoughts, a demo and a request for you to add your own comments on the CSS WG thread.




grid

Playing with CSS Grid

I’ve been working on this site, Fifty, to track a list of restaurants that I’ve been to. Each new restaurant was a list item. The list will eventually reach 50 items and a long list is long and visually uninteresting.

The first attempt was to use CSS columns. I threw on a column-width and bam. Slightly more visually interesting—at least, on larger screens. It’s still just an ordered list on smaller screens.

Lately, I’ve been wanting to play with layout that had more of a magazine feel. (I’ve also been wanting to do an actual magazine but that’s a story for another day.) I even picked up a stack of magazines from the local bookstore to get some inspiration and ideas.

One thing that I noticed is that they’ll play with grids to create visual interest or to move your eye through a more dense page.

Magazines have the advantage of a fixed size. For the web, we need to consider everything from watches to wide screens. CSS Grid seemed like a great way to play around with different options.

Repeat

Grid’s repeat function is one of my favourite tools. It’s like a built-in responsive design tool that instantly creates a flexible design. I tell it the minimum column size and then it will create the number of columns that’ll fit into the space allotted.

grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))

This, in and of itself, isn’t much over what I had before. I beefed up the style with some numbers in boxes.

Spanning Columns and Rows

To make things more interesting, I wanted to have items pop out, both in size and colour. If everything popped out, it would be overwhelming and I didn’t think it’d make the list any easier to parse.

I decided to create a pattern that would work when I had a few items and would continue to work as I completed restaurants on the adventure.

The first idea I had to make certain items stand out was to have some restaurants take up two columns and two rows and include a photo.

I specified the row and column span:

grid-row: span 2;
grid-column: span 2;

A problem reared its ugly head when the page scaled down to a single column. Why is this a problem? By spanning an item over 2 columns, there will always be 2 columns, even if I only want 1.

I’d love a way to say: grid-column: span minmax(1,2). It’d take two columns if there’s two columns; otherwise, it only takes one column.

Instead, I had to define a media query for when there was a single column and adjust the spans for that.

@media (max-width: 674px) {
    .restaurants li {
      grid-column: span 1 !important;
    }  
}

(I probably should’ve done this mobile first and defined the default as span 1 and then did a min-width for anything that wasn’t mobile. But it’s a personal site and whatevs.)

I played around with what would create the best look at all viewports and with various items. I wish I could say I had a magical formula but it was really just trial and error. I’d put something together and then resize to see how it’d look. Then play around with the numbers until I had something I liked.

The next problem was to make it looks semi-random. Or provided some alternation with where the spanned items would be placed. If I just use :nth-child then weird patterns can emerge at different viewport widths.

To solve this problem, I’d use multiple :nth-child declarations with alternating offsets. This provided the best results over all viewports.

Random colours

I was okay with that but I wanted more. I decided to use the alternate colours, green and brown, on random boxes. CSS doesn’t have a random function, which would’ve been really handy here. Instead, I tried to figure out what offset would create a pleasing pattern. Again, this was a lot of trial and error figuring out offsets that worked well.

.restaurants-devoured li:nth-child(17n-16):before { … }
.restaurants-devoured li:nth-child(11n+12):before { … }

And again, I used a similar solution to how I placed the large boxes. Offsetting numbers with multiple patterns helps create the illusion of randomness.

The Result

I’m really happy with the way the grid turned out. Probably the biggest problem is that people look for meaning in patterns. “Why are these restaurants a different size or colour? Are these the ones you like best or stood out to you for some reason?” The answer is no, there’s no significance. I thought it would look nice. Unsure how I’d tweak the design to make the insignificance more obvious.

I look forward to going to more restaurants and seeing the grid continue to fill in.




grid

Here's looking at you, grid

It is in the modern era that this book loses its lapidary elegance




grid

From smart grid to internet of energy / Ersan Kabalci, Yasin Kabalci

Barker Library - TK3105.K33 2019




grid

Microgrid: operation, control, monitoring and protection / Papia Ray, Monalisa Biswal, editors

Online Resource




grid

The electricity grid in Indonesia: the experiences of end-users and their attitudes toward solar photovoltaics / K. Kunaifi, A.J. Veldhuis, A.H.M.E Reinders

Online Resource




grid

Innovative testing and measurement solutions for smart grid / Qi Huang, Shi Jing, and Jianbo Yi, University of Electronic Science and Technology of China, China ; Wei Zhen, Sichuan Electric Power Research Institute, State Grid of China Company, China

Online Resource




grid

Demand response application in smart grids: concepts and planning issues. / Sayyad Nojavan, Kazem Zare, editors

Online Resource




grid

Microgrid design and operation: toward smart energy in cities / Federico Delfino, Renato Procopio, Mansueto Rossi, Stefano Bracco, Massimo Brignone, Michela Robba

Barker Library - TK3105.D45 2018




grid

Proceedings of International Conference on Artificial Intelligence, Smart Grid and Smart City Applications: AISGSC 2019 / L. Ashok Kumar, L. S. Jayashree, R. Manimegalai, editors

Online Resource




grid

Variability, scalability and stability of microgrids / edited by S.M. Muyeen, Syed Mofizul Islam and Frede Blaabjerg

Barker Library - TK3105.V37 2019




grid

Smart grids: Fundamentals and Technologies in Electric Power Systems of the Future / Bernd M. Buchholz, Zbigniew A. Styczynski

Online Resource




grid

New battery could serve the grid

Manganese-hydrogen design boasts high capacity, long life, and the promise of low cost




grid

Daniel Ricciardo frustrated at missing out on top 10 grid place at Australian GP




grid

Pm’s Nine-Minute ‘Light Off’ appeal: UP govt dispels blackout fear, says power grid won’t fail Sunday night